summaryrefslogtreecommitdiff
path: root/gbp/scripts/buildpackage.py
AgeCommit message (Expand)Author
2014-12-24buildpackage/git_archive_single: use GitRepository.archive()Markus Lehtonen
2014-12-24notifications: make notify() more genericMarkus Lehtonen
2014-12-24buildpackage: fix exporting of working copy when run from a subdirMarkus Lehtonen
2014-12-23buildpackage: new "working copy" choices for --git-exportMarkus Lehtonen
2014-08-23Unify doc strings a bitGuido Günther
2014-08-19Improve error messages on formatting errorsGuido Günther
2014-08-19buildpackage: Make debian-tag message configurableKamal Mostafa
2014-07-24Change UpstreamSource to have PkgPolicyMarkus Lehtonen
2014-07-24Move get_compression() out of pkg.PkgPolicy classMarkus Lehtonen
2014-06-14buildpackage: Also print tag name when tagging the Debian releaseGuido Günther
2014-05-24Revert "Determine build_dir upfront"Guido Günther
2014-05-22Improve error reporting on hooksGuido Günther
2014-05-22Determine build_dir upfrontGuido Günther
2014-05-07Handle version format errors more gracefullyGuido Günther
2014-04-03config: add decorator to add_option_* functionsGuido Günther
2014-03-29Use a much simpler version to fix the command name in --helpGuido Günther
2014-03-27Fix command outputGuido Günther
2013-12-20Determine changes file name based on dpkg-buildpackage optionsGuido Günther
2013-06-27Use has_keyGuido Günther
2013-06-11buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen
2013-05-17git-buildpackage: Unbreak overlay modeGaudenz Steinlin
2013-04-26Silence GitRepository.has_treeishGuido Günther
2013-04-26buildpackage: implement --[no-]hooks optionMarkus Lehtonen
2013-04-25buildpackage: catch and handle DebianSourceError gracefullyMarkus Lehtonen
2013-04-13Don't try access source before it's filledGuido Günther
2013-04-13Add gbp.git.source.Source.sourcepkgGuido Günther
2013-04-13Honor debian/source/formatGuido Günther
2013-03-29Include the name of the package being built in the debian tag messageDaniel Kahn Gillmor
2013-03-22Purging of the build dir should be configurable via a config fileGuido Günther
2012-11-25New configuration option for setting the output color schemeMarkus Lehtonen
2012-11-08Remove unused importGuido Günther
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther
2012-07-02Make exception syntax consistentGuido Günther
2012-06-01git-buildpackage: allow to build packages from detached HEAD stateGuido Günther
2012-06-01git-buildpackage overlay-mode: don't fail on files named like tarballGuido Günther
2012-06-01git-buildpackage: add missing importGuido Günther
2012-05-01Refactor deb helpers: move UpstreamSource classMarkus Lehtonen
2012-05-01Refactor deb helpers: introduce PkgPolicy classMarkus Lehtonen
2012-04-18Refactor git-buildpackage as preparation for rpm supportMarkus Lehtonen
2012-02-13Refactor config.py as preparation for rpm support.Markus Lehtonen
2012-01-22buildpackage: Add pristine-tar-commit optionGuido Günther
2012-01-22PristineTar: move to separate moduleGuido Günther
2012-01-18Don't assume gzip compression of the orig tarballGuido Günther
2012-01-15deb: minor refactor of parameters of has_orig()Markus Lehtonen
2012-01-15deb: minor refactor of parameters of symlink_orig()Markus Lehtonen
2012-01-11buildpackage: Allow to pass pbuilder optionsGuido Günther
2012-01-10Allow to specify the upstream tree via --upstream-treeGuido Günther
2011-12-26Add --[no-]-pbuilder-autoconfGuido Günther
2011-12-16Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther
2011-11-30Parse the changelog of the exported tree instead of the working copyGuido Günther