summaryrefslogtreecommitdiffstats
path: root/src/boot
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2019-05-10 04:03:59 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2020-01-09 23:05:50 -0600
commit629327db0795743615e1baeb5d6f007dec1cd99e (patch)
tree05ca4382aeab82d58f663dcaef9b6de99d0fe15b /src/boot
parent26de8811a57f8b519453069a7d70c09359c7a56c (diff)
downloadtalos-sbe-629327db0795743615e1baeb5d6f007dec1cd99e.tar.gz
talos-sbe-629327db0795743615e1baeb5d6f007dec1cd99e.zip
updateBuildTag: convert proc.stdout.read() to str.
In python2.7, proc.stdout.read() returns a str type. On python3.x, it returns bytes. Without this change, building with python3.x (python3.5 tested) as /usr/bin/python will result in the following error: Traceback (most recent call last): File "./updateBuildTag.py", line 76, in <module> updateBuildTag(sys.argv) File "./updateBuildTag.py", line 62, in updateBuildTag cmd_build_tag = cmd_build_tag+" "+commit_id TypeError: Can't convert 'bytes' object to str implicitly Change-Id: Ib53e0012dd32883559c5fb9d82beb6f2d8881921 Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: vinaybs6 <vinaybs6@in.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89363 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Srikantha S. Meesala <srikantha@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/boot')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud