summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-14rpm packaging: depend on pristine-tarMarkus Lehtonen1-0/+5
2014-01-14packaging: git-buildpackage (Debian) tool requires devscriptsMarkus Lehtonen1-0/+7
2014-01-14CentOS compatibility: fix GitRepository.diffMarkus Lehtonen1-1/+1
2014-01-14CentOS compatibility: disable Debian toolsMarkus Lehtonen2-6/+17
2014-01-14CentOS compatibility: fix GitRepository._cmd_has_feature()Markus Lehtonen1-1/+2
2014-01-14CentOS compatibility: fix testsMarkus Lehtonen13-25/+72
2014-01-14CentOS compatibility: make GBP work with older python2.6Zhang Qiang2-9/+18
2014-01-14buildpackage-rpm: implement --[no-]hooks optionMarkus Lehtonen1-0/+10
2014-01-14Disable xcover support for noseMarkus Lehtonen3-3/+2
2014-01-14buildpackage-rpm: listen to --no-create-orig option for native packages, tooMarkus Lehtonen1-1/+1
2014-01-14.gbp.conf: Tizen specific changesMarkus Lehtonen1-3/+4
2014-01-14buildpackage-rpm: use config file(s) from exported tree-ishMarkus Lehtonen1-15/+26
2014-01-14rpm: support conditionals in patch-exportMarkus Lehtonen6-19/+46
2014-01-14import-srpm: import all packaging files from src.rpmMarkus Lehtonen1-6/+15
2014-01-14import-srpm: skip pristine-tar for non-tar sources archivesMarkus Lehtonen2-3/+19
2014-01-14Import RpmGitRepository if DebianGitRepository is not availableZhang Qiang2-6/+12
2014-01-14test_import_srpm: add checks for files in repoMarkus Lehtonen1-7/+25
2014-01-14rpm.SpecFile: drop the internal sources structureMarkus Lehtonen3-87/+85
2014-01-14rpm.SpecFile: drop the internal 'patches' structureMarkus Lehtonen5-54/+74
2014-01-14rpm.SpecFile: change specfile attribute to represent filenameMarkus Lehtonen5-15/+14
2014-01-14rpm: make SpecFile.update_patches() use new tag/macro methodsMarkus Lehtonen1-59/+43
2014-01-14rpm helpers: yet another fix to patch numberingMarkus Lehtonen8-23/+25
2014-01-14rpm helpers: support all tagsMarkus Lehtonen4-4/+104
2014-01-14rpm helpers: parse 'nosource' and 'nopatch' sources correctlyMarkus Lehtonen3-2/+6
2014-01-14rpm helpers: implement _set/delete_special_macro() methodsMarkus Lehtonen4-2/+63
2014-01-14rpm refactor: rewrite set_tag functionalityMarkus Lehtonen6-19/+197
2014-01-14rpm/LinkedList.delete: return the previous nodeMarkus Lehtonen1-4/+7
2014-01-14rpm refactor: split spec parsing into multiple methodsMarkus Lehtonen2-198/+238
2014-01-14rpm refactor: move spec file filtering into a separate functionMarkus Lehtonen1-31/+36
2014-01-14import-srpm: enhance spec guessingMarkus Lehtonen2-3/+19
2014-01-14rpm.SpecFile: return correct patch file path in patchseries()Markus Lehtonen1-1/+3
2014-01-14buildpackage-rpm: support setting/updating the 'VCS:' tagMarkus Lehtonen3-0/+23
2014-01-14rpm helpers: support updating tags in the spec fileMarkus Lehtonen6-3/+182
2014-01-14tests: add more comprehensive tests for import-srpmMarkus Lehtonen4-0/+338
2014-01-14rpm: simplify the SrcRpmFile class a bitMarkus Lehtonen1-20/+12
2014-01-14rpm: introduce new 'Gbp-Patch-Macros' special key in spec parsingMarkus Lehtonen4-1/+63
2014-01-14rpm: rename the 'GbpIgnorePatch' special key in spec parsingMarkus Lehtonen4-5/+5
2014-01-14rpm: use linked list to store spec contentMarkus Lehtonen1-209/+187
2014-01-14rpm: implement a simple doubly linked listMarkus Lehtonen1-0/+211
2014-01-14rpm: circumvent an rpm-python macro expansion problemMarkus Lehtonen1-0/+4
2014-01-14rpm: configuration option for setting the output color schemeMarkus Lehtonen4-4/+12
2014-01-14packaging: Add new file packaging/.test-requiresOlev Kartau1-0/+9
2014-01-14debian packaging: HACK: disable test in Debian buildsMarkus Lehtonen2-9/+3
2014-01-14TODO: add rpm todoMarkus Lehtonen1-0/+17
2014-01-14buildpackage-rpm: fail patch-export if local patches foundMarkus Lehtonen1-0/+9
2014-01-14import-srpm: return 2 if patch import failsMarkus Lehtonen1-4/+11
2014-01-14docs: update rpm documentationMarkus Lehtonen6-152/+347
2014-01-14tests: add unittests for gbp.rpmMarkus Lehtonen23-0/+445
2014-01-14rpm: circumvent a bug in python-rpmMarkus Lehtonen1-3/+16
2014-01-14import-srpm: suppress some pylint warningsMarkus Lehtonen1-63/+89