summaryrefslogtreecommitdiff
path: root/gbp/scripts/buildpackage_bb.py
diff options
context:
space:
mode:
authorbiao716.wang <biao716.wang@samsung.com>2019-12-12 17:45:59 +0800
committerbiao716.wang <biao716.wang@samsung.com>2019-12-12 17:45:59 +0800
commit72556c55c434f7f0d59d4f00c56eb0e83893ee19 (patch)
tree56b538c6b3d3cc88534d9a2a2230def790348ee8 /gbp/scripts/buildpackage_bb.py
parent4696eb2a81eeb2af32cbdda8b0e612b3726ac1f7 (diff)
downloadgit-buildpackage-submit/trunk/20200414.141500.tar.gz
git-buildpackage-submit/trunk/20200414.141500.tar.bz2
git-buildpackage-submit/trunk/20200414.141500.zip
fix 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.060141
Change-Id: I741176ae7adff77ad09bb07ab6b5352481500454 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
Diffstat (limited to 'gbp/scripts/buildpackage_bb.py')
-rw-r--r--gbp/scripts/buildpackage_bb.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/gbp/scripts/buildpackage_bb.py b/gbp/scripts/buildpackage_bb.py
index 95c66368..340724c8 100644
--- a/gbp/scripts/buildpackage_bb.py
+++ b/gbp/scripts/buildpackage_bb.py
@@ -42,9 +42,6 @@ from gbp.scripts.common.pq import is_pq_branch, pq_branch_base
from gbp.bb import (bb, init_tinfoil, guess_bb_path, BBFile, bb_from_repo,
pkg_version, parse_bb)
-# pylint: disable=bad-continuation
-
-
def guess_export_params(repo, options):
"""Get commit and tree from where to export packaging and patches"""
tree = None