summaryrefslogtreecommitdiff
path: root/gbp/scripts/buildpackage_rpm.py
AgeCommit message (Expand)AuthorFilesLines
2012-09-21Add a missing if statement accidentally removedrelease-for-gbsV0.10Markus Lehtonen1-0/+1
2012-09-21buildpackage-rpm: return 2 for patch-export or tarball generation errorsMarkus Lehtonen1-15/+28
2012-09-18rpm: implement file path filters in patch exportMarkus Lehtonen1-0/+2
2012-09-11buildpackage-rpm: use one base tmpdir for other tmpdirsMarkus Lehtonen1-6/+10
2012-09-10buildpackage-rpm: fix postexport-hookMarkus Lehtonen1-5/+5
2012-09-06buildpackage-rpm: Fix bug in prefix guessing (#249)Markus Lehtonen1-1/+1
2012-08-28buildpackage-rpm: move some output to debug levelMarkus Lehtonen1-2/+2
2012-08-24buildpackage-rpm: support special tree-ish names in --git-upstream-treeMarkus Lehtonen1-13/+23
2012-08-10Universal configurable base tmpdir for all gbp rpm toolsMarkus Lehtonen1-8/+14
2012-08-10rpm: refactor patch-generation codeMarkus Lehtonen1-39/+6
2012-08-10rpm: support squashing commits in patch generationMarkus Lehtonen1-15/+10
2012-08-10rpm: add --orig-prefix optionMarkus Lehtonen1-3/+12
2012-08-10rpm: enhance logic in guessing the prefix of source archivesMarkus Lehtonen1-17/+17
2012-08-10rpm: support generating compressed patchesMarkus Lehtonen1-62/+10
2012-08-10rpm: move RpmPkgPolicy class into a separate moduleMarkus Lehtonen1-7/+8
2012-08-10buildpackage-rpm: add more tagging optionsMarkus Lehtonen1-0/+40
2012-08-10RpmGitRepository: make version-tag methods more flexibleMarkus Lehtonen1-2/+4
2012-08-10rpm helpers: make SpecFile and SrcRpmFile give (full) version as dict.Markus Lehtonen1-4/+5
2012-08-10rpm: add version parsing functions to pkg policyMarkus Lehtonen1-2/+2
2012-08-10buildpackage-rpm: add option --git-ignore-untrackedMarkus Lehtonen1-2/+3
2012-08-10buildpackage-rpm: implement patch export filtersMarkus Lehtonen1-1/+11
2012-08-10rpm: add 'vendor' config optionMarkus Lehtonen1-3/+4
2012-08-10Introduce git-buildpackage-rpm toolMarkus Lehtonen1-0/+597