summaryrefslogtreecommitdiff
path: root/gbp/scripts/buildpackage.py
AgeCommit message (Expand)AuthorFilesLines
2013-04-03Rename internal var debian_tag -> packaging_tagMarkus Lehtonen1-2/+2
2013-04-03Rename internal var debian_branch -> packaging_branchMarkus Lehtonen1-3/+3
2013-04-03Universal configurable base tmpdir for all gbp toolsMarkus Lehtonen1-4/+6
2013-04-03buildpackage: fix exporting of working copy when run from a subdirMarkus Lehtonen1-1/+1
2013-04-03buildpackage: new "working copy" choices for --git-exportMarkus Lehtonen1-3/+5
2013-04-03Change UpstreamSource to have PkgPolicyMarkus Lehtonen1-3/+3
2013-04-03Move get_compression() out of pkg.PkgPolicy classMarkus Lehtonen1-2/+3
2013-04-03buildpackage/git_archive_single: use GitRepository.archive()Markus Lehtonen1-1/+1
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
2012-01-15deb: minor refactor of parameters of symlink_orig()Markus Lehtonen1-1/+1
2012-01-11buildpackage: Allow to pass pbuilder optionsGuido Günther1-0/+3
2012-01-10Allow to specify the upstream tree via --upstream-treeGuido Günther1-12/+23
2011-12-26Add --[no-]-pbuilder-autoconfGuido Günther1-0/+3
2011-12-16Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther1-4/+4
2011-11-30Parse the changelog of the exported tree instead of the working copyGuido Günther1-18/+34
2011-11-28buildpackage.py: move changelog fetching into functionGuido Günther1-13/+16
2011-11-28Add ChangeLog classGuido Günther1-15/+14
2011-11-23Fix typosGuido Günther1-1/+1
2011-11-22buildpackage: group functions needed for export-dir handlingGuido Günther1-31/+35
2011-11-22buildpackage: move export of source tree into separate functionGuido Günther1-24/+36
2011-11-22Support postexport hooksGuido Günther1-3/+24
2011-11-22buildpackage: move tarball preparation into separate functionGuido Günther1-16/+27
2011-11-01Get rid of the symlinkGuido Günther1-0/+571