Commit db1d6a2d authored by garciay's avatar garciay
Browse files

Bug fixed in scripts

parent 2426d9d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -69,5 +69,5 @@ Vagrant.configure("2") do |config|
  # Enable provisioning with a shell script. Additional provisioners such as
  # Enable provisioning with a shell script. Additional provisioners such as
  # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
  # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
  # documentation for more information about their specific syntax and use.
  # 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
end
+1 −1
Original line number Original line Diff line number Diff line
@@ -74,7 +74,7 @@ then
fi
fi


cd /home/vagrant/dev 
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
cd /home/vagrant/dev/STF525_Its/scripts
chmod 775 *.bash devenv.bash.*
chmod 775 *.bash devenv.bash.*
cd /home/vagrant/dev/STF525_Its/docker
cd /home/vagrant/dev/STF525_Its/docker