summaryrefslogtreecommitdiff
path: root/gbp/scripts/buildpackage.py
AgeCommit message (Expand)AuthorFilesLines
2022-10-28port code from python2.x to python3.xbiao716.wang1-4/+4
2019-11-14fix pylint error for git-buildpackagebiao716.wang1-4/+4
2014-11-14Rename internal var debian_tag -> packaging_tagMarkus Lehtonen1-2/+2
2014-11-14Rename internal var debian_branch -> packaging_branchMarkus Lehtonen1-3/+3
2014-11-14Universal configurable base tmpdir for all gbp toolsMarkus Lehtonen1-4/+6
2014-11-14buildpackage: implement --[no-]build cmdline optionMarkus Lehtonen1-0/+13
2014-11-14buildpackage: fix exporting of working copy when run from a subdirMarkus Lehtonen1-1/+1
2014-11-14buildpackage: new "working copy" choices for --git-exportMarkus Lehtonen1-3/+5
2014-11-14buildpackage/git_archive_single: use GitRepository.archive()Markus Lehtonen1-1/+1
2014-11-14notifications: make notify() more genericMarkus Lehtonen1-5/+6
2014-08-23Unify doc strings a bitGuido Günther1-1/+1
2014-08-19Improve error messages on formatting errorsGuido Günther1-3/+4
2014-08-19buildpackage: Make debian-tag message configurableKamal Mostafa1-2/+5
2014-07-24Change UpstreamSource to have PkgPolicyMarkus Lehtonen1-3/+3
2014-07-24Move get_compression() out of pkg.PkgPolicy classMarkus Lehtonen1-2/+3
2014-06-14buildpackage: Also print tag name when tagging the Debian releaseGuido Günther1-1/+1
2014-05-24Revert "Determine build_dir upfront"Guido Günther1-1/+5
2014-05-22Improve error reporting on hooksGuido Günther1-13/+20
2014-05-22Determine build_dir upfrontGuido Günther1-5/+1
2014-05-07Handle version format errors more gracefullyGuido Günther1-1/+3
2014-04-03config: add decorator to add_option_* functionsGuido Günther1-11/+18
2014-03-29Use a much simpler version to fix the command name in --helpGuido Günther1-1/+1
2014-03-27Fix command outputGuido Günther1-1/+1
2013-12-20Determine changes file name based on dpkg-buildpackage optionsGuido Günther1-7/+19
2013-06-27Use has_keyGuido Günther1-3/+1
2013-06-11buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen1-1/+1
2013-05-17git-buildpackage: Unbreak overlay modeGaudenz Steinlin1-1/+1
2013-04-26Silence GitRepository.has_treeishGuido Günther1-2/+2
2013-04-26buildpackage: implement --[no-]hooks optionMarkus Lehtonen1-0/+11
2013-04-25buildpackage: catch and handle DebianSourceError gracefullyMarkus Lehtonen1-1/+5
2013-04-13Don't try access source before it's filledGuido Günther1-3/+3
2013-04-13Add gbp.git.source.Source.sourcepkgGuido Günther1-5/+5
2013-04-13Honor debian/source/formatGuido Günther1-34/+43
2013-03-29Include the name of the package being built in the debian tag messageDaniel Kahn Gillmor1-1/+1
2013-03-22Purging of the build dir should be configurable via a config fileGuido Günther1-3/+9
2012-11-25New configuration option for setting the output color schemeMarkus Lehtonen1-1/+3
2012-11-08Remove unused importGuido Günther1-3/+0
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther1-2/+2
2012-07-02Make exception syntax consistentGuido Günther1-15/+15
2012-06-01git-buildpackage: allow to build packages from detached HEAD stateGuido Günther1-3/+10
2012-06-01git-buildpackage overlay-mode: don't fail on files named like tarballGuido Günther1-10/+9
2012-06-01git-buildpackage: add missing importGuido Günther1-0/+1
2012-05-01Refactor deb helpers: move UpstreamSource classMarkus Lehtonen1-2/+2
2012-05-01Refactor deb helpers: introduce PkgPolicy classMarkus Lehtonen1-8/+9
2012-04-18Refactor git-buildpackage as preparation for rpm supportMarkus Lehtonen1-116/+5
2012-02-13Refactor config.py as preparation for rpm support.Markus Lehtonen1-2/+2
2012-01-22buildpackage: Add pristine-tar-commit optionGuido Günther1-8/+43
2012-01-22PristineTar: move to separate moduleGuido Günther1-7/+8
2012-01-18Don't assume gzip compression of the orig tarballGuido Günther1-3/+3
2012-01-15deb: minor refactor of parameters of has_orig()Markus Lehtonen1-2/+2