summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Check devel branch codes to be good from latest release tizen/0.6.27-20160302Jun Wang8-204/+98
2016-02-29Fix errors logs when __import__ faild,like "No handlers could be found fo log...Jun Wang2-2/+3
2016-02-29fix gbp.log error in opensuseJun Wang1-2/+2
2015-02-17log: don't crash getLogger if getting the root loggerMarkus Lehtonen1-1/+1
2014-12-19Introduce submit-bb toolMarkus Lehtonen2-0/+145
2014-12-19GitRepository.create_tag: add 'annotate' argumentMarkus Lehtonen1-2/+6
2014-12-19GitRepository.create_tag: use GitArgs classMarkus Lehtonen1-7/+7
2014-12-19Introcude clone-bb toolMarkus Lehtonen3-40/+215
2014-12-19Introduce buildpackage-bb toolMarkus Lehtonen4-8/+553
2014-12-19Introduce pq-bb toolMarkus Lehtonen3-9/+835
2014-12-19Introduce import-bb toolMarkus Lehtonen3-0/+537
2014-12-18log: don't initialize handlers in GbpLogger initMarkus Lehtonen1-11/+19
2014-12-18patchseries: strip numbering when guessing subject from filenameMarkus Lehtonen1-1/+7
2014-12-03UpstreamSource: suppress stderr from tar in _determine_prefix()Markus Lehtonen1-1/+1
2014-12-03rpm: suppress stderr when unpacking src.rpmMarkus Lehtonen1-1/+1
2014-11-21buildpackage-rpm: look for remote upstream branchesMarkus Lehtonen1-1/+11
2014-11-14Tizen: change python-rpm module name to rpm_tizenMarkus Lehtonen1-1/+1
2014-11-14log: don't propagate to ancestor loggersMarkus Lehtonen1-0/+2
2014-11-14GitRepository/__git_inout: correctly handle input errorMarkus Lehtonen1-1/+6
2014-11-14pq-rpm: better error messageMarkus Lehtonen1-1/+1
2014-11-14buildpackage-rpm: fix one error messageMarkus Lehtonen1-1/+2
2014-11-14buildpackage-rpm: drop unneeded exceptionMarkus Lehtonen1-3/+0
2014-11-14buildpackage-rpm: handle invalid keys in orig prefixMarkus Lehtonen1-4/+7
2014-11-14buildpackage-rpm: minor refactorMarkus Lehtonen1-7/+4
2014-11-14buildpackage-rpm: get rid of prepare_export_dir()Markus Lehtonen1-7/+1
2014-11-14buildpackage-rpm: remove some outdated/unnecessary exception handlingMarkus Lehtonen1-5/+0
2014-11-14buildpackage-rpm: add '--git-native' optionMarkus Lehtonen2-3/+8
2014-11-14buildpackage-rpm: remove some unused variablesMarkus Lehtonen1-5/+1
2014-11-14buildpackage-rpm: add missing docstringsMarkus Lehtonen1-0/+5
2014-11-14buildpackage-rpm: remove unused importsMarkus Lehtonen1-5/+2
2014-11-14buildpackage-rpm: remove too general exception catchingMarkus Lehtonen1-3/+0
2014-11-14buildpackage-rpm: don't crash on invalid vcs format stringsMarkus Lehtonen1-1/+4
2014-11-14buildpackage-rpm: add --git-no-build optionMarkus Lehtonen1-1/+10
2014-11-14buildpackage_rpm: always run cleaner hookMarkus Lehtonen1-2/+1
2014-11-14buildpackage_rpm: fix crash when running prebuild hookMarkus Lehtonen1-1/+1
2014-11-14buildpackage_rpm: check submodules from the exported treeishMarkus Lehtonen1-1/+1
2014-11-14buildpackage-rpm: always create tarball for native packagesMarkus Lehtonen1-1/+1
2014-11-14buildpackage-rpm: fix exit code in case of GitRepositoryErrorMarkus Lehtonen1-1/+1
2014-11-14rpm-ch: implement --meta-bts optionMarkus Lehtonen3-8/+14
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