mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-09-23 21:25:27 -04:00
Merge branch 'updatedebianimagetrick' into 'master'
Fix vagrant image download issue See merge request fdroid/fdroidserver!1595
This commit is contained in:
commit
afd1a89ca5
1 file changed
+1
@@ -262,6 +262,7 @@ def main():
|
||||
# https://phoenhex.re/2018-03-25/not-a-vagrant-bug
|
||||
os_env = os.environ.copy()
|
||||
os_env['VAGRANT_DISABLE_VBOXSYMLINKCREATE'] = '1'
|
||||
os_env['VAGRANT_SERVER_URL'] = 'https://vagrantcloud.com/api/v2/vagrant'
|
||||
v.env = os_env
|
||||
|
||||
if options.verbosity >= 2:
|
||||
|
||||
Reference in new issue
Block a user