diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 12:17:13 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 12:17:13 +0200 |
commit | 279c2697d35d1f0a5eaa32b9860d76309fb92353 (patch) | |
tree | eb6339a4a2fd1d1a2b557e910e95f2f9e1c901ec /installer/vagrant | |
parent | a9c232f16ff7bf5a35ea6e49cf698d61ab266e7e (diff) |
#959: Vagrant files download from the new repositores.
Diffstat (limited to 'installer/vagrant')
-rw-r--r-- | installer/vagrant/Vagrantfile-boottools-vbox | 2 | ||||
-rw-r--r-- | installer/vagrant/Vagrantfile-browser-vbox | 2 |
2 files changed, 2 insertions, 2 deletions
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 |