summaryrefslogtreecommitdiff
path: root/gbp/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-03-29Use a much simpler version to fix the command name in --helpGuido Günther8-8/+15
2014-03-27Fix command outputGuido Günther8-15/+8
2014-03-27pq: minor log message typo fixMarkus Lehtonen1-1/+1
2014-02-23import_dsc: Create missing debian branch with --create-missing-branchesGuido Günther1-1/+2
2014-01-07import_orig: test error paths of find_sourceGuido Günther1-5/+19
2014-01-05Avoid backtrace on config file parse errorsGuido Günther5-15/+50
2013-12-20Determine changes file name based on dpkg-buildpackage optionsGuido Günther1-7/+19
2013-11-06import-dsc; Merge upstream version by tagGuido Günther1-3/+27
2013-11-05import-dsc: allow to skip Debian tag creationGuido Günther1-10/+16
2013-10-31pq: support 'Topic' patch-export commandMarkus Lehtonen2-5/+5
2013-10-31pq: listen to 'Gbp-Pq:' commands, tooMarkus Lehtonen1-0/+1
2013-10-31pq: add format_diff() functionMarkus Lehtonen1-1/+27
2013-10-31pq: support patch-export commandsMarkus Lehtonen2-4/+32
2013-10-31pq: properly generate non-ascii patch filesMarkus Lehtonen1-11/+28
2013-10-31pq.format_patch: support file path filteringMarkus Lehtonen1-5/+27
2013-10-31pq: rewrite patch export functionalityMarkus Lehtonen2-153/+100
2013-10-22gbp-clone: support cloning to a specific directoryGuan Junchun1-3/+5
2013-09-16pq: Only print number or tries if we try more than onceGuido Günther1-1/+1
2013-09-16pq: print which patch failed to applyGuido Günther1-0/+1
2013-09-10common/buildpackage: fix handling of empty tarball prefixMarkus Lehtonen1-7/+24
2013-09-05Remove unused importGuido Günther1-1/+0
2013-09-04import-orig: import readline in the common moduleMarkus Lehtonen2-8/+9
2013-08-28Use open() instead of file()Guido Günther3-7/+7
2013-08-24pq: exclude patches from Debian packaging branchGuido Günther1-2/+4
2013-08-22Minor docstring updatesGuido Günther2-0/+34
2013-08-21dch: make automatic adding of new sections more robustGuido Günther1-19/+38
2013-06-27Use has_keyGuido Günther1-3/+1
2013-06-26import-dsc: print filename instead of object nameGuido Günther1-3/+3
2013-06-26gbp-import-dscs: invoke gbp import-dscGuido Günther1-5/+5
2013-06-26Consistently call gbp the supercommandGuido Günther1-7/+19
2013-06-26gbp: support --helpGuido Günther1-3/+8
2013-06-18Add wrapper for all gbp commandsGuido Günther1-0/+67
2013-06-11Simplify expressionGuido Günther1-2/+2
2013-06-11buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen1-1/+1
2013-06-06import-orig: keep working copy in sync with branch HEADMarkus Lehtonen1-0/+6
2013-05-17git-buildpackage: Unbreak overlay modeGaudenz Steinlin1-1/+1
2013-05-04gbp-pull: Fix typo in help outputGuido Günther1-1/+1
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-29Make parse_dsc a classmethod of DscFileGuido Günther2-5/+6
2013-04-29dch: Use DebianSource.is_nativeGuido Günther1-3/+9
2013-04-27GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther2-4/+6
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-04-06Add urgency management.Daniel Dehennin1-1/+2
2013-04-06Add option to manage distribution fields for non snapshot mode.Daniel Dehennin1-4/+25