summaryrefslogtreecommitdiff
path: root/gbp/scripts/import_srpm.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-22Fix some build errors on ubuntu 24.04HEADmasterdevelxuhy1-1/+1
2022-11-28porting code to python3.x with os patchbiao716.wang1-1/+1
2022-10-28port code from python2.x to python3.xbiao716.wang1-7/+7
2019-11-14fix pylint error for git-buildpackagebiao716.wang1-1/+1
2016-01-28Fix some errors of mergingJun Wang1-2/+0
2016-01-27import-srpm: support --upstream-vcs-tag cmdline optionMarkus Lehtonen1-123/+0
2016-01-26Unify doc strings a bitGuido Günther1-1/+1
2016-01-26import-srpm: add 'vendor' config optionMarkus Lehtonen1-3/+4
2016-01-26Introduce git-import-srpm toolMarkus Lehtonen1-0/+124
2014-06-05pq-rpm: bigger refactor of the codeMarkus Lehtonen1-1/+1
2014-06-05rpm: change guess_spec() to return SpecFile objectMarkus Lehtonen1-7/+6
2014-06-05import-srpm: support --upstream-vcs-tag cmdline optionMarkus Lehtonen1-0/+8
2014-06-05rpm: support conditionals in patch-exportMarkus Lehtonen1-1/+1
2014-06-05import-srpm: import all packaging files from src.rpmMarkus Lehtonen1-6/+15
2014-06-05import-srpm: skip pristine-tar for non-tar sources archivesMarkus Lehtonen1-3/+9
2014-06-05rpm.SpecFile: drop the internal sources structureMarkus Lehtonen1-3/+3
2014-06-05rpm.SpecFile: drop the internal 'patches' structureMarkus Lehtonen1-2/+2
2014-06-05rpm.SpecFile: change specfile attribute to represent filenameMarkus Lehtonen1-4/+3
2014-06-05import-srpm: enhance spec guessingMarkus Lehtonen1-1/+6
2014-06-05rpm: configuration option for setting the output color schemeMarkus Lehtonen1-1/+3
2014-06-05import-srpm: return 2 if patch import failsMarkus Lehtonen1-4/+11
2014-06-05import-srpm: suppress some pylint warningsMarkus Lehtonen1-63/+89
2014-06-05Universal configurable base tmpdir for all gbp rpm toolsMarkus Lehtonen1-24/+26
2014-06-05import-srpm: support for patch importMarkus Lehtonen1-7/+72
2014-06-05rpm: bigger refactor of import-srpmMarkus Lehtonen1-206/+188
2014-06-05rpm: enhance logic in guessing the prefix of source archivesMarkus Lehtonen1-4/+4
2014-06-05RpmGitRepository: make version-tag methods more flexibleMarkus Lehtonen1-8/+10
2014-06-05rpm helpers: make SpecFile and SrcRpmFile give (full) version as dict.Markus Lehtonen1-4/+4
2014-06-05rpm: add version parsing functions to pkg policyMarkus Lehtonen1-10/+11
2014-06-05rpm: add 'vendor' config optionMarkus Lehtonen1-10/+11
2014-06-05Introduce git-import-srpm toolMarkus Lehtonen1-0/+425