summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-03Rename internal var debian_branch -> packaging_branchMarkus Lehtonen7-27/+29
2013-04-03Add 'packaging-dir' option to config.pyMarkus Lehtonen1-0/+5
2013-04-03gbp-pull: two modes for --forceMarkus Lehtonen2-24/+46
2013-04-03gbp-pull: similar update strategy for all branchesMarkus Lehtonen1-3/+10
2013-04-03gbp-pull: implement --all cmdline optionMarkus Lehtonen2-4/+29
2013-04-03config: add rpm-specific option parser classMarkus Lehtonen1-0/+12
2013-04-03Introduce rpm helpersMarkus Lehtonen2-0/+635
2013-04-03gbp-pq: readiness to configure the pq branch nameMarkus Lehtonen3-51/+109
2013-04-03Universal configurable base tmpdir for all gbp toolsMarkus Lehtonen8-23/+35
2013-04-03Add gbp specific tempfile moduleMarkus Lehtonen1-0/+38
2013-04-03buildpackage: fix exporting of working copy when run from a subdirMarkus Lehtonen2-13/+14
2013-04-03buildpackage: new "working copy" choices for --git-exportMarkus Lehtonen2-4/+9
2013-04-03buildpackage: add 'untracked' option to write_wc()Markus Lehtonen1-2/+9
2013-04-03GitRepository/add_files: add new option 'untracked'Markus Lehtonen2-1/+10
2013-04-03GitRepository/add_files: use GitArgsMarkus Lehtonen1-5/+4
2013-04-03config: support for per-tree config filesMarkus Lehtonen1-5/+21
2013-04-03config: read the right config if run from subdirMarkus Lehtonen3-15/+48
2013-04-03UpstreamSource/guess_version: detect more compression formatsMarkus Lehtonen1-6/+10
2013-04-03UpstreamSource: introduce is_tarball() methodMarkus Lehtonen3-2/+16
2013-04-03UpstreamSource: add 'archive_fmt' and 'compression' propertiesMarkus Lehtonen1-0/+25
2013-04-03Introduce PkgPolicy.is_valid_orig_archive()Markus Lehtonen1-10/+9
2013-04-03Change UpstreamSource to have PkgPolicyMarkus Lehtonen8-36/+62
2013-04-03UpstreamSource.pack: support prefix manglingMarkus Lehtonen4-11/+38
2013-04-03import-orig: move repacked_tarball_name() out from commonMarkus Lehtonen2-19/+19
2013-04-03import-orig: simplify repack_source() and tmpdir handlingMarkus Lehtonen2-10/+8
2013-04-03import-orig: keep working copy in sync with branch HEADMarkus Lehtonen1-0/+6
2013-04-03Move get_compression() out of pkg.PkgPolicy classMarkus Lehtonen2-23/+63
2013-04-03docs: enable building html docs with docbook2htmlMarkus Lehtonen2-0/+42
2013-04-03GitRepository: add diff_status methodMarkus Lehtonen2-0/+40
2013-04-03GitRepository: add format_patch methodMarkus Lehtonen2-0/+71
2013-04-03GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen2-3/+6
2013-04-03buildpackage/dump_tree: use GitRepository.archive()Markus Lehtonen1-34/+24
2013-04-03buildpackage/git_archive_single: use GitRepository.archive()Markus Lehtonen2-10/+24
2013-04-03GitRepository: rewrite git_archive()Markus Lehtonen3-9/+24
2013-04-03Change compressor cmdline opts in compressor_opts to a listMarkus Lehtonen2-6/+9
2013-04-03GitRepository/_git_inout: implement support for filteringMarkus Lehtonen1-6/+26
2013-04-03common/buildpackage: support for different archive formatsMarkus Lehtonen2-20/+37
2013-04-03tests: add test for archiving without git submodulesMarkus Lehtonen1-10/+16
2013-04-03gbp.git: Reimplement rfc822 date parsing without dateutilEd Bartosh2-7/+26
2013-04-03GitRepository: allow repo inititialization from subdirMarkus Lehtonen2-14/+32
2013-04-03GitRepository: Implement status methodEd Bartosh2-0/+55
2013-04-03GitRepository/get_remote_repos: return URLs, tooMarkus Lehtonen2-5/+21
2013-04-03GitRepository/find_tag: add 'longfmt' and 'always' optionsMarkus Lehtonen2-6/+19
2013-04-03GitRepository: raise GitRepositoryError instead of GbpErrorMarkus Lehtonen3-7/+7
2013-04-03GitRepository.show: use _git_inout()Markus Lehtonen1-2/+3
2013-04-03Support unit tests on Ubuntu: allow "ubuntu" as part of versionOlev Kartau1-12/+12
2013-04-03GitRepository/rev_parse: use _git_inout()Markus Lehtonen1-2/+3
2013-04-03Add .coveragercMarkus Lehtonen1-0/+2
2013-03-29Move DscFile to separate moduleGuido Günther3-87/+118
2013-03-29Move DebianPkgPolicy to separate moduleGuido Günther2-63/+87