mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Fix vagrant image download issue
This commit is contained in:
parent
c8c2b1be78
commit
f3102d81b1
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ def main():
|
||||||
# https://phoenhex.re/2018-03-25/not-a-vagrant-bug
|
# https://phoenhex.re/2018-03-25/not-a-vagrant-bug
|
||||||
os_env = os.environ.copy()
|
os_env = os.environ.copy()
|
||||||
os_env['VAGRANT_DISABLE_VBOXSYMLINKCREATE'] = '1'
|
os_env['VAGRANT_DISABLE_VBOXSYMLINKCREATE'] = '1'
|
||||||
|
os_env['VAGRANT_SERVER_URL'] = 'https://vagrantcloud.com/api/v2/vagrant'
|
||||||
v.env = os_env
|
v.env = os_env
|
||||||
|
|
||||||
if options.verbosity >= 2:
|
if options.verbosity >= 2:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue