summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2014-11-14rpm-ch: implement --commit-msg optionMarkus Lehtonen1-4/+18
2014-11-14rpm-ch: implement --commit optionMarkus Lehtonen1-7/+12
2014-11-14buildpackage-rpm: new 'commitish' keyword for spec vcs tagMarkus Lehtonen1-14/+20
2014-11-14pq-rpm: don't create pq branch when switchingMarkus Lehtonen1-5/+1
2014-11-14pq-rpm: implement --retain-history optionMarkus Lehtonen1-25/+74
2014-11-14pq-rpm: implement --new-packaging-dir cmdline optionMarkus Lehtonen1-2/+10
2014-11-14pq-rpm: implement 'convert' subcommandMarkus Lehtonen1-11/+88
2014-11-14buildpackage-rpm: patch-export from development branchMarkus Lehtonen1-27/+64
2014-11-14import-orig-rpm: get archive from spec fileMarkus Lehtonen1-25/+41
2014-11-14import-orig-rpm: implement automatic downloadingMarkus Lehtonen1-1/+6
2014-11-14import-orig-rpm: implement --create-missing-branches optionMarkus Lehtonen1-8/+15
2014-11-14rpm-ch: implement '--all' optionMarkus Lehtonen1-2/+7
2014-11-14rpm-ch: add --message cmdline optionMarkus Lehtonen1-12/+37
2014-11-14rpm-ch: make it possible to commit/tag the changesMarkus Lehtonen1-10/+60
2014-11-14Introduce git-rpm-ch toolMarkus Lehtonen3-0/+556
2014-11-14rpm: add gbp.rpm.changelog moduleMarkus Lehtonen2-0/+261
2014-11-14pq-rpm: implement '--import-files' command line optionMarkus Lehtonen2-0/+41
2014-11-14pq-rpm: bigger refactor of the codeMarkus Lehtonen1-183/+241
2014-11-14pq-rpm: create diff up to the last merge commitMarkus Lehtonen1-0/+14
2014-11-14rpm: support guessing spec file from git treeishMarkus Lehtonen1-1/+1
2014-11-14rpm: change guess_spec() to return SpecFile objectMarkus Lehtonen3-29/+23
2014-11-14GitRepository/get_remote_repos: return URLs, tooMarkus Lehtonen1-3/+18
2014-11-14CentOS compatibility: fix GitRepository.diffMarkus Lehtonen1-1/+1
2014-11-14CentOS compatibility: fix GitRepository._cmd_has_feature()Markus Lehtonen1-1/+2
2014-11-14CentOS compatibility: make GBP work with older python2.6Zhang Qiang2-7/+15
2014-11-14rpm: support importing bzip2 compressed patchesMarkus Lehtonen1-3/+6
2014-11-14import-srpm: support for patch importMarkus Lehtonen2-0/+67
2014-11-14buildpackage-rpm: implement --[no-]hooks optionMarkus Lehtonen1-0/+11
2014-11-14buildpackage-rpm: listen to --no-create-orig option for native packages, tooMarkus Lehtonen1-1/+1
2014-11-14buildpackage-rpm: use config file(s) from exported tree-ishMarkus Lehtonen1-15/+26
2014-11-14rpm: support conditionals in patch-exportMarkus Lehtonen1-4/+5
2014-11-14Import RpmGitRepository if DebianGitRepository is not availableZhang Qiang2-6/+12
2014-11-14rpm.SpecFile: drop the internal 'patches' structureMarkus Lehtonen1-11/+9
2014-11-14rpm.SpecFile: change specfile attribute to represent filenameMarkus Lehtonen2-6/+6
2014-11-14rpm refactor: rewrite set_tag functionalityMarkus Lehtonen1-1/+1
2014-11-14buildpackage-rpm: support setting/updating the 'VCS:' tagMarkus Lehtonen2-0/+23
2014-11-14rpm: configuration option for setting the output color schemeMarkus Lehtonen3-3/+9
2014-11-14buildpackage-rpm: fail patch-export if local patches foundMarkus Lehtonen1-0/+9
2014-11-14buildpackage-rpm: return 2 for patch-export or tarball generation errorsMarkus Lehtonen1-14/+29
2014-11-14rpm: implement file path filters in patch exportMarkus Lehtonen3-3/+13
2014-11-14buildpackage-rpm: support special tree-ish names in --git-upstream-treeMarkus Lehtonen1-13/+23
2014-11-14Universal configurable base tmpdir for all gbp rpm toolsMarkus Lehtonen3-22/+35
2014-11-14rpm: support squashing commits in patch generationMarkus Lehtonen3-3/+37
2014-11-14rpm: add --orig-prefix optionMarkus Lehtonen3-4/+21
2014-11-14rpm: enhance logic in guessing the prefix of source archivesMarkus Lehtonen1-17/+17
2014-11-14rpm: support generating compressed patchesMarkus Lehtonen3-1/+34
2014-11-14pq-rpm: support importing compressed patchesMarkus Lehtonen1-4/+20
2014-11-14buildpackage-rpm: add more tagging optionsMarkus Lehtonen2-6/+58
2014-11-14RpmGitRepository: make version-tag methods more flexibleMarkus Lehtonen3-6/+12
2014-11-14rpm helpers: make SpecFile and SrcRpmFile give (full) version as dict.Markus Lehtonen3-12/+13