Loading docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ USER etsi ADD id_rsa* /home/etsi/.ssh/ RUN cd /home/etsi/dev \ && svn co --non-interactive svn+ssh://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its \ && svn co --username svnusers --password svnusers --non-interactive --trust-server-cert https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its \ && cd /home/etsi/dev/STF525_Its/scripts \ && chmod 775 *.bash devenv.bash.* \ && cd /home/etsi \ Loading vagrant/provisioner.bash +1 −4 Original line number Diff line number Diff line Loading @@ -22,9 +22,6 @@ g++ --version valgrind --version java -version export USERNAME=$1 export PASSWORD=$2 export HOME=/home/vagrant export PATH_DEV=${HOME}/dev Loading Loading @@ -77,7 +74,7 @@ then fi cd /home/vagrant/dev svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its svn cosvn co --username svnusers --password svnusers --non-interactive --trust-server-cert --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its cd /home/vagrant/dev/STF525_Its/scripts chmod 775 *.bash devenv.bash.* cd /home/vagrant/dev/STF525_Its/docker Loading Loading
docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ USER etsi ADD id_rsa* /home/etsi/.ssh/ RUN cd /home/etsi/dev \ && svn co --non-interactive svn+ssh://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its \ && svn co --username svnusers --password svnusers --non-interactive --trust-server-cert https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its \ && cd /home/etsi/dev/STF525_Its/scripts \ && chmod 775 *.bash devenv.bash.* \ && cd /home/etsi \ Loading
vagrant/provisioner.bash +1 −4 Original line number Diff line number Diff line Loading @@ -22,9 +22,6 @@ g++ --version valgrind --version java -version export USERNAME=$1 export PASSWORD=$2 export HOME=/home/vagrant export PATH_DEV=${HOME}/dev Loading Loading @@ -77,7 +74,7 @@ then fi cd /home/vagrant/dev svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its svn cosvn co --username svnusers --password svnusers --non-interactive --trust-server-cert --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its cd /home/vagrant/dev/STF525_Its/scripts chmod 775 *.bash devenv.bash.* cd /home/vagrant/dev/STF525_Its/docker Loading