summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2015-03-26pq_rpm: add 'options' to some functionsbuildpackage-rpmTzafrir Cohen
2015-03-26gbp rpm: mock chroot builderTzafrir Cohen
2015-03-26Add buildpackage-rpmTzafrir Cohen
2015-03-26buildpackage/git_archive_single: use GitRepository.archive()Markus Lehtonen
2015-03-26common/buildpackage: support for different archive formatsMarkus Lehtonen
2015-03-26notifications: make notify() more genericMarkus Lehtonen
2015-03-26rpm: add version parsing functions to pkg policyMarkus Lehtonen
2015-03-26gbp-pq: readiness to configure the pq branch nameMarkus Lehtonen
2015-03-26buildpackage: fix exporting of working copy when run from a subdirMarkus Lehtonen
2015-03-26buildpackage: add 'untracked' option to write_wc()Markus Lehtonen
2015-03-26config: support for per-tree config filesMarkus Lehtonen
2015-03-26buildpackage: new "working copy" choices for --git-exportMarkus Lehtonen
2015-03-26Fix typo in pydoc: treeish's type twiceTzafrir Cohen
2015-03-26pq: allow running actions in repo subdirMarkus Lehtonen
2015-03-26buildpackage/dump_tree: use GitRepository.archive()Markus Lehtonen
2015-03-26GitRepository.archive: add 'paths' optionMarkus Lehtonen
2015-03-26GitRepository.archive: support getting tar data as return valueMarkus Lehtonen
2015-03-26GitRepository.__git_inout: prevent blocking of stdinMarkus Lehtonen
2015-03-26GitRepository: new method for getting git output as generatorMarkus Lehtonen
2015-03-26GitRepository: allow repo inititialization from subdirMarkus Lehtonen
2015-03-26GitRepository: implemet checkout_files() methodMarkus Lehtonen
2015-03-20Fix paragraph indentation for epydocGuido Günther
2015-03-18Add %(hversion)s to version_to_tag to support some upstreamsDaniel Kahn Gillmor
2015-03-16Allow to set upstream-vcs-tag via gbp.confDaniel Kahn Gillmor
2015-02-25GitRepository/has_submodules: add treeish argumentMarkus Lehtonen
2015-02-25config: modify configparser import statementMarkus Lehtonen
2015-02-21Remove unused variableGuido Günther
2015-02-20gbp.format: fix one typo and indentationMarkus Lehtonen
2015-02-20tristate: implement __nonzero__() methodMarkus Lehtonen
2015-02-20UpstreamSource.guess_version: recognise debian native tarballsMarkus Lehtonen
2015-02-20Don't output additional newlinesGuido Günther
2015-02-20Move requests import to downloadsGuido Günther
2015-02-20Don't use basestringGuido Günther
2015-02-20Handle renamed urlparse in Python3Guido Günther
2015-02-20Use six.iteritems() and six.iterkeys()Guido Günther
2015-02-20Handle Python3's changed octal literal syntaxGuido Günther
2015-02-20Use email.utils instead of email.UtilsGuido Günther
2015-02-20Don't rely on dictionary key orderGuido Günther
2015-02-20Use six.StringIOGuido Günther
2015-02-20Don't use dict.has_key()Guido Günther
2015-02-20Handle ConfigParser -> configparser renameGuido Günther
2015-02-20Don't use print as a statementGuido Günther
2015-02-20Convert zip and map to listGuido Günther
2015-02-20Ignore return types of write and shutil.copyGuido Günther
2015-02-20Remove unused importGuido Günther
2015-02-18rpm: suppress stderr when unpacking src.rpmMarkus Lehtonen
2015-02-18patchseries: strip numbering when guessing subject from filenameMarkus Lehtonen
2015-02-18tests: restore logger module after tampering itMarkus Lehtonen
2015-02-18import-srpm: support gbp-config commandMarkus Lehtonen
2015-02-17git-dch --git-author: separate author and emailDmitrij Tejblum