summaryrefslogtreecommitdiffhomepage
path: root/git_buildpackage
Commit message (Collapse)AuthorAge
* git-buildpackage: add an option (--git-cleaner) that allows to specify a ↵debian/0.2.19Guido Guenther2006-12-21
| | | | different clean command (Closes: #403987)
* git-buildpackage: detect the branch we're on and bail out if it's not the ↵debian/0.2.18Guido Guenther2006-12-10
| | | | debian branch
* correct wrong default branch for debian developmentGuido Guenther2006-12-09
|
* git-buildpackage: properly pass builder argsGuido Guenther2006-12-08
|
* support signed tagsdebian/0.2.15Guido Guenther2006-12-08
|
* config file parsing to set default branches and build commandsGuido Guenther2006-12-05
|
* git-buildpackage: use pipes module instead of os.systemGuido Guenther2006-11-26
| | | | and move some functions into the deb_utils module
* generate orig.tar.gz if it doesn't existGuido Guenther2006-11-23
|
* don't use a regexp for version parsing on importGuido Guenther2006-11-03
|
* sanitze_version: strip of epochsGuido Guenther2006-10-09
|
* minor cosmetic cleanups all over the placeGuido Guenther2006-10-06
|
* more robust regex matching, sanitze all version numbers before running git-tagdebian/0.2.7Guido Guenther2006-10-06
|
* check if we're at the top level of a git repository before starting the builddebian/0.2.6Guido Guenther2006-10-05
|
* git-buildpackage: git-buildpackage: use helpers from git_buildpackageGuido Guenther2006-09-27
|
* * UNRELEASEDGuido Guenther2006-09-27
* git-import-orig: don't try import new upstream versions when there are uncommitted changes