Loading vagrant/Vagrantfile +1 −1 Original line number Diff line number Diff line Loading @@ -69,5 +69,5 @@ Vagrant.configure("2") do |config| # Enable provisioning with a shell script. Additional provisioners such as # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # documentation for more information about their specific syntax and use. config.vm.provision "shell", path: "provisioner.bash", args: "<username> <password>", privileged: false config.vm.provision "shell", path: "provisioner.bash", privileged: false end vagrant/provisioner.bash +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ then fi cd /home/vagrant/dev svn cosvn co --username svnusers --password svnusers --non-interactive --trust-server-cert --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its svn 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
vagrant/Vagrantfile +1 −1 Original line number Diff line number Diff line Loading @@ -69,5 +69,5 @@ Vagrant.configure("2") do |config| # Enable provisioning with a shell script. Additional provisioners such as # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # documentation for more information about their specific syntax and use. config.vm.provision "shell", path: "provisioner.bash", args: "<username> <password>", privileged: false config.vm.provision "shell", path: "provisioner.bash", privileged: false end
vagrant/provisioner.bash +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ then fi cd /home/vagrant/dev svn cosvn co --username svnusers --password svnusers --non-interactive --trust-server-cert --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its svn 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