summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-14Universal configurable base tmpdir for all gbp toolsMarkus Lehtonen7-23/+36
2014-11-14buildpackage: implement --[no-]build cmdline optionMarkus Lehtonen3-0/+27
2014-11-14buildpackage: fix exporting of working copy when run from a subdirMarkus Lehtonen2-12/+14
2014-11-14buildpackage: new "working copy" choices for --git-exportMarkus Lehtonen2-4/+9
2014-11-14buildpackage: add 'untracked' option to write_wc()Markus Lehtonen1-2/+9
2014-11-14GitRepository/add_files: add new option 'untracked'Markus Lehtonen2-2/+10
2014-11-14config: support for per-tree config filesMarkus Lehtonen1-5/+21
2014-11-14config: read the right config if run from subdirMarkus Lehtonen3-19/+46
2014-11-14tests/testutils: add directories arg to ls_* functionsMarkus Lehtonen1-7/+8
2014-11-14tests.testutils: add ls_zip() helperMarkus Lehtonen1-0/+11
2014-11-14import-orig: rework sourcecode preparation and filteringMarkus Lehtonen2-122/+37
2014-11-14import-orig: new function for filtering/re-packing sourcesMarkus Lehtonen3-1/+273
2014-11-14UpstreamSource.unpack: return UpstreamSource instanceMarkus Lehtonen5-7/+15
2014-11-14UpstreamSource.pack: reuse unpacked dir if no filter is usedMarkus Lehtonen1-1/+5
2014-11-14UpstreamSource: implement prefix guessingMarkus Lehtonen3-16/+84
2014-11-14UpstreamSource: check that the sources existMarkus Lehtonen1-0/+2
2014-11-14tests: test find_source() with unittestMarkus Lehtonen2-15/+64
2014-11-14UpstreamSource: store the absolute pathMarkus Lehtonen1-1/+1
2014-11-14UpstreamSource: move version guessing logic to PkgPolicyMarkus Lehtonen2-14/+67
2014-11-14UpstreamSource: introduce is_tarball() methodMarkus Lehtonen3-2/+16
2014-11-14UpstreamSource: add 'archive_fmt' and 'compression' propertiesMarkus Lehtonen1-0/+25
2014-11-14Introduce PkgPolicy.is_valid_orig_archive()Markus Lehtonen1-10/+9
2014-11-14UpstreamSource.pack: support prefix manglingMarkus Lehtonen4-11/+39
2014-11-14import-orig: move repacked_tarball_name() out from commonMarkus Lehtonen2-19/+19
2014-11-14import-orig: simplify repack_source() and tmpdir handlingMarkus Lehtonen2-10/+8
2014-11-14import-orig: implement --create-missing-branches optionMarkus Lehtonen3-6/+24
2014-11-14docs: enable building html docs with docbook2htmlMarkus Lehtonen2-0/+42
2014-11-14GitRepository: add diff_status methodMarkus Lehtonen2-0/+40
2014-11-14gbp.git: Reimplement rfc822 date parsing without dateutilEd Bartosh2-7/+24
2014-11-14pq/parse_gbp_commands: return non-matched linesMarkus Lehtonen2-3/+7
2014-11-14GitRepository.add_files: consistently update ALL tracked filesMarkus Lehtonen1-0/+1
2014-11-14GitRepository.add_files: use GitArgsMarkus Lehtonen1-5/+4
2014-11-14GitRepository: allow repo inititialization from subdirMarkus Lehtonen2-14/+32
2014-11-14GitRepository: Implement status methodEd Bartosh2-0/+55
2014-11-14GitRepository: raise GitRepositoryError instead of GbpErrorMarkus Lehtonen3-5/+5
2014-11-14GitRepository/rev_parse: use _git_inout()Markus Lehtonen1-2/+3
2014-11-14GitRepository/git_command: strip stderr output in case of errorMarkus Lehtonen1-1/+2
2014-11-14GitRepository/has_submodules: add treeish argumentMarkus Lehtonen1-4/+9
2014-11-14GitRepository.create_branch: add 'force' optionMarkus Lehtonen1-1/+3
2014-11-14GitRepository.commit_files: add edit argumentMarkus Lehtonen1-5/+8
2014-11-14GitRepository.commit_all: add committer_info argumentMarkus Lehtonen1-2/+6
2014-11-14GitRepository.commit_files: add committer_info argumentMarkus Lehtonen1-3/+9
2014-11-14GbpOptionParser: allow using the default 'dest' attributeMarkus Lehtonen1-5/+3
2014-11-14GitRepository: implement create_tree methodMarkus Lehtonen1-9/+19
2014-11-14GitRepository: fix the 'edit' mode in commit methodsMarkus Lehtonen1-8/+6
2014-11-14GitRepository: allow interactive commandsMarkus Lehtonen1-10/+19
2014-11-14buildpackage: refactor tarball compressionMarkus Lehtonen1-18/+31
2014-11-14buildpackage/dump_tree: add 'recursive' optionMarkus Lehtonen1-3/+8
2014-11-14GitRepository.archive: add 'paths' optionMarkus Lehtonen1-1/+5
2014-11-14GitRepository.archive: drop the '**kwargs' argumentMarkus Lehtonen1-4/+3