summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2013-04-03rpm.SpecFile: drop the internal sources structureMarkus Lehtonen2-87/+84
2013-04-03rpm.SpecFile: drop the internal 'patches' structureMarkus Lehtonen3-51/+47
2013-04-03rpm.SpecFile: change specfile attribute to represent filenameMarkus Lehtonen4-14/+13
2013-04-03rpm: make SpecFile.update_patches() use new tag/macro methodsMarkus Lehtonen1-59/+43
2013-04-03rpm helpers: yet another fix to patch numberingMarkus Lehtonen1-7/+6
2013-04-03rpm helpers: support all tagsMarkus Lehtonen2-4/+15
2013-04-03rpm helpers: parse 'nosource' and 'nopatch' sources correctlyMarkus Lehtonen1-2/+2
2013-04-03rpm helpers: implement _set/delete_special_macro() methodsMarkus Lehtonen1-0/+44
2013-04-03rpm refactor: rewrite set_tag functionalityMarkus Lehtonen2-14/+73
2013-04-03rpm/LinkedList.delete: return the previous nodeMarkus Lehtonen1-4/+7
2013-04-03rpm refactor: split spec parsing into multiple methodsMarkus Lehtonen1-197/+237
2013-04-03rpm refactor: move spec file filtering into a separate functionMarkus Lehtonen1-29/+35
2013-04-03import-srpm: enhance spec guessingMarkus Lehtonen1-1/+6
2013-04-03rpm.SpecFile: return correct patch file path in patchseries()Markus Lehtonen1-1/+3
2013-04-03rpm: fix crash when building broken specMarkus Lehtonen1-1/+1
2013-04-03buildpackage-rpm: support setting/updating the 'VCS:' tagMarkus Lehtonen2-0/+18
2013-04-03rpm helpers: support updating tags in the spec fileMarkus Lehtonen1-1/+25
2013-04-03import-orig-rpm: keep working copy in sync with branch HEADMarkus Lehtonen1-0/+6
2013-04-03rpm: simplify the SrcRpmFile class a bitMarkus Lehtonen1-20/+12
2013-04-03rpm: introduce new 'Gbp-Patch-Macros' special key in spec parsingMarkus Lehtonen1-1/+6
2013-04-03rpm: rename the 'GbpIgnorePatch' special key in spec parsingMarkus Lehtonen1-2/+2
2013-04-03rpm: use linked list to store spec contentMarkus Lehtonen1-209/+187
2013-04-03rpm: implement a simple doubly linked listMarkus Lehtonen1-0/+211
2013-04-03rpm: circumvent an rpm-python macro expansion problemMarkus Lehtonen1-0/+4
2013-04-03rpm: configuration option for setting the output color schemeMarkus Lehtonen4-4/+12
2013-04-03buildpackage-rpm: fail patch-export if local patches foundMarkus Lehtonen1-0/+9
2013-04-03import-srpm: return 2 if patch import failsMarkus Lehtonen1-4/+11
2013-04-03rpm: circumvent a bug in python-rpmMarkus Lehtonen1-3/+16
2013-04-03import-srpm: suppress some pylint warningsMarkus Lehtonen1-63/+89
2013-04-03rpm: Add doctests to RpmPkgPolicyMarkus Lehtonen1-1/+36
2013-04-03buildpackage-rpm: return 2 for patch-export or tarball generation errorsMarkus Lehtonen1-14/+28
2013-04-03rpm: implement file path filters in patch exportMarkus Lehtonen3-17/+51
2013-04-03rpm-pq: rework patch generation code, againMarkus Lehtonen1-85/+96
2013-04-03rpm: enhance patch generation in generate_git_patches()Markus Lehtonen1-10/+29
2013-04-03buildpackage-rpm: support special tree-ish names in --git-upstream-treeMarkus Lehtonen1-13/+23
2013-04-03rpm: support to define filename of squashed diffsMarkus Lehtonen2-7/+20
2013-04-03Universal configurable base tmpdir for all gbp rpm toolsMarkus Lehtonen4-76/+87
2013-04-03import-srpm: support for patch importMarkus Lehtonen4-21/+102
2013-04-03rpm: bigger refactor of import-srpmMarkus Lehtonen2-243/+190
2013-04-03rpm: refactor patch-generation codeMarkus Lehtonen2-93/+84
2013-04-03rpm: support squashing commits in patch generationMarkus Lehtonen3-18/+72
2013-04-03rpm: add --orig-prefix optionMarkus Lehtonen3-23/+70
2013-04-03rpm: enhance logic in guessing the prefix of source archivesMarkus Lehtonen3-37/+137
2013-04-03rpm: support generating compressed patchesMarkus Lehtonen4-83/+74
2013-04-03pq-rpm: support importing compressed patchesMarkus Lehtonen1-4/+20
2013-04-03rpm helpers: add support for gbp-specific rpmlibMarkus Lehtonen2-2/+12
2013-04-03rpm: move RpmPkgPolicy class into a separate moduleMarkus Lehtonen6-93/+120
2013-04-03buildpackage-rpm: add more tagging optionsMarkus Lehtonen2-0/+44
2013-04-03RpmGitRepository: make version-tag methods more flexibleMarkus Lehtonen5-29/+32
2013-04-03rpm helpers: make SpecFile and SrcRpmFile give (full) version as dict.Markus Lehtonen5-19/+35