summaryrefslogtreecommitdiff
path: root/gbp/scripts/import_orig_rpm.py
AgeCommit message (Expand)AuthorFilesLines
2022-10-28port code from python2.x to python3.xbiao716.wang1-3/+3
2019-11-14fix pylint error for git-buildpackagebiao716.wang1-6/+6
2014-11-14import-orig-rpm: get archive from spec fileMarkus Lehtonen1-25/+41
2014-11-14import-orig-rpm: implement automatic downloadingMarkus Lehtonen1-1/+6
2014-11-14import-orig-rpm: implement --create-missing-branches optionMarkus Lehtonen1-8/+15
2014-11-14rpm: support guessing spec file from git treeishMarkus Lehtonen1-1/+1
2014-11-14rpm: change guess_spec() to return SpecFile objectMarkus Lehtonen1-7/+7
2014-11-14rpm: configuration option for setting the output color schemeMarkus Lehtonen1-1/+3
2014-11-14Universal configurable base tmpdir for all gbp rpm toolsMarkus Lehtonen1-2/+3
2014-11-14rpm: add --orig-prefix optionMarkus Lehtonen1-1/+3
2014-11-14RpmGitRepository: make version-tag methods more flexibleMarkus Lehtonen1-1/+2
2014-11-14rpm: add version parsing functions to pkg policyMarkus Lehtonen1-1/+1
2014-11-14rpm: add 'vendor' config optionMarkus Lehtonen1-1/+1
2014-11-14Introduce git-import-orig-rpm toolMarkus Lehtonen1-0/+315