summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2016-03-07Remove unused functions and multiple definesJun Wang4-54/+0
2016-02-04Fix errors logs when __import__ faild,like "No handlers could be found fo log...Jun Wang2-2/+3
2016-02-03fix gbp.log error in opensuseJun Wang1-2/+2
2016-02-01fix errors in pq_rpm.pyJun Wang1-35/+1
2016-01-29UpstreamSource: suppress stderr from tar in _determine_prefix()Markus Lehtonen1-1/+1
2016-01-29rpm: suppress stderr when unpacking src.rpmMarkus Lehtonen1-1/+1
2016-01-29buildpackage-rpm: look for remote upstream branchesMarkus Lehtonen1-1/+11
2016-01-29fix bugsJun Wang1-18/+0
2016-01-28fix import errorJun Wang1-1/+1
2016-01-28fix merge errorsJun Wang4-202/+14
2016-01-28Fix some errors of mergingJun Wang3-11/+0
2016-01-28log: don't crash getLogger if getting the root loggerMarkus Lehtonen1-1/+1
2016-01-28GitRepository.create_tag: add 'annotate' argumentMarkus Lehtonen1-2/+6
2016-01-28GitRepository.create_tag: use GitArgs classMarkus Lehtonen1-7/+7
2016-01-28log: don't initialize handlers in GbpLogger initMarkus Lehtonen1-11/+19
2016-01-28patchseries: strip numbering when guessing subject from filenameMarkus Lehtonen1-1/+7
2016-01-28log: don't propagate to ancestor loggersMarkus Lehtonen1-0/+2
2016-01-28GitRepository/__git_inout: correctly handle input errorMarkus Lehtonen1-1/+6
2016-01-28pq-rpm: better error messageMarkus Lehtonen1-1/+1
2016-01-28buildpackage-rpm: always create tarball for native packagesMarkus Lehtonen1-1/+1
2016-01-27buildpackage-rpm: listen to --no-create-orig option for native packages, tooMarkus Lehtonen1-1/+1
2016-01-27buildpackage-rpm: support special tree-ish names in --git-upstream-treeMarkus Lehtonen1-22/+0
2016-01-27rpm: support squashing commits in patch generationMarkus Lehtonen1-1/+21
2016-01-27pq-rpm: support importing compressed patchesMarkus Lehtonen1-58/+0
2016-01-27buildpackage-rpm: add more tagging optionsMarkus Lehtonen1-0/+13
2016-01-27rpm: add version parsing functions to pkg policyMarkus Lehtonen3-4/+68
2016-01-27rpm: add 'vendor' config optionMarkus Lehtonen2-1/+4
2016-01-27pq-rpm: support patch-export up to an arbitrary tree-ishMarkus Lehtonen1-0/+13
2016-01-27pq-rpm: add new --pq-branch optionMarkus Lehtonen1-0/+1
2016-01-27gbp-pq-rpm: add 'export-rev' optionMarkus Lehtonen1-0/+5
2016-01-27Introduce gbp-pq-rpm toolMarkus Lehtonen2-5/+0
2016-01-27Rename internal var debian_tag -> packaging_tagMarkus Lehtonen1-1/+1
2016-01-27common/pq: support more flexible pq-branch namingMarkus Lehtonen1-17/+1
2016-01-27gbp-pq: readiness to configure the pq branch nameMarkus Lehtonen2-1/+23
2016-01-27Universal configurable base tmpdir for all gbp toolsMarkus Lehtonen3-1/+5
2016-01-27import-orig: rework sourcecode preparation and filteringMarkus Lehtonen2-23/+0
2016-01-27import-orig: new function for filtering/re-packing sourcesMarkus Lehtonen1-0/+123
2016-01-27UpstreamSource.unpack: return UpstreamSource instanceMarkus Lehtonen2-2/+2
2016-01-27UpstreamSource: implement prefix guessingMarkus Lehtonen1-11/+0
2016-01-27UpstreamSource: introduce is_tarball() methodMarkus Lehtonen1-2/+2
2016-01-27UpstreamSource: add 'archive_fmt' and 'compression' propertiesMarkus Lehtonen1-0/+14
2016-01-27UpstreamSource.pack: support prefix manglingMarkus Lehtonen2-0/+19
2016-01-27import-orig: move repacked_tarball_name() out from commonMarkus Lehtonen1-1/+2
2016-01-27import-orig: simplify repack_source() and tmpdir handlingMarkus Lehtonen1-3/+4
2016-01-27GitRepository: implement create_tree methodMarkus Lehtonen1-0/+18
2016-01-27buildpackage/dump_tree: add 'recursive' optionMarkus Lehtonen1-3/+8
2016-01-27GitRepository.archive: add 'paths' optionMarkus Lehtonen1-1/+3
2016-01-27GitRepository.archive: drop the '**kwargs' argumentMarkus Lehtonen1-3/+1
2016-01-27buildpackage/dump_tree: use GitRepository.archive()Markus Lehtonen1-10/+3
2016-01-27buildpackage/git_archive_single: use GitRepository.archive()Markus Lehtonen1-0/+2