summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-08packaging: Add (conditional) %check section to specMarkus Lehtonen1-2/+11
2013-03-08GitRepository: make _cmd_has_feature work in CentOS 6.3Markus Lehtonen1-1/+2
2013-03-08rpm: support conditionals in patch-exportMarkus Lehtonen5-23/+66
2013-03-08import-srpm: import all packaging files from src.rpmMarkus Lehtonen1-6/+15
2013-03-08import-srpm: skip pristine-tar for non-tar sources archivesMarkus Lehtonen2-3/+19
2013-03-08GitRepository: check --no-signature option of git-format-patch before use itZhang Qiang1-2/+10
2013-03-08gbp-pull: fix guessing of remote repo in --all optionMarkus Lehtonen1-4/+10
2013-03-08CentOS compatibility: make GBP work with older python2.6Zhang Qiang2-9/+18
2013-03-08Import RpmGitRepository if DebianGitRepository is not availableZhang Qiang2-5/+11
2013-03-08test_import_srpm: add checks for files in repoMarkus Lehtonen1-7/+25
2013-03-08rpm.SpecFile: drop the internal sources structureMarkus Lehtonen3-87/+84
2013-03-08rpm.SpecFile: drop the internal 'patches' structureMarkus Lehtonen5-54/+74
2013-03-08rpm.SpecFile: change specfile attribute to represent filenameMarkus Lehtonen5-15/+14
2013-03-08rpm: make SpecFile.update_patches() use new tag/macro methodsMarkus Lehtonen1-59/+43
2013-03-08rpm helpers: yet another fix to patch numberingMarkus Lehtonen9-23/+25
2013-03-08rpm helpers: support all tagsMarkus Lehtonen4-4/+105
2013-03-08rpm helpers: parse 'nosource' and 'nopatch' sources correctlyMarkus Lehtonen3-2/+6
2013-03-08rpm helpers: implement _set/delete_special_macro() methodsMarkus Lehtonen4-2/+63
2013-03-08rpm refactor: rewrite set_tag functionalityMarkus Lehtonen5-18/+194
2013-03-08rpm/LinkedList.delete: return the previous nodeMarkus Lehtonen1-4/+7
2013-03-08rpm refactor: split spec parsing into multiple methodsMarkus Lehtonen2-199/+239
2013-03-08rpm refactor: move spec file filtering into a separate functionMarkus Lehtonen1-29/+35
2013-03-08import-srpm: enhance spec guessingMarkus Lehtonen3-3/+19
2013-03-08rpm.SpecFile: return correct patch file path in patchseries()Markus Lehtonen1-1/+3
2013-03-08rpm: fix crash when building broken specMarkus Lehtonen3-1/+27
2013-03-08buildpackage-rpm: support setting/updating the 'VCS:' tagMarkus Lehtonen2-0/+18
2013-03-08rpm helpers: support updating tags in the spec fileMarkus Lehtonen6-3/+181
2013-03-08import-orig-rpm: keep working copy in sync with branch HEADMarkus Lehtonen1-0/+6
2013-03-08tests: add more comprehensive tests for import-srpmMarkus Lehtonen4-0/+325
2013-03-08rpm: simplify the SrcRpmFile class a bitMarkus Lehtonen1-20/+12
2013-03-08rpm: introduce new 'Gbp-Patch-Macros' special key in spec parsingMarkus Lehtonen4-1/+65
2013-03-08rpm: rename the 'GbpIgnorePatch' special key in spec parsingMarkus Lehtonen4-5/+5
2013-03-08rpm: use linked list to store spec contentMarkus Lehtonen1-209/+187
2013-03-08rpm: implement a simple doubly linked listMarkus Lehtonen1-0/+211
2013-03-08rpm: circumvent an rpm-python macro expansion problemMarkus Lehtonen1-0/+4
2013-03-08rpm: configuration option for setting the output color schemeMarkus Lehtonen4-4/+12
2013-03-08packaging: make it easier to track Tizen releasesMarkus Lehtonen3-3/+3
2013-03-08packaging: HACK the version number for TizenMarkus Lehtonen2-2/+2
2013-03-08packaging: Add new file packaging/.test-requiresOlev Kartau1-0/+6
2013-03-08debian packaging: HACK: disable test in Debian buildsMarkus Lehtonen1-3/+3
2013-03-08TODO: add rpm todoMarkus Lehtonen1-0/+17
2013-03-08buildpackage-rpm: fail patch-export if local patches foundMarkus Lehtonen1-0/+9
2013-03-08import-srpm: return 2 if patch import failsMarkus Lehtonen1-4/+11
2013-03-08docs: update rpm documentationMarkus Lehtonen6-152/+347
2013-03-08tests: add unittests for gbp.rpmMarkus Lehtonen22-0/+418
2013-03-08rpm: circumvent a bug in python-rpmMarkus Lehtonen1-3/+16
2013-03-08import-srpm: suppress some pylint warningsMarkus Lehtonen1-63/+89
2013-03-08rpm: Add doctests to RpmPkgPolicyMarkus Lehtonen1-1/+36
2013-03-08buildpackage-rpm: return 2 for patch-export or tarball generation errorsMarkus Lehtonen1-14/+28
2013-03-08rpm: implement file path filters in patch exportMarkus Lehtonen3-17/+51