summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-22Return boolean types from is_ methodsGuido Günther1-3/+5
2013-03-22Remove unused importsGuido Günther2-6/+0
2013-03-14Document changes and release 0.6.0~git20121125debian/0.6.0_git20130314Guido Günther1-0/+73
2013-03-14examples: fix loggingGuido Günther1-1/+1
2013-02-13Fix typoGuido Günther1-1/+1
2013-02-02Add missing --git-Guido Günther1-2/+2
2013-01-17gbp-pull: fix --depth cmdline optionMarkus Lehtonen1-1/+1
2013-01-17gbp-clone: fix return value in case of GitRepositoryErrorMarkus Lehtonen1-1/+1
2013-01-16pq/apply_and_commit_patch: fix date parsingMarkus Lehtonen1-2/+4
2013-01-16Move over import dsc test from external test suiteGuido Günther2-1/+53
2013-01-16Add test data submoduleGuido Günther2-0/+3
2013-01-16Add component test initializationGuido Günther3-86/+187
2013-01-16tests.testutils: baseclass for testing commandline toolsMarkus Lehtonen1-0/+85
2013-01-16buildpackage: add 'force' option to write_wc()Markus Lehtonen1-2/+2
2013-01-16pq: do author guessing outside the apply_patch functionsMarkus Lehtonen3-24/+19
2013-01-16log: make color setting a tristate on/off/autoMarkus Lehtonen1-20/+17
2012-12-03Document --git-pristine-tar-commitGuido Günther1-0/+16
2012-11-27Tristate: drop broken and unused is_valid_state() methodMarkus Lehtonen1-5/+0
2012-11-27Tristate: allow to init from another Tristate objectMarkus Lehtonen1-0/+7
2012-11-27Check the sha1 doesn't exceed 40 bytesGuido Günther1-2/+4
2012-11-27GitRepository/strip_sha1: fix length checkingMarkus Lehtonen1-1/+3
2012-11-25git-dch: Allow to create changelogs when not on a branchGuido Günther1-2/+7
2012-11-25gbp-create-remote-repo: Set HEAD in remote repoGuido Günther1-13/+14
2012-11-25gbp.log: Improve error message on broken color listsGuido Günther1-0/+5
2012-11-25New configuration option for setting the output color schemeMarkus Lehtonen9-7/+30
2012-11-25log: add support for setting the color schemeMarkus Lehtonen1-2/+29
2012-11-25gbp.log: lowercase the levelnameGuido Günther1-0/+1
2012-11-25log: rewrite the module to use Python logging moduleMarkus Lehtonen1-72/+94
2012-11-25gbp-pq: Improve patch header write outGuido Günther1-20/+119
2012-11-25Ignore rope project filesGuido Günther1-0/+1
2012-11-24Document changes and release 0.6.0~git20121124debian/0.6.0_git20121124Guido Günther1-0/+62
2012-11-24git-import-dscs: Properly catch import errorsGuido Günther2-3/+92