aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
Commit message (Collapse)AuthorAge
* git-buildpackage: fix fallback to auto detection for unknown compression typesGuido Günther2011-01-15
|
* Use the latest commit instead of the earliest oneGuido Günther2011-01-14
| | | | | | | when guessing the compression type for pristine-tar. Closes; #609980 Thanks: Andreas Rottmann for the detailed report
* git-buildpackage: Add support for sending notifications via libnotifyGuido Günther2011-01-08
| | | | after the build finished.
* Use tristate option for --color=valueGuido Günther2011-01-08
| | | | this allows true and false as alias for on and off.
* pychecker warning cleanupsGuido Günther2010-12-28
| | | | (mostly unused variables and imports)
* Favor ARCH environment variable over dpkg's architectureGuido Günther2010-12-17
| | | | | based on a patch by Jacob Helwig. Closes: #607318
* Add logging functionsGuido Günther2010-11-16
| | | | | | This allows us to color and prefix the output. Closes: #544332
* Expand environment variables and '~' in gbp.conf pathsBenoît Knecht2010-11-02
| | | | | | | | Options that expect a path in gbp.conf can now be given as '~/path/to/dir' or '$HOME/path/to/dir' (or any other environment variable for that matter). Closes: #545692
* Fall back to source only changes fileGuido Günther2010-09-29
| | | | | | if the architecture one doesn't exist. Closes: #593598
* Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman2010-09-17
| | | | | | When no changelog file is available in the checkout, look for the changelog in the repository. This allows for using git-import-orig when the upstream branch is checked out, for example.
* Improve compression format detectionGuido Günther2010-09-14
| | | | | | | by checking if a version is already on the pristine-tar branch and use it's compression type if found. LP: #615212
* Add --git-arch optionGuido Günther2010-09-02
|
* Silence compression type detectionGuido Günther2010-08-12
| | | | Git-Dch: Ignore
* Add --git-pbuilder and --git-dist=<dist> optionsGuido Günther2010-08-12
|
* We don't only support .gz tarballsGuido Günther2010-08-04
|
* 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 compression=autoGuido Günther2010-06-26
| | | | | | | to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
* 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