summaryrefslogtreecommitdiff
path: root/gbp.conf
AgeCommit message (Collapse)AuthorFilesLines
2013-06-26Fix typoGuido Günther1-1/+1
Git-Dch: Ignore
2013-06-26gbp.conf: Use command names instead of {git,gbp}-Guido Günther1-17/+18
2012-03-21gbp-create-remote-repo: add --remote-configGuido Günther1-0/+8
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ünther1-0/+6
via commandline or gbp.conf
2011-07-29Better document --git-upstream-treeGuido Günther1-1/+2
2011-04-06Make submodule support conditionalGuido Günther1-0/+2
2011-01-22Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther1-0/+4
Closes: #610381
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther1-0/+4
Add manpage, move into path, add bash completion
2011-01-11Make --[no-]merge a proper optionGuido Günther1-2/+4
so it can be configured via gbp.conf.
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther1-1/+3
after the build finished.
2010-12-27Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther1-1/+1
Git-Dch: Ignore
2010-12-27Add gbp-{pull,clone,pq} examples to gbp.confGuido Günther1-0/+14
2010-07-23Add git-authorGuido Günther1-0/+2
Git-Dch: Ignore
2010-07-22Better document the default config fileGuido Günther1-14/+23
2010-07-06Add prebuild hookJonathan Nieder1-0/+2
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ünther1-0/+2
This disables the 'current branch' == 'debian-branch' check.
2009-12-24Allow to set compression typeGuido Günther1-0/+4
Closes: #554520
2009-12-23Add body regex filterGuido Günther1-0/+2
Closes: #544238
2009-11-22Make the default build command 3.x source format safeGuido Günther1-1/+1
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ünther1-1/+1
so we can pass the current branch to git-dch
2009-08-23add postimport hook for git-import-origGuido Günther1-0/+4
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 Dogguy1-0/+2
to filter upstream tarball before passing it to pristine-tar Closes: #520722
2009-04-04add postbuild hookGuido Günther1-0/+2
can be used to e.g. run lintian. Closes: #521358
2009-02-26make --[no-]full a config file optionGuido Günther1-0/+1
2009-02-26make --export a config file optionGuido Günther1-0/+1
2008-08-15document meta-closesGuido Guenther1-0/+5
2008-06-19add "meta" to config fileGuido Guenther1-0/+1
2008-05-16include the commit id in the changelog entryGuido Guenther1-1/+1
2008-04-26make ignore-new a config file optionGuido Guenther1-0/+1
Closes: #466900
2008-03-19fix typos in documentationGuido Guenther1-1/+1
Closes: #471582 Thanks: Michael Biebl
2008-02-23update --filter and filter = [ ... ] options in gbp.confGuido Guenther1-0/+2
2008-02-21add prstine-tar config optionGuido Guenther1-0/+2
2007-11-05add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther1-0/+1
#448357)
2007-10-17document the new git-buildpackage optionsGuido Guenther1-0/+2
2007-10-16add missing examplesGuido Guenther1-3/+8
2007-08-20don't hardcode -i\.git -I.git as build argumentsGuido Guenther1-1/+3
2007-02-02Allow to specify the tag formatGuido Guenther1-16/+19
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 Guenther1-0/+2
for easy push after a sucessful build
2006-12-29documentation updatesGuido Guenther1-3/+3
2006-12-08support signed tagsdebian/0.2.15Guido Guenther1-0/+4
2006-12-05config file parsing to set default branches and build commandsGuido Guenther1-0/+23