summaryrefslogtreecommitdiff
path: root/gbp.conf
AgeCommit message (Collapse)Author
2014-09-13pq: document --dropGuido Günther
2014-08-19buildpackage: Make debian-tag message configurableKamal Mostafa
New config option --git-debian-tag-msg allows for the specification of the message format string for signed debian-tags. When left unset, the default debian-tag-msg format is still: %(pkg)s Debian release %(version)s Signed-off-by: Kamal Mostafa <kamal@whence.com>
2013-06-26Fix typoGuido Günther
Git-Dch: Ignore
2013-06-26gbp.conf: Use command names instead of {git,gbp}-Guido Günther
2012-03-21gbp-create-remote-repo: add --remote-configGuido Günther
This specifies an additional config file section that can be used to preconfigure different remote locations.
2012-01-11buildpackage: Allow to pass pbuilder optionsGuido Günther
via commandline or gbp.conf
2011-07-29Better document --git-upstream-treeGuido Günther
2011-04-06Make submodule support conditionalGuido Günther
2011-01-22Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther
Closes: #610381
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther
Add manpage, move into path, add bash completion
2011-01-11Make --[no-]merge a proper optionGuido Günther
so it can be configured via gbp.conf.
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther
after the build finished.
2010-12-27Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther
Git-Dch: Ignore
2010-12-27Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther
2010-07-23Add git-authorGuido Günther
Git-Dch: Ignore
2010-07-22Better document the default config fileGuido Günther
2010-07-06Add prebuild hookJonathan Nieder
Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
2010-06-19Add 'ignore-branch' optionGuido Günther
This disables the 'current branch' == 'debian-branch' check.
2009-12-24Allow to set compression typeGuido Günther
Closes: #554520
2009-12-23Add body regex filterGuido Günther
Closes: #544238
2009-11-22Make the default build command 3.x source format safeGuido Günther
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
2009-10-05export GBP_BRANCH to postimport hookGuido Günther
so we can pass the current branch to git-dch
2009-08-23add postimport hook for git-import-origGuido Günther
Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
2009-06-13add filter-pristine-tarMehdi Dogguy
to filter upstream tarball before passing it to pristine-tar Closes: #520722
2009-04-04add postbuild hookGuido Günther
can be used to e.g. run lintian. Closes: #521358
2009-02-26make --[no-]full a config file optionGuido Günther
2009-02-26make --export a config file optionGuido Günther
2008-08-15document meta-closesGuido Guenther
2008-06-19add "meta" to config fileGuido Guenther
2008-05-16include the commit id in the changelog entryGuido Guenther
2008-04-26make ignore-new a config file optionGuido Guenther
Closes: #466900
2008-03-19fix typos in documentationGuido Guenther
Closes: #471582 Thanks: Michael Biebl
2008-02-23update --filter and filter = [ ... ] options in gbp.confGuido Guenther
2008-02-21add prstine-tar config optionGuido Guenther
2007-11-05add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther
#448357)
2007-10-17document the new git-buildpackage optionsGuido Guenther
2007-10-16add missing examplesGuido Guenther
2007-08-20don't hardcode -i\.git -I.git as build argumentsGuido Guenther
2007-02-02Allow to specify the tag formatGuido Guenther
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)
2007-01-22add --git-posttag to git-buildpackageGuido Guenther
for easy push after a sucessful build
2006-12-29documentation updatesGuido Guenther
2006-12-08support signed tagsGuido Guenther
2006-12-05config file parsing to set default branches and build commandsGuido Guenther