chiark / gitweb /
build: fix str vs. bytes error in buildserverid
authorHans-Christoph Steiner <hans@eds.org>
Thu, 11 Jan 2018 11:28:49 +0000 (12:28 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 11 Jan 2018 11:50:18 +0000 (12:50 +0100)
commit87524622ea1be2c66539c2e84c54295ac29edc97
tree03c63ea29bc4d9e17c757dc56c62e020e716a426
parent3a792a8c3d7c29f536b34111f43d1ef9ace51d5b
build: fix str vs. bytes error in buildserverid

ERROR: Could not build app org.fdroid.fdroid due to unknown error: Traceback (most recent call last):
  File "/var/lib/jenkins/userContent/reproducible/reproducible_setup_fdroid_build_environment/fdroidserver/build.py", line 1202, in main
    options.onserver, options.refresh):
  File "/var/lib/jenkins/userContent/reproducible/reproducible_setup_fdroid_build_environment/fdroidserver/build.py", line 972, in trybuild
    build_server(app, build, vcs, build_dir, output_dir, log_dir, force)
  File "/var/lib/jenkins/userContent/reproducible/reproducible_setup_fdroid_build_environment/fdroidserver/build.py", line 82, in build_server
    logging.debug(_('Fetched buildserverid from VM: ') + buildserverid)
TypeError: Can't convert 'bytes' object to str implicitly
fdroidserver/build.py