From f3102d81b19025e056f4a87e4d8504ec2a240825 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 21 Jan 2025 15:57:12 +0200 Subject: [PATCH] Fix vagrant image download issue --- makebuildserver | 1 + 1 file changed, 1 insertion(+) diff --git a/makebuildserver b/makebuildserver index a564e735..a4a27060 100755 --- a/makebuildserver +++ b/makebuildserver @@ -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: