summaryrefslogtreecommitdiff
path: root/git_buildpackage
AgeCommit message (Collapse)Author
2007-02-07rename git_buildpackage to gbp and use GbpError everywhereGuido Guenther
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-19pylint cleanupsGuido Guenther
2007-01-16use os.path.joinGuido Guenther
2006-12-26add GitRepository classGuido Guenther
git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling
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-10git-buildpackage: detect the branch we're on and bail out if it's not the ↵Guido Guenther
debian branch
2006-12-09correct wrong default branch for debian developmentGuido Guenther
2006-12-08git-buildpackage: properly pass builder argsGuido Guenther
2006-12-08support signed tagsGuido Guenther
2006-12-05config file parsing to set default branches and build commandsGuido Guenther
2006-11-26git-buildpackage: use pipes module instead of os.systemGuido Guenther
and move some functions into the deb_utils module
2006-11-23generate orig.tar.gz if it doesn't existGuido Guenther
2006-11-03don't use a regexp for version parsing on importGuido Guenther
2006-10-09sanitze_version: strip of epochsGuido Guenther
2006-10-06minor cosmetic cleanups all over the placeGuido Guenther
2006-10-06more robust regex matching, sanitze all version numbers before running git-tagGuido Guenther
2006-10-05check if we're at the top level of a git repository before starting the buildGuido Guenther
2006-09-27git-buildpackage: git-buildpackage: use helpers from git_buildpackageGuido Guenther
2006-09-27 * UNRELEASEDGuido Guenther
* git-import-orig: don't try import new upstream versions when there are uncommitted changes