summaryrefslogtreecommitdiff
path: root/git-buildpackage
AgeCommit message (Collapse)Author
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
2006-12-10git-buildpackage: detect the branch we're on and bail out if it's not the ↵Guido Guenther
debian branch
2006-12-09fix typo in error messageGuido Guenther
2006-12-08support signed tagsGuido Guenther
2006-12-05config file parsing to set default branches and build commandsGuido Guenther
2006-12-03fix typos in "git-buildpackage --help"Guido 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-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-10-05also filter out git metadata when building tarballsGuido Guenther
not only when building diffs (affects Debian native packages)
2006-10-05fix syntax error in tag replacementGuido Guenther
minor manpage reformating
2006-10-02git doesn't like '~' in tag names so replace this with a dot when taggingGuido Guenther
2006-09-28git-buildpacakge: add --git-verboseGuido Guenther
2006-09-27git-buildpackage: allow for --helpGuido Guenther
2006-09-27git-buildpackage: git-buildpackage: use helpers from git_buildpackageGuido Guenther
2006-09-27git-import-orig: don't try import new upstream versions when there are ↵Guido Guenther
uncommitted changes
2006-09-27git-import-dsc: import of debian native packagesGuido Guenther
2006-09-25git-buildpackage: only determine version if tagging requestedGuido Guenther
2006-09-25rename --git-buildcmd to --git-builderGuido Guenther
2006-09-25rename to git-buildpackageGuido Guenther