summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* document changes and release 0.4.37debian/0.4.37Guido Guenther2008-08-30
|
* fix commit order of GitRepository.commits()Guido Guenther2008-08-30
| | | | | | we request since..until but got until..since. This makes the order of changelog entries generated by git-dch the same order as if git-dch would be called individually for each commit.
* document meta-closesGuido Guenther2008-08-15
|
* allow setting the bug-closing meta tag to look forGuido Guenther2008-08-15
| | | | | this way we can generate bug-closing entries for different BTSs such as Debian or Launchpad.
* document changes and release 0.4.36debian/0.4.36Guido Guenther2008-08-12
|
* don't fail import on non rfc822 adressesGuido Guenther2008-08-12
| | | | | in the dsc file Closes: #494753
* detect flat tar archives in git-import-dsc tooGuido Guenther2008-08-12
|
* Warn if we can't parse the changelogGuido Guenther2008-08-08
| | | | | | | Without a changelog we can't parse the package name. Without that we might end up with wrong names on the pristine tar branch and with missing symlinks in tarball-dir. Since this might be intentional we issue a warning only.
* document changes and release 0.4.35debian/0.4.35Guido Guenther2008-08-01
|
* add epoch parsing to DscFileGuido Guenther2008-08-01
| | | | Closes: #493214
* document changes and release 0.4.34debian/0.4.34Guido Guenther2008-07-22
|
* split git-log options into a listGuido Guenther2008-07-21
| | | | | allows to pass multiple arguments to git-log Closes: #479267
* always symlink orig.tar.gz from tarball dirGuido Guenther2008-07-21
| | | | | ff it's there and --tarball-dir is being used Closes: 490706
* escape backticks (`)Guido Guenther2008-07-20
| | | | Closes: 491104
* --auto and --since are incompatibleGuido Guenther2008-07-18
|
* use option groupsGuido Guenther2008-07-18
|
* add GbpOptionGroupGuido Guenther2008-07-17
| | | | so we can use default values in option groups
* add GbpOptionParser.get_defaults()Guido Guenther2008-07-17
| | | | so we can get the default of options independently
* print default of export-dirGuido Guenther2008-07-17
|
* readd list import lineGuido Guenther2008-06-26
|
* document changes and release 0.4.33debian/0.4.33Guido Guenther2008-06-26
|
* git-import-orig: merge upstream by tag name instead of by branch name.Adeodato Simó2008-06-24
| | | | | This produces more useful commit messages, where you know what upstream version was merged by just looking at the log in "master".
* command_wrappers.py: add a GitMerge wrapper class.Adeodato Simó2008-06-24
|
* make symlink_orig's error message more helpfulGuido Guenther2008-06-20
|
* make no-dch configurable via gbp.confGuido Guenther2008-06-20
|
* bump standards versionGuido Guenther2008-06-19
|
* mention git-import-dscsGuido Guenther2008-06-19
|
* add "meta" to config fileGuido Guenther2008-06-19
|
* document changes and releasedebian/0.4.32Guido Guenther2008-06-16
|
* Don't set the version number twiceGuido Guenther2008-06-16
| | | | | | | makes sure git-import-dsc doesn't use the Version: line from the message instead of the signature on old PGP signatures Closes: #486397
* escape $s in commit messagesGuido Guenther2008-06-16
| | | | | | so variable names like $remote_fs don't get dropped silently. Closes: #486447
* don't try to cleanup in case of tag_onlyGuido Guenther2008-06-16
| | | | Closes: #486398
* document changes and releasedebian/0.4.31Guido Guenther2008-06-12
|
* add epoch to dch callGuido Guenther2008-06-12
| | | | Closes: #483718
* add has_epochGuido Guenther2008-06-12
|
* add --git-tag-onlyGuido Guenther2008-06-12
| | | | | skips the build, only tags and runs post-tag hooks Closes: #485114
* typoGuido Guenther2008-06-12
|
* document git-impport-dscsGuido Guenther2008-06-12
|
* Fix typoGuido Guenther2008-06-03
| | | | Closes: #484243
* document changes and releasedebian/0.4.30Guido Guenther2008-05-29
|
* Try harder to find/build the upstream tarballGuido Guenther2008-05-26
| | | | | | | don't skip pristine-tar if the tarball-dir is also specified. Only fail if no-create-orig is given. Closes: #482786
* Help pristine-tar to find the branch nameGuido Guenther2008-05-25
| | | | Closes: #481806
* document changes and releasedebian/0.4.29Guido Guenther2008-05-17
|
* add git-import-dscsGuido Guenther2008-05-17
| | | | | to import mutiple dscs in one go Closes: #471580
* add call() doesn't mangle return codes nor uses stderrGuido Guenther2008-05-17
|
* add a version propertyGuido Guenther2008-05-17
|
* move dsc handling into deb_utilsGuido Guenther2008-05-17
|
* include the commit id in the changelog entryGuido Guenther2008-05-16
|
* pass the whole options aroundGuido Guenther2008-05-16
| | | | to avoid lots of function arguments
* print default value of --metaGuido Guenther2008-05-16
|