summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-01document changes and release 0.4.35Guido Guenther
2008-08-01add epoch parsing to DscFileGuido Guenther
Closes: #493214
2008-07-22document changes and release 0.4.34Guido Guenther
2008-07-21split git-log options into a listGuido Guenther
allows to pass multiple arguments to git-log Closes: #479267
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-20escape backticks (`)Guido Guenther
Closes: 491104
2008-07-18--auto and --since are incompatibleGuido Guenther
2008-07-18use option groupsGuido Guenther
2008-07-17add GbpOptionGroupGuido Guenther
so we can use default values in option groups
2008-07-17add GbpOptionParser.get_defaults()Guido Guenther
so we can get the default of options independently
2008-07-17print default of export-dirGuido Guenther
2008-06-26readd list import lineGuido Guenther
2008-06-26document changes and release 0.4.33Guido Guenther
2008-06-24git-import-orig: merge upstream by tag name instead of by branch name.Adeodato Simó
This produces more useful commit messages, where you know what upstream version was merged by just looking at the log in "master".
2008-06-24command_wrappers.py: add a GitMerge wrapper class.Adeodato Simó
2008-06-20make symlink_orig's error message more helpfulGuido Guenther
2008-06-20make no-dch configurable via gbp.confGuido Guenther
2008-06-19bump standards versionGuido Guenther
2008-06-19mention git-import-dscsGuido Guenther
2008-06-19add "meta" to config fileGuido Guenther
2008-06-16document changes and releaseGuido Guenther
2008-06-16Don't set the version number twiceGuido Guenther
makes sure git-import-dsc doesn't use the Version: line from the message instead of the signature on old PGP signatures Closes: #486397
2008-06-16escape $s in commit messagesGuido Guenther
so variable names like $remote_fs don't get dropped silently. Closes: #486447
2008-06-16don't try to cleanup in case of tag_onlyGuido Guenther
Closes: #486398
2008-06-12document changes and releaseGuido Guenther
2008-06-12add epoch to dch callGuido Guenther
Closes: #483718
2008-06-12add has_epochGuido Guenther
2008-06-12add --git-tag-onlyGuido Guenther
skips the build, only tags and runs post-tag hooks Closes: #485114
2008-06-12typoGuido Guenther
2008-06-12document git-impport-dscsGuido Guenther
2008-06-03Fix typoGuido Guenther
Closes: #484243
2008-05-29document changes and releaseGuido Guenther
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-25Help pristine-tar to find the branch nameGuido Guenther
Closes: #481806
2008-05-17document changes and releaseGuido Guenther
2008-05-17add git-import-dscsGuido Guenther
to import mutiple dscs in one go Closes: #471580
2008-05-17add call() doesn't mangle return codes nor uses stderrGuido Guenther
2008-05-17add a version propertyGuido Guenther
2008-05-17move dsc handling into deb_utilsGuido Guenther
2008-05-16include the commit id in the changelog entryGuido Guenther
2008-05-16pass the whole options aroundGuido Guenther
to avoid lots of function arguments
2008-05-16print default value of --metaGuido Guenther
2008-05-16better raise a ValueError exceptionGuido Guenther
2008-05-16avoid naming conflictGuido Guenther
2008-05-13avoid extra space before "(Closes: )"Guido Guenther
2008-05-12document changes and releaseGuido Guenther
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-08make --meta a config file optionGuido Guenther
2008-05-08fix symlink creationGuido Guenther
2008-05-06missing EOFGuido Guenther
Closes: #479726 Thanks: Sedat Dilek