aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
Commit message (Collapse)AuthorAge
* buildpackage: Allow to pass pbuilder optionsGuido Günther2012-01-11
| | | | via commandline or gbp.conf
* Better document --git-upstream-treeGuido Günther2011-07-29
|
* Make submodule support conditionalGuido Günther2011-04-06
|
* Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther2011-01-22
| | | | Closes: #610381
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion
* Make --[no-]merge a proper optionGuido Günther2011-01-11
| | | | so it can be configured via gbp.conf.
* git-buildpackage: Add support for sending notifications via libnotifyGuido Günther2011-01-08
| | | | after the build finished.
* Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther2010-12-27
| | | | Git-Dch: Ignore
* Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther2010-12-27
|
* Add git-authorGuido Günther2010-07-23
| | | | Git-Dch: Ignore
* Better document the default config fileGuido Günther2010-07-22
|
* Add prebuild hookJonathan Nieder2010-07-06
| | | | | | | Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
* Add 'ignore-branch' optionGuido Günther2010-06-19
| | | | This disables the 'current branch' == 'debian-branch' check.
* Allow to set compression typeGuido Günther2009-12-24
| | | | Closes: #554520
* Add body regex filterGuido Günther2009-12-23
| | | | Closes: #544238
* Make the default build command 3.x source format safeGuido Günther2009-11-22
| | | | | | | Instead of passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use the default behaviour of dpkg-source. Closes: #553079
* export GBP_BRANCH to postimport hookGuido Günther2009-10-05
| | | | so we can pass the current branch to git-dch
* add postimport hook for git-import-origGuido Günther2009-08-23
| | | | | | | Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
* add filter-pristine-tarMehdi Dogguy2009-06-13
| | | | | | to filter upstream tarball before passing it to pristine-tar Closes: #520722
* add postbuild hookGuido Günther2009-04-04
| | | | | | can be used to e.g. run lintian. Closes: #521358
* make --[no-]full a config file optionGuido Günther2009-02-26
|
* make --export a config file optionGuido Günther2009-02-26
|
* document meta-closesGuido Guenther2008-08-15
|
* add "meta" to config fileGuido Guenther2008-06-19
|
* include the commit id in the changelog entryGuido Guenther2008-05-16
|
* make ignore-new a config file optionGuido Guenther2008-04-26
| | | | Closes: #466900
* fix typos in documentationGuido Guenther2008-03-19
| | | | | Closes: #471582 Thanks: Michael Biebl
* update --filter and filter = [ ... ] options in gbp.confGuido Guenther2008-02-23
|
* add prstine-tar config optionGuido Guenther2008-02-21
|
* add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther2007-11-05
| | | | #448357)
* document the new git-buildpackage optionsGuido Guenther2007-10-17
|
* add missing examplesGuido Guenther2007-10-16
|
* don't hardcode -i\.git -I.git as build argumentsGuido Guenther2007-08-20
|
* Allow to specify the tag formatGuido Guenther2007-02-02
| | | | | | The format of generated tags can now be specified via the debian-tag and upsteam-tag options. The default now puts debian tags and upstream tags into different namespaces (Closes: #408990)
* add --git-posttag to git-buildpackageGuido Guenther2007-01-22
| | | | for easy push after a sucessful build
* documentation updatesGuido Guenther2006-12-29
|
* support signed tagsdebian/0.2.15Guido Guenther2006-12-08
|
* config file parsing to set default branches and build commandsGuido Guenther2006-12-05