From 279c2697d35d1f0a5eaa32b9860d76309fb92353 Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Wed, 27 May 2020 12:17:13 +0200 Subject: #959: Vagrant files download from the new repositores. --- installer/vagrant/Vagrantfile-boottools-vbox | 2 +- installer/vagrant/Vagrantfile-browser-vbox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/vagrant/Vagrantfile-boottools-vbox b/installer/vagrant/Vagrantfile-boottools-vbox index 82cae850..61d5e60d 100644 --- a/installer/vagrant/Vagrantfile-boottools-vbox +++ b/installer/vagrant/Vagrantfile-boottools-vbox @@ -25,7 +25,7 @@ groupadd opengnsys mkdir -p /opt/opengnsys/client /tmp/opengnsys_installer/opengnsys ln -fs /var/lib/tftpboot /opt/opengnsys BRANCH="master" -svn export https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/client /tmp/opengnsys_installer/opengnsys/client +svn export https://github.com/opengnsys/ogLive-Builder/branches/$BRANCH/ /tmp/opengnsys_installer/opengnsys/client/boot-tools echo "Connect to this VM, launch boot-tools generation script and follow instructions:" echo " sudo /tmp/opengnsys_installer/opengnsys/client/boot-tools/boottoolsgenerator.sh" echo "Warning: this process may take a long time." diff --git a/installer/vagrant/Vagrantfile-browser-vbox b/installer/vagrant/Vagrantfile-browser-vbox index d723abbd..b5757d9e 100644 --- a/installer/vagrant/Vagrantfile-browser-vbox +++ b/installer/vagrant/Vagrantfile-browser-vbox @@ -30,7 +30,7 @@ make make install # Compile the Browser. BRANCH="master" -svn export "https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/client/browser" ../browser +svn export "https://github.com/opengnsys/ogBrowser/branches/$BRANCH/" ../browser cd ../browser qmake browser.pro make -- cgit v1.2.3-18-g5258