summaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
Commit message (Collapse)AuthorAge
* Add option --git-force-create to force tarball creationChristian Kastner2010-06-19
| | | | Closes: #519297
* 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
* Make sure we drop the generated custom index fileGuido Günther2009-12-17
| | | | Closes: #561454
* add --git-retagGuido Günther2009-10-24
| | | | Closes: #521329
* catch config file parse errorsGuido Günther2009-09-15
| | | | Closes: #545690
* drop superfluous _utils from module namesGuido Günther2009-08-23
|
* check for correct overlay usageGuido Günther2009-07-29
|
* add --git-overlay optionأحمد المحمودي2009-07-29
| | | | Closes: #411206
* pass GBP_BUILD_DIR to the build commandGuido Günther2009-04-05
| | | | | this allows hooks to figure out where to copy back the build result. Adjust the cowbuilder example accordingly.
* add postbuild hookGuido Günther2009-04-04
| | | | | | can be used to e.g. run lintian. Closes: #521358
* add --git-no-ignore-newGuido Günther2009-02-26
|
* add --no-pristine-tarGuido Günther2009-02-26
| | | | Closes: #517024
* simplify boolean option handlingGuido Günther2009-02-26
|
* make --export a config file optionGuido Günther2009-02-26
|
* run git-cleaner with --git-ignore-newGuido Günther2009-02-23
| | | | Makes running with and without --git-ignore-new more consistent.
* Add --export=WC to export the working copy into export-dir.Guido Günther2009-02-23
| | | | Closes: #509138
* export sha1, branch and tagname into the commit hooks environmentGuido Günther2009-02-19
| | | | this makes it possible to push out that specific tag only.
* add --no-sign-tagsGuido Günther2008-12-28
| | | | Closes: #508889
* move common help messages into config.pyGuido Günther2008-11-15
|
* help option cleanupGuido Günther2008-11-15
| | | | Closes: #505787
* use option groupsGuido Günther2008-11-10
|
* Force tarball symlink on second export to build-areaKurt B. Kaiser2008-10-02
| | | | | | | When exporting to a separate build area for the second time, g-bp can't recreate the symlink and therefore complains that the tarball wasn't found. Force the symlink to resolve this. Closes: #500498
* Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser2008-09-18
| | | | Closes: #479846
* "git-commond" vs. "git command" cleanupGuido Guenther2008-09-01
| | | | Closes: #497335
* always symlink orig.tar.gz from tarball dirGuido Guenther2008-07-21
| | | | | ff it's there and --tarball-dir is being used Closes: 490706
* print default of export-dirGuido Guenther2008-07-17
|
* don't try to cleanup in case of tag_onlyGuido Guenther2008-06-16
| | | | Closes: #486398
* add --git-tag-onlyGuido Guenther2008-06-12
| | | | | skips the build, only tags and runs post-tag hooks Closes: #485114
* Fix typoGuido Guenther2008-06-03
| | | | Closes: #484243
* Try harder to find/build the upstream tarballGuido Guenther2008-05-26
| | | | | | | don't skip pristine-tar if the tarball-dir is also specified. Only fail if no-create-orig is given. Closes: #482786
* add --git-dont-purge to leave the exported build dir intactGuido Guenther2008-05-08
| | | | | Closes: #479848 Thanks: Kurt B. Kaiser for the patch
* fix --git-exportGuido Guenther2008-05-04
| | | | Closes: #479147
* update copyrightGuido Guenther2008-04-28
|
* make ignore-new a config file optionGuido Guenther2008-04-26
| | | | Closes: #466900
* git-export=INDEX exports the index into git-export-dirGuido Guenther2008-04-24
| | | | Closes: #466768
* don't fail of the pristine-tar branch doesn't exist (Closes: #468675)Guido Guenther2008-03-01
|
* add pristine-tar support based on a patch from Julian Andres Klode (Closes: ↵Guido Guenther2008-02-21
| | | | #463580)
* Better dpkg-parsechangelog error reporting (Closes: #460195)Guido Guenther2008-02-08
|
* make sure we don't switch directories during build (Closes: #451550)Guido Guenther2007-11-19
|
* add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther2007-11-05
| | | | #448357)
* call gzip with "-n" (Closes: #449094) - thanks to Romain FrancoiseGuido Guenther2007-11-03
|
* use upstream-branch in case the tag doesn't existGuido Guenther2007-10-22
|
* add version number to docs and a toolsGuido Guenther2007-10-19
|
* pyline and other consistency updatesGuido Guenther2007-10-18
|
* add --export-dir and --export (Closes: #446042)Guido Guenther2007-10-16
|
* update vim modelines and remove whitespacesGuido Guenther2007-10-03
|
* introduce --git-no-create-orig to skip building of any orig.tar.gzGuido Guenther2007-08-23
| | | | | this is especially usefull if you're working on an NMU that has a X-Y version number although it's a Debian native package.
* don't hardcode -i\.git -I.git as build argumentsGuido Guenther2007-08-20
|
* print a sensible error message, when a git repository isn't a debian source ↵Guido Guenther2007-06-08
| | | | package