summaryrefslogtreecommitdiff
path: root/git-buildpackage
AgeCommit message (Collapse)Author
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
2008-04-28update copyrightGuido Guenther
2008-04-26make ignore-new a config file optionGuido Guenther
Closes: #466900
2008-04-24git-export=INDEX exports the index into git-export-dirGuido Guenther
Closes: #466768
2008-03-01don't fail of the pristine-tar branch doesn't exist (Closes: #468675)Guido Guenther
2008-02-21add pristine-tar support based on a patch from Julian Andres Klode (Closes: ↵Guido Guenther
#463580)
2008-02-08Better dpkg-parsechangelog error reporting (Closes: #460195)Guido Guenther
2007-11-19make sure we don't switch directories during build (Closes: #451550)Guido Guenther
2007-11-05add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther
#448357)
2007-11-03call gzip with "-n" (Closes: #449094) - thanks to Romain FrancoiseGuido Guenther
2007-10-22use upstream-branch in case the tag doesn't existGuido Guenther
2007-10-19add version number to docs and a toolsGuido Guenther
2007-10-18pyline and other consistency updatesGuido Guenther
2007-10-16add --export-dir and --export (Closes: #446042)Guido Guenther
2007-10-03update vim modelines and remove whitespacesGuido Guenther
2007-08-23introduce --git-no-create-orig to skip building of any orig.tar.gzGuido Guenther
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.
2007-08-20don't hardcode -i\.git -I.git as build argumentsGuido Guenther
2007-06-08print a sensible error message, when a git repository isn't a debian source ↵Guido Guenther
package
2007-04-12improve tagging messagesGuido Guenther
2007-02-11We're parsing the version from the changelog, not a changes fileGuido Guenther
2007-02-11clarify dir argumentGuido Guenther
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
Furthermore pass '-v' in git import-orig on to git_load_dirs
2007-02-02Allow to specify the tag formatGuido Guenther
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 Guenther
for easy push after a sucessful build
2007-01-16raise an exception instead of returning 1 from several placesGuido Guenther
2007-01-13fix error message in case the upstream branch doesn't existGuido Guenther
2006-12-26add GitRepository classGuido Guenther
git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling
2006-12-22While dpkg-buildpackage's -i argument takes a regexp -I doesn'tGuido Guenther
fix inclusion of git metadata in debian native packages
2006-12-22git-import-orig: improve error message when the upstream branch cannot be found.Guido Guenther
We cannot create the branch automatically since on repositories not created by git-import-dsc it's not clear where to branch from. (Closes: #403990) While doing that also remove pointless patch arguments from most of the git helper functions Minor doc updates
2006-12-21git-buildpackage: add an option (--git-cleaner) that allows to specify a ↵Guido Guenther
different clean command (Closes: #403987)
2006-12-21make exclusion regexp more specificGuido Guenther
2006-12-13minor fixes all over the placeGuido Guenther
2006-12-11s/keyid/GPG keyid/Guido Guenther