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