Loading Vagrant/provisioner.bash +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz if [ ${USERNAME} != '' ] && [ ${PASSWORD} != '' ] then cd ${HOME}/tmp svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.vagrant.org/svn/ITS/branches/STF525 svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 else echo "Pease set <username> & <password> in your local Vagrantfile" exit -1 Loading Loading
Vagrant/provisioner.bash +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz if [ ${USERNAME} != '' ] && [ ${PASSWORD} != '' ] then cd ${HOME}/tmp svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.vagrant.org/svn/ITS/branches/STF525 svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 else echo "Pease set <username> & <password> in your local Vagrantfile" exit -1 Loading