summaryrefslogtreecommitdiff
path: root/git-buildpackage
AgeCommit message (Collapse)Author
2011-01-15git-buildpackage: fix fallback to auto detection for unknown compression typesGuido Günther
2011-01-14Use the latest commit instead of the earliest oneGuido Günther
when guessing the compression type for pristine-tar. Closes; #609980 Thanks: Andreas Rottmann for the detailed report
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther
after the build finished.
2011-01-08Use tristate option for --color=valueGuido Günther
this allows true and false as alias for on and off.
2010-12-28pychecker warning cleanupsGuido Günther
(mostly unused variables and imports)
2010-12-17Favor ARCH environment variable over dpkg's architectureGuido Günther
based on a patch by Jacob Helwig. Closes: #607318
2010-11-16Add logging functionsGuido Günther
This allows us to color and prefix the output. Closes: #544332
2010-11-02Expand environment variables and '~' in gbp.conf pathsBenoît Knecht
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
2010-09-29Fall back to source only changes fileGuido Günther
if the architecture one doesn't exist. Closes: #593598
2010-09-17Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman
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.
2010-09-14Improve compression format detectionGuido Günther
by checking if a version is already on the pristine-tar branch and use it's compression type if found. LP: #615212
2010-09-02Add --git-arch optionGuido Günther
2010-08-12Silence compression type detectionGuido Günther
Git-Dch: Ignore
2010-08-12Add --git-pbuilder and --git-dist=<dist> optionsGuido Günther
2010-08-04We don't only support .gz tarballsGuido 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-26Add compression=autoGuido Günther
to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
2010-06-19Add option --git-force-create to force tarball creationChristian Kastner
Closes: #519297
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-17Make sure we drop the generated custom index fileGuido Günther
Closes: #561454
2009-10-24add --git-retagGuido Günther
Closes: #521329
2009-09-15catch config file parse errorsGuido Günther
Closes: #545690
2009-08-23drop superfluous _utils from module namesGuido Günther
2009-07-29check for correct overlay usageGuido Günther
2009-07-29add --git-overlay optionأحمد المحمودي
Closes: #411206
2009-04-05pass GBP_BUILD_DIR to the build commandGuido Günther
this allows hooks to figure out where to copy back the build result. Adjust the cowbuilder example accordingly.
2009-04-04add postbuild hookGuido Günther
can be used to e.g. run lintian. Closes: #521358
2009-02-26add --git-no-ignore-newGuido Günther
2009-02-26add --no-pristine-tarGuido Günther
Closes: #517024
2009-02-26simplify boolean option handlingGuido Günther
2009-02-26make --export a config file optionGuido Günther
2009-02-23run git-cleaner with --git-ignore-newGuido Günther
Makes running with and without --git-ignore-new more consistent.
2009-02-23Add --export=WC to export the working copy into export-dir.Guido Günther
Closes: #509138
2009-02-19export sha1, branch and tagname into the commit hooks environmentGuido Günther
this makes it possible to push out that specific tag only.
2008-12-28add --no-sign-tagsGuido Günther
Closes: #508889
2008-11-15move common help messages into config.pyGuido Günther
2008-11-15help option cleanupGuido Günther
Closes: #505787
2008-11-10use option groupsGuido Günther
2008-10-02Force tarball symlink on second export to build-areaKurt B. Kaiser
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
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser
Closes: #479846
2008-09-01"git-commond" vs. "git command" cleanupGuido Guenther
Closes: #497335
2008-07-21always symlink orig.tar.gz from tarball dirGuido Guenther
ff it's there and --tarball-dir is being used Closes: 490706
2008-07-17print default of export-dirGuido Guenther
2008-06-16don't try to cleanup in case of tag_onlyGuido Guenther
Closes: #486398
2008-06-12add --git-tag-onlyGuido Guenther
skips the build, only tags and runs post-tag hooks Closes: #485114
2008-06-03Fix typoGuido Guenther
Closes: #484243
2008-05-26Try harder to find/build the upstream tarballGuido Guenther
don't skip pristine-tar if the tarball-dir is also specified. Only fail if no-create-orig is given. Closes: #482786
2008-05-08add --git-dont-purge to leave the exported build dir intactGuido Guenther
Closes: #479848 Thanks: Kurt B. Kaiser for the patch
2008-05-04fix --git-exportGuido Guenther
Closes: #479147