summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2014-07-24import-srpm: add 'vendor' config optionMarkus Lehtonen
2014-07-24Introduce git-import-srpm toolMarkus Lehtonen
2014-07-24Add gbp specific tempfile moduleMarkus Lehtonen
2014-07-24Introduce rpm helpersMarkus Lehtonen
2014-07-24Make pychecker happyGuido Günther
2014-07-24UpstreamSource: move version guessing logic to PkgPolicyMarkus Lehtonen
2014-07-24Change UpstreamSource to have PkgPolicyMarkus Lehtonen
2014-07-24UpstreamSource.guess_version: don't check for directoriesMarkus Lehtonen
2014-07-24UpstreamSource/guess_version: detect more compression formatsMarkus Lehtonen
2014-07-24Fix typosGuido Günther
2014-07-24Move get_compression() out of pkg.PkgPolicy classMarkus Lehtonen
2014-06-14buildpackage: Also print tag name when tagging the Debian releaseGuido Günther
2014-05-24Revert "Determine build_dir upfront"Guido Günther
2014-05-22Improve error reporting on hooksGuido Günther
2014-05-22Improve error reporting on failed commandsGuido Günther
2014-05-22Determine build_dir upfrontGuido Günther
2014-05-19pq: Try harder to cleanup after a failed patchGuido Günther
2014-05-19pq: Print proper error message if we fail to apply the treeGuido Günther
2014-05-16Fix comitter vs committer typosGuido Günther
2014-05-07Handle version format errors more gracefullyGuido Günther
2014-04-04Slightly improve usage outputGuido Günther
2014-04-03config: add decorator to add_option_* functionsGuido Günther
2014-04-03Import command not moduleGuido Günther
2014-04-02Revert "GitRepository/add_remote_repo: fix the 'tags' argument"Markus Lehtonen
2014-04-01Add minimal 'config' commandGuido Günther
2014-04-01Test option parser fallbacks more thoroughlyGuido Günther
2014-03-29Use a much simpler version to fix the command name in --helpGuido Günther
2014-03-27Fix command outputGuido Günther
2014-03-27pq: minor log message typo fixMarkus Lehtonen
2014-03-27GitRepository/add_remote_repo: fix the 'tags' argumentMarkus Lehtonen
2014-03-27GitRepository/get_commit_info: correctly handle file renames/copiesMarkus Lehtonen
2014-02-23import_dsc: Create missing debian branch with --create-missing-branchesGuido Günther
2014-02-19config: Don't pull in config defaults twiceGuido Günther
2014-02-18config: Don't pull in config defaults twiceGuido Günther
2014-01-07import_orig: test error paths of find_sourceGuido Günther
2014-01-05Change the default of cleaner to /bin/trueGuido Günther
2014-01-05Make parsing config file sections symmetricGuido Günther
2014-01-05Avoid backtrace on config file parse errorsGuido Günther
2013-12-20Determine changes file name based on dpkg-buildpackage optionsGuido Günther
2013-11-06log: add error and warning aliasesGuido Günther
2013-11-06import-dsc; Merge upstream version by tagGuido Günther
2013-11-05import-dsc: allow to skip Debian tag creationGuido Günther
2013-10-31pq: support 'Topic' patch-export commandMarkus Lehtonen
2013-10-31pq: listen to 'Gbp-Pq:' commands, tooMarkus Lehtonen
2013-10-31pq: add format_diff() functionMarkus Lehtonen
2013-10-31pq: support patch-export commandsMarkus Lehtonen
2013-10-31pq: properly generate non-ascii patch filesMarkus Lehtonen
2013-10-31pq.format_patch: support file path filteringMarkus Lehtonen
2013-10-31pq: rewrite patch export functionalityMarkus Lehtonen
2013-10-22gbp-clone: support cloning to a specific directoryGuan Junchun