summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2014-06-05rpm: Improve logging in case of rpmlib errorMarkus Lehtonen2-4/+7
2014-06-05rpm: print a warning if importing gbp-specific librpm failsMarkus Lehtonen1-3/+3
2014-06-05rpm: implement a wrapper module for rpm libMarkus Lehtonen2-31/+72
2014-06-05import-srpm: support --upstream-vcs-tag cmdline optionMarkus Lehtonen1-0/+8
2014-06-05rpm: support importing bzip2 compressed patchesMarkus Lehtonen1-3/+6
2014-06-05rpm: give patches in the order they are applied in the specMarkus Lehtonen1-10/+19
2014-06-05CentOS compatibility: fix GitRepository.diffMarkus Lehtonen1-1/+1
2014-06-05CentOS compatibility: fix GitRepository._cmd_has_feature()Markus Lehtonen1-1/+2
2014-06-05CentOS compatibility: make GBP work with older python2.6Zhang Qiang2-9/+18
2014-06-05buildpackage-rpm: implement --[no-]hooks optionMarkus Lehtonen1-0/+11
2014-06-05buildpackage-rpm: listen to --no-create-orig option for native packages, tooMarkus Lehtonen1-1/+1
2014-06-05buildpackage-rpm: use config file(s) from exported tree-ishMarkus Lehtonen1-15/+26
2014-06-05rpm: support conditionals in patch-exportMarkus Lehtonen3-11/+28
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-05Import RpmGitRepository if DebianGitRepository is not availableZhang Qiang2-6/+12
2014-06-05rpm.SpecFile: drop the internal sources structureMarkus Lehtonen2-85/+85
2014-06-05rpm.SpecFile: drop the internal 'patches' structureMarkus Lehtonen3-51/+47
2014-06-05rpm.SpecFile: change specfile attribute to represent filenameMarkus Lehtonen4-14/+13
2014-06-05rpm: make SpecFile.update_patches() use new tag/macro methodsMarkus Lehtonen1-59/+43
2014-06-05rpm helpers: yet another fix to patch numberingMarkus Lehtonen1-7/+6
2014-06-05rpm helpers: support all tagsMarkus Lehtonen2-4/+16
2014-06-05rpm helpers: parse 'nosource' and 'nopatch' sources correctlyMarkus Lehtonen1-2/+2
2014-06-05rpm helpers: implement _set/delete_special_macro() methodsMarkus Lehtonen1-0/+44
2014-06-05rpm refactor: rewrite set_tag functionalityMarkus Lehtonen2-14/+75
2014-06-05rpm/LinkedList.delete: return the previous nodeMarkus Lehtonen1-4/+7
2014-06-05rpm refactor: split spec parsing into multiple methodsMarkus Lehtonen1-197/+239
2014-06-05rpm refactor: move spec file filtering into a separate functionMarkus Lehtonen1-31/+37
2014-06-05import-srpm: enhance spec guessingMarkus Lehtonen1-1/+6
2014-06-05rpm.SpecFile: return correct patch file path in patchseries()Markus Lehtonen1-1/+3
2014-06-05buildpackage-rpm: support setting/updating the 'VCS:' tagMarkus Lehtonen2-0/+24
2014-06-05rpm helpers: support updating tags in the spec fileMarkus Lehtonen1-1/+25
2014-06-05rpm: simplify the SrcRpmFile class a bitMarkus Lehtonen1-20/+12
2014-06-05rpm: introduce new 'Gbp-Patch-Macros' special key in spec parsingMarkus Lehtonen1-1/+6
2014-06-05rpm: rename the 'GbpIgnorePatch' special key in spec parsingMarkus Lehtonen1-2/+2
2014-06-05rpm: use linked list to store spec contentMarkus Lehtonen1-209/+187
2014-06-05rpm: implement a simple doubly linked listMarkus Lehtonen1-0/+211
2014-06-05rpm: circumvent an rpm-python macro expansion problemMarkus Lehtonen1-0/+4
2014-06-05rpm: configuration option for setting the output color schemeMarkus Lehtonen4-4/+12
2014-06-05buildpackage-rpm: fail patch-export if local patches foundMarkus Lehtonen1-0/+9
2014-06-05import-srpm: return 2 if patch import failsMarkus Lehtonen1-4/+11
2014-06-05rpm: circumvent a bug in python-rpmMarkus Lehtonen1-3/+16
2014-06-05import-srpm: suppress some pylint warningsMarkus Lehtonen1-63/+89
2014-06-05buildpackage-rpm: return 2 for patch-export or tarball generation errorsMarkus Lehtonen1-14/+29
2014-06-05rpm: implement file path filters in patch exportMarkus Lehtonen3-3/+13
2014-06-05buildpackage-rpm: support special tree-ish names in --git-upstream-treeMarkus Lehtonen1-13/+23
2014-06-05Universal configurable base tmpdir for all gbp rpm toolsMarkus Lehtonen4-46/+61
2014-06-05import-srpm: support for patch importMarkus Lehtonen3-9/+81
2014-06-05rpm: bigger refactor of import-srpmMarkus Lehtonen2-244/+191
2014-06-05rpm: support squashing commits in patch generationMarkus Lehtonen3-3/+38