summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-26buildpackage: implement --[no-]hooks optionMarkus Lehtonen3-0/+23
2013-04-26tests: Fix tests for UbuntuMarkus Lehtonen3-20/+71
2013-04-26DebianSource: fix is_native()Markus Lehtonen1-1/+2
2013-04-26tests: add missing import in test_ChangelogMarkus Lehtonen1-0/+1
2013-04-25GitRepository: add describe() methodMarkus Lehtonen2-11/+66
2013-04-25tests: another fix for older dchMarkus Lehtonen1-4/+4
2013-04-25tests: fix for older dchMarkus Lehtonen1-2/+2
2013-04-25buildpackage: catch and handle DebianSourceError gracefullyMarkus Lehtonen1-1/+5
2013-04-25DebianSource: raise DebianSourceError if reading changelog failsMarkus Lehtonen1-2/+5
2013-04-24bash completion: handle upstream-tree like upstream-branchGuido Günther1-1/+1
2013-04-24Silence _git_commandGuido Günther1-5/+10
2013-04-24Silence git cloneGuido Günther1-4/+10
2013-04-14GitRepository: make __build_env a static methodGuido Günther1-2/+2
2013-04-14Silence git initGuido Günther1-5/+19
2013-04-13Document changes and release 0.6.0~git20130414debian/0.6.0_git20130414Guido Günther1-0/+6
2013-04-13Don't try access source before it's filledGuido Günther1-3/+3
2013-04-13Document changes and release 0.6.0~git20130413Guido Günther1-0/+34
2013-04-13Add gbp.git.source.Source.sourcepkgGuido Günther2-5/+12
2013-04-13Honor debian/source/formatGuido Günther3-39/+57
2013-04-13Introduce Source classGuido Günther8-9/+186
2013-04-13Add minimal vfs interfaceGuido Günther2-0/+120
2013-04-13Use _git_inout for git.showGuido Günther2-9/+6
2013-04-08Revert "GitRepository.show: use _git_inout()"Guido Günther1-3/+2
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch22-120/+180
2013-04-07GitRepository.show: use _git_inout()Markus Lehtonen1-2/+3
2013-04-06Add .coveragercMarkus Lehtonen1-0/+2
2013-04-06Fix typosGuido Günther1-3/+3
2013-04-06Generate coverage xmlGuido Günther4-3/+6
2013-04-06Add urgency management.Daniel Dehennin3-1/+40
2013-04-06Add option to manage distribution fields for non snapshot mode.Daniel Dehennin3-102/+198
2013-03-29Move DscFile to separate moduleGuido Günther3-87/+118
2013-03-29Move DebianPkgPolicy to separate moduleGuido Günther2-63/+87
2013-03-29Move debian/changelog manipulation to gbp.deb.changelog.ChangeLog.Daniel Dehennin3-99/+204
2013-03-29Document changes and release 0.6.0~git20130329debian/0.6.0_git20130329Guido Günther1-0/+53
2013-03-29Include the name of the package being built in the debian tag messageDaniel Kahn Gillmor1-1/+1
2013-03-27tests.test_GitRepository: import and setup gbp.logMarkus Lehtonen1-0/+4
2013-03-27Fix docstringGuido Günther1-3/+3
2013-03-27Split out building a debian version from an upstream commitGuido Günther3-30/+53
2013-03-22ComponentTestBase: capability to check files of repoMarkus Lehtonen1-1/+18
2013-03-22GitArgs: utilize the add() method in other add_X methodsMarkus Lehtonen1-7/+9
2013-03-22GitRepository/_cmd_has_feature: more intelligent parsingMarkus Lehtonen2-1/+12
2013-03-22setup: possibility to skip nosetest requirementsMarkus Lehtonen1-2/+3
2013-03-22tests: skip test_Changelog if 'dch' tool is not availableMarkus Lehtonen1-0/+7
2013-03-22tests/component: pylint fixesMarkus Lehtonen1-2/+5
2013-03-22gbp-pull: update tags, tooMarkus Lehtonen1-0/+1
2013-03-22packaging: Add man as dependencyZhang Qiang1-1/+1
2013-03-22ComponentTestBase: close streamhandler when stopping log captureMarkus Lehtonen1-0/+1
2013-03-22Purging of the build dir should be configurable via a config fileGuido Günther4-6/+23
2013-03-22Allow for upper case characters in the upstream versionGuido Günther1-2/+9
2013-03-22Better document how one derives from PkgTypesGuido Günther1-1/+25