mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-14 19:04:52 -04:00
Merge branch 'robust-vagrant' into 'master'
Make buildserver build more robust and debuggable See merge request fdroid/fdroidserver!811
This commit is contained in:
@@ -337,7 +337,7 @@ def main():
|
||||
v.up(provision=True)
|
||||
except subprocess.CalledProcessError:
|
||||
debug_log_vagrant_vm(serverdir, config)
|
||||
logging.error("'vagrant up' failed.")
|
||||
logging.error("'vagrant up' failed. Consult %s", logfilename)
|
||||
sys.exit(1)
|
||||
|
||||
if options.copy_caches_from_host:
|
||||
|
||||
Reference in New Issue
Block a user