aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp.conf
Commit message (Collapse)AuthorAge
* gbp.conf: Set default compresson to xzHideki Yamane2019-05-18
| | | | | The value is commented out so does not have any effect but it's better to recommend the right value.
* gbp.conf: drop --noconf since it needs to be dch's first optionGuido Günther2017-08-14
|
* dch: support passing arbitrary dch command line optionsGuido Günther2017-08-07
| | | | Closes: #596513, #682854
* Fix simple spelling errors in comments and stringsOtto Kekäläinen2016-07-03
|
* gbp.conf: Add customization exampleGuido Günther2016-04-21
|
* gbp-dch: allow bug number format to be overriddenJonathan Toppins2015-08-27
| | | | | | | | | | | | | | | | | | | | | Some derivatives and non Debian exclusive projects don't use just numbers for their bug numbers. gbp-dch should still be able to parse these bug numbers and generate useful changelog entries. This doesn't solve dpkg-parsechangelog but is a start. Examples of non-Debian bug numbers are: example change header Example: EX-12345 Should produce the following change log: * example change header (Example: EX-12345) This also helps in pulling CVE numbers simply by letting the user modify the regex to something like 'cve-\d+-\d+'. Signed-off-by: Jonathan Toppins <jtoppins@cumulusnetworks.com> Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Allow exported patches to be renumbered and the patch number prefix format ↵Carlos Maddela2015-07-10
| | | | | | | | | | | | | | to be specified as an option Now that gbp-pq preserves patch names on import and export the --[no-]patch-numbers options have been rendered largely useless unless the patch queue commits are amended with the Gbp[-Pq]: Name tags removed. The options remain useful if support for renumbering is added. It's also handy to allow the choice of the format to use for the numeric prefixes. Closes: #790890 Signed-off-by: Guido Günther <agx@sigxcpu.org>
* pq: document --dropGuido Günther2014-09-13
|
* buildpackage: Make debian-tag message configurableKamal Mostafa2014-08-19
| | | | | | | | | | | 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>
* Fix typoGuido Günther2013-06-26
| | | | Git-Dch: Ignore
* gbp.conf: Use command names instead of {git,gbp}-Guido Günther2013-06-26
|
* gbp-create-remote-repo: add --remote-configGuido Günther2012-03-21
| | | | | This specifies an additional config file section that can be used to preconfigure different remote locations.
* 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