summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2024-07-22Fix some build errors on ubuntu 24.04HEADmasterdevelxuhy6-13/+13
2024-03-01gbp/git/vfs.py:fix initial_value must be str or None, not bytesdebian/0.9.36wangbiao1-2/+4
2023-11-16Merge remote-tracking branch 'origin/sandbox/wangbiao/py3_version' into develdebian/0.9.28wangbiao1-11/+11
2023-09-21Ignore encoding error when open spec filedebian/0.9.27biao716.wang1-2/+2
2023-09-14Fix gbs export errorƁukasz Stelmach1-3/+3
2023-09-07now librpm-tizen return string not bytes on 4.14 versionbiao716.wang1-11/+11
2023-08-29fix gbs export errorbiao716.wang1-3/+3
2023-06-13fix build error during gbs funtion testbiao716.wang6-28/+35
2023-05-04fix run error: re.error: bad escape \S at position 7biao716.wang4-3/+4
2023-04-25fixing nosetest error on GBSbiao716.wang1-0/+2
2022-12-02fix run error for gbpbiao716.wang1-1/+1
2022-11-30fix next error in linkedlist.pybiao716.wang1-9/+12
2022-11-30fix run error for re.sub(): KeyError: '\S'biao716.wang2-10/+10
2022-11-28porting code to python3.x with os patchbiao716.wang21-234/+348
2022-11-08fix collections import issue with python3biao716.wang2-3/+3
2022-11-08replace rfc822 to dateutilbiao716.wang1-25/+5
2022-11-04Update version to 0.9.26biao716.wang1-1/+1
2022-10-28port code from python2.x to python3.xbiao716.wang39-156/+155
2021-05-10Fix export submodule source code errordebian/0.9.21biao716.wang1-1/+1
2019-12-12fix pylint error for Ubuntu 14.04, add gbp/version.py filesubmit/trunk/20200519.184310submit/trunk/20200519.164610submit/trunk/20200519.161030submit/trunk/20200513.162810submit/trunk/20200423.122334submit/trunk/20200423.115423submit/trunk/20200423.102810submit/trunk/20200422.165210submit/trunk/20200422.142510submit/trunk/20200422.115210submit/trunk/20200414.191000submit/trunk/20200414.173500submit/trunk/20200414.141500submit/trunk/20200413.151000submit/trunk/20200413.150500submit/trunk/20200413.150000submit/trunk/20200413.132320submit/trunk/20200410.160020submit/trunk/20200410.143020submit/trunk/20200409.202020submit/trunk/20200409.200220submit/trunk/20200409.194520submit/trunk/20200219.120523submit/trunk/20200115.110101submit/trunk/20200114.110000submit/trunk/20200114.100000submit/trunk/20200110.111659submit/trunk/20200109.154402submit/trunk/20200109.151502submit/trunk/20200109.124502submit/trunk/20200109.112402submit/trunk/20200109.105802submit/trunk/20200108.192702submit/trunk/20200108.172702submit/trunk/20200105.091946submit/trunk/20200104.134833submit/trunk/20200104.111033accepted/tizen/devbase/tools/20200520.012809accepted/tizen/devbase/tools/20200514.023607accepted/tizen/devbase/tools/20200423.100549accepted/tizen/devbase/tools/20200415.093457accepted/tizen/devbase/tools/20200219.094542accepted/tizen/devbase/tools/20200115.231434accepted/tizen/devbase/tools/20200114.115815accepted/tizen/devbase/tools/20200114.020233accepted/tizen/devbase/tools/20200110.011759accepted/tizen/devbase/tools/20200109.052803accepted/tizen/devbase/tools/20200106.014315accepted/tizen/devbase/tools/20200104.060141biao716.wang7-17/+3
2019-11-14fix pylint error for git-buildpackagebiao716.wang10-30/+32
2019-02-20keep same with master branch on review.tizen.orgsubmit/trunk/20191101.102136submit/trunk/20191030.112603submit/trunk/20191017.233826submit/trunk/20191017.111201submit/trunk/20191015.111805submit/trunk/20191015.094027submit/trunk/20191015.052726submit/trunk/20191015.001635submit/trunk/20191014.234733submit/trunk/20190927.012842submit/devel/20190730.074529accepted/tizen/devbase/tools/20190927.044935release-pylintrelease-20190215biao716.wang1-1/+1
2016-12-28Merge remote-tracking branch 'origin/release-20161231' into HEADdevel-test20161228SoonKyu Park1-1/+9
2016-12-26Adapt git-merge option when git version greater then 2.9Jun Wang1-0/+7
2016-12-26GitRepository: Fix diff_status() for renames and copiesJiankang Fan1-1/+2
2016-07-25Handle conflicts from git merge masterdevel_psk_20160727SoonKyu Park12-282/+182
2016-06-11Revert "buildpackage-rpm: always create tarball for native packages"Markus Lehtonen1-1/+1
2016-05-24Add tar extract patches to solve bad message generated by git(2.7.4) mailinfoyang.zhang1-0/+9
2016-05-101. Reset to 0.27debian/0.7.4Jun Wang1-10/+0
2016-05-10Remove unused functionsJun Wang1-30/+0
2016-03-09Use vendor to publish in srpm unpackJun Wang3-77/+84
2016-03-09add compose_version_str functionJun Wang1-1/+30
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