diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-11-25 11:22:48 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-11-25 11:22:48 +0100 |
commit | 08b7e126c277d3eb054e84476fa9e2d3e75bb27d (patch) | |
tree | 83ade6d8d0bd298ef665733670bbe2ba57710bc7 /installer/vagrant/Vagrantfile-browser-vbox | |
parent | 560358b544ca716b2ce3c6e2c3602d16264d2644 (diff) |
#914: Adapting all scripts to use the `master` branch.
Diffstat (limited to 'installer/vagrant/Vagrantfile-browser-vbox')
-rw-r--r-- | installer/vagrant/Vagrantfile-browser-vbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/vagrant/Vagrantfile-browser-vbox b/installer/vagrant/Vagrantfile-browser-vbox index 8e3abebf..d723abbd 100644 --- a/installer/vagrant/Vagrantfile-browser-vbox +++ b/installer/vagrant/Vagrantfile-browser-vbox @@ -29,7 +29,7 @@ echo "yes" | ./configure -opensource -embedded x86 -webkit -openssl -qt-gfx-vnc make make install # Compile the Browser. -BRANCH="devel" +BRANCH="master" svn export "https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/client/browser" ../browser cd ../browser qmake browser.pro |