aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
Commit message (Collapse)AuthorAge
* don't fail of the pristine-tar branch doesn't exist (Closes: #468675)Guido Guenther2008-03-01
|
* add pristine-tar support based on a patch from Julian Andres Klode (Closes: ↵Guido Guenther2008-02-21
| | | | #463580)
* Better dpkg-parsechangelog error reporting (Closes: #460195)Guido Guenther2008-02-08
|
* make sure we don't switch directories during build (Closes: #451550)Guido Guenther2007-11-19
|
* add tarball-dir option losely based on patch from Sjoerd Simons (Closes: ↵Guido Guenther2007-11-05
| | | | #448357)
* call gzip with "-n" (Closes: #449094) - thanks to Romain FrancoiseGuido Guenther2007-11-03
|
* use upstream-branch in case the tag doesn't existGuido Guenther2007-10-22
|
* add version number to docs and a toolsGuido Guenther2007-10-19
|
* pyline and other consistency updatesGuido Guenther2007-10-18
|
* add --export-dir and --export (Closes: #446042)Guido Guenther2007-10-16
|
* update vim modelines and remove whitespacesGuido Guenther2007-10-03
|
* introduce --git-no-create-orig to skip building of any orig.tar.gzGuido Guenther2007-08-23
| | | | | 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.
* don't hardcode -i\.git -I.git as build argumentsGuido Guenther2007-08-20
|
* print a sensible error message, when a git repository isn't a debian source ↵Guido Guenther2007-06-08
| | | | package
* improve tagging messagesGuido Guenther2007-04-12
|
* We're parsing the version from the changelog, not a changes fileGuido Guenther2007-02-11
|
* clarify dir argumentGuido Guenther2007-02-11
|
* use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther2007-02-11
| | | | Furthermore pass '-v' in git import-orig on to git_load_dirs
* Allow to specify the tag formatGuido Guenther2007-02-02
| | | | | | 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)
* add --git-posttag to git-buildpackageGuido Guenther2007-01-22
| | | | for easy push after a sucessful build
* raise an exception instead of returning 1 from several placesGuido Guenther2007-01-16
|
* fix error message in case the upstream branch doesn't existGuido Guenther2007-01-13
|
* add GitRepository classdebian/0.2.22Guido Guenther2006-12-26
| | | | | git-buildpackage: check if upstream branch exists git-import-dsc: improve error handling
* While dpkg-buildpackage's -i argument takes a regexp -I doesn'tdebian/0.2.21Guido Guenther2006-12-22
| | | | fix inclusion of git metadata in debian native packages
* git-import-orig: improve error message when the upstream branch cannot be found.debian/0.2.20Guido Guenther2006-12-22
| | | | | | | | | | 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
* git-buildpackage: add an option (--git-cleaner) that allows to specify a ↵debian/0.2.19Guido Guenther2006-12-21
| | | | different clean command (Closes: #403987)
* make exclusion regexp more specificGuido Guenther2006-12-21
|
* minor fixes all over the placeGuido Guenther2006-12-13
|
* s/keyid/GPG keyid/Guido Guenther2006-12-11
|
* 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
* fix typo in error messageGuido Guenther2006-12-09
|
* support signed tagsdebian/0.2.15Guido Guenther2006-12-08
|
* config file parsing to set default branches and build commandsGuido Guenther2006-12-05
|
* fix typos in "git-buildpackage --help"debian/0.2.13Guido Guenther2006-12-03
|
* 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
|
* 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
|
* also filter out git metadata when building tarballsGuido Guenther2006-10-05
| | | | not only when building diffs (affects Debian native packages)
* fix syntax error in tag replacementGuido Guenther2006-10-05
| | | | minor manpage reformating
* git doesn't like '~' in tag names so replace this with a dot when taggingdebian/0.2.3Guido Guenther2006-10-02
|
* git-buildpacakge: add --git-verboseGuido Guenther2006-09-28
|
* git-buildpackage: allow for --helpdebian/0.2.1Guido Guenther2006-09-27
|
* git-buildpackage: git-buildpackage: use helpers from git_buildpackageGuido Guenther2006-09-27
|
* git-import-orig: don't try import new upstream versions when there are ↵Guido Guenther2006-09-27
| | | | uncommitted changes
* git-import-dsc: import of debian native packagesGuido Guenther2006-09-27
|
* git-buildpackage: only determine version if tagging requestedGuido Guenther2006-09-25
|
* rename --git-buildcmd to --git-builderGuido Guenther2006-09-25
|
* rename to git-buildpackageGuido Guenther2006-09-25