summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2014-06-05buildpackage: fix exporting of working copy when run from a subdirMarkus Lehtonen2-12/+14
2014-06-05buildpackage: new "working copy" choices for --git-exportMarkus Lehtonen2-4/+9
2014-06-05buildpackage: add 'untracked' option to write_wc()Markus Lehtonen1-2/+9
2014-06-05GitRepository/add_files: add new option 'untracked'Markus Lehtonen1-2/+4
2014-06-05config: support for per-tree config filesMarkus Lehtonen1-5/+21
2014-06-05config: read the right config if run from subdirMarkus Lehtonen2-15/+42
2014-06-05import-orig: rework sourcecode preparation and filteringMarkus Lehtonen2-122/+37
2014-06-05import-orig: new function for filtering/re-packing sourcesMarkus Lehtonen1-1/+125
2014-06-05UpstreamSource.unpack: return UpstreamSource instanceMarkus Lehtonen4-6/+14
2014-06-05UpstreamSource.pack: reuse unpacked dir if no filter is usedMarkus Lehtonen1-1/+5
2014-06-05UpstreamSource: implement prefix guessingMarkus Lehtonen2-15/+79
2014-06-05UpstreamSource: check that the sources existMarkus Lehtonen1-0/+2
2014-06-05tests: test find_source() with unittestMarkus Lehtonen1-15/+0
2014-06-05UpstreamSource: store the absolute pathMarkus Lehtonen1-1/+1
2014-06-05UpstreamSource: move version guessing logic to PkgPolicyMarkus Lehtonen2-69/+66
2014-06-05UpstreamSource.guess_version: don't check for directoriesMarkus Lehtonen1-11/+5
2014-06-05UpstreamSource.guess_version: recognise debian native tarballsMarkus Lehtonen1-2/+5
2014-06-05UpstreamSource/guess_version: detect more compression formatsMarkus Lehtonen1-6/+10
2014-06-05UpstreamSource: introduce is_tarball() methodMarkus Lehtonen2-2/+12
2014-06-05UpstreamSource: add 'archive_fmt' and 'compression' propertiesMarkus Lehtonen1-0/+25
2014-06-05Introduce PkgPolicy.is_valid_orig_archive()Markus Lehtonen1-10/+9
2014-06-05Change UpstreamSource to have PkgPolicyMarkus Lehtonen7-34/+61
2014-06-05UpstreamSource.pack: support prefix manglingMarkus Lehtonen3-11/+30
2014-06-05import-orig: move repacked_tarball_name() out from commonMarkus Lehtonen2-19/+19
2014-06-05import-orig: simplify repack_source() and tmpdir handlingMarkus Lehtonen2-10/+8
2014-06-05import-orig: implement --create-missing-branches optionMarkus Lehtonen2-6/+14
2014-06-05Move get_compression() out of pkg.PkgPolicy classMarkus Lehtonen2-23/+63
2014-06-05GitRepository: add diff_status methodMarkus Lehtonen1-0/+27
2014-06-05gbp.git: Reimplement rfc822 date parsing without dateutilEd Bartosh1-5/+24
2014-06-05pq/parse_gbp_commands: return non-matched linesMarkus Lehtonen2-3/+7
2014-06-05GitRepository.add_files: consistently update ALL tracked filesMarkus Lehtonen1-0/+1
2014-06-05GitRepository.add_files: use GitArgsMarkus Lehtonen1-5/+4
2014-06-05GitRepository: allow repo inititialization from subdirMarkus Lehtonen1-12/+30
2014-06-05GitRepository: Implement status methodEd Bartosh1-0/+33
2014-06-05GitRepository: raise GitRepositoryError instead of GbpErrorMarkus Lehtonen2-4/+4
2014-06-05GitRepository/rev_parse: use _git_inout()Markus Lehtonen1-2/+3
2014-06-05GitRepository/git_command: strip stderr output in case of errorMarkus Lehtonen1-1/+2
2014-06-05GitRepository.archive: add 'paths' optionMarkus Lehtonen1-1/+5
2014-06-05GitRepository.create_branch: add 'force' optionMarkus Lehtonen1-1/+3
2014-06-05GitRepository.commit_files: add edit argumentMarkus Lehtonen1-5/+8
2014-06-05GitRepository.commit_all: add committer_info argumentMarkus Lehtonen1-2/+6
2014-06-05GitRepository.commit_files: add committer_info argumentMarkus Lehtonen1-3/+9
2014-06-05GbpOptionParser: allow using the default 'dest' attributeMarkus Lehtonen1-5/+3
2014-06-05GitRepository: implement create_tree methodMarkus Lehtonen1-9/+19
2014-06-05GitRepository.archive: drop the '**kwargs' argumentMarkus Lehtonen1-4/+3
2014-06-05GitRepository: fix the 'edit' mode in commit methodsMarkus Lehtonen1-8/+6
2014-06-05GitRepository: allow interactive commandsMarkus Lehtonen1-10/+19
2014-06-05buildpackage/dump_tree: add 'recursive' optionMarkus Lehtonen1-3/+8
2014-06-05common/buildpackage: use GitRepository for submodulesMarkus Lehtonen1-2/+3
2014-06-05buildpackage/dump_tree: use GitRepository.archive()Markus Lehtonen1-37/+28