mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
update: strip all whitespace from buildserverid
This commit is contained in:
parent
8ab2deace2
commit
4ca77a4faf
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
|
|||
if not buildserverid:
|
||||
buildserverid = subprocess.check_output(['vagrant', 'ssh', '-c',
|
||||
'cat /home/vagrant/buildserverid'],
|
||||
cwd='builder').rstrip().decode()
|
||||
cwd='builder').strip().decode()
|
||||
logging.debug(_('Fetched buildserverid from VM: {buildserverid}')
|
||||
.format(buildserverid=buildserverid))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue