mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Ensure makebuildserver provisions on an update
This commit is contained in:
parent
41b716ed7a
commit
9cb95d1eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ if writevf:
|
|||
|
||||
|
||||
print "Configuring build server VM"
|
||||
returncode, out = vagrant(['up'], serverdir, printout=True)
|
||||
returncode, out = vagrant(['up', '--provision'], serverdir, printout=True)
|
||||
with open(os.path.join(serverdir, 'up.log'), 'w') as log:
|
||||
log.write(out)
|
||||
if returncode != 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue