summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-30Document changes and release 0.6.0~git20130630debian/0.6.0_git20130530Guido Günther1-0/+15
2013-05-30Add Jenkins Scratchbuilder exampleGuido Günther1-0/+41
2013-05-17git-buildpackage: Unbreak overlay modeGaudenz Steinlin1-1/+1
2013-05-08GitRepository: Use LC_ALL=C when checking featuresGuido Günther1-0/+1
2013-05-06Document changes and release 0.6.0~git20130506debian/0.6.0_git20130506Guido Günther1-0/+21
2013-05-04manpages: Document gbp-pull's --ignore-branch optionGuido Günther1-1/+9
2013-05-04gbp-pull: Fix typo in help outputGuido Günther1-1/+1
2013-05-02GitRepository Use _git_inout in get_branchGuido Günther1-2/+5
2013-05-02Add --ignore-branch to gbp-pullGuido Günther1-1/+11
2013-05-02dch: make sure branch is always definedGuido Günther1-0/+1
2013-04-30trivial: simplify option assignmentGuido Günther1-19/+10
2013-04-30Silence test_debian_missing_authorGuido Günther1-1/+7
2013-04-29Silence dpkg --compare-versionsGuido Günther2-7/+18
2013-04-29Use Popen.communicate instead of subprocess callGuido Günther1-8/+25
2013-04-29Make parse_dsc a classmethod of DscFileGuido Günther6-25/+25
2013-04-29ChangeLog: Remove is_nativeGuido Günther3-16/+1
2013-04-29dch: Use DebianSource.is_nativeGuido Günther2-3/+11
2013-04-29Revert "Use Popen.communicate instead of subprocess call"Guido Günther1-7/+0
2013-04-29Use Popen.communicate instead of subprocess callGuido Günther1-0/+7
2013-04-27GitRepository.has_feature: capture stderrGuido Günther2-3/+6
2013-04-27GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther3-5/+7
2013-04-27Silence GitRepository.write_treeGuido Günther1-3/+5
2013-04-27command_wrappers: allow to silence __call__Guido Günther1-5/+5
2013-04-27Discard git mailinfo's error messageGuido Günther1-1/+1
2013-04-27Silence GitRepository.grep_logGuido Günther2-5/+10
2013-04-27Silence GitRepository.set_upstream_branchGuido Günther1-2/+2
2013-04-26Silence GitRepository.has_treeishGuido Günther2-3/+4
2013-04-2610_test_get_upstream_tree: Fix test descriptionsGuido Günther1-6/+6
2013-04-2614_test_gbp_import_dscs: Mock gbp.log.errGuido Günther1-2/+9
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