Loading Vagrant/provisioner.bash +11 −2 Original line number Diff line number Diff line Loading @@ -67,11 +67,20 @@ if [ ! -d ${HOME_FRAMEWORKS} ] then exit -1 fi mkdir -p ${PATH_DEV} if [ ! -d ${PATH_DEV} ] then exit -1 fi cd /home/vagrant/dev svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.vagrant.org/svn/ITS/branches/STF525 ./STF525_Its cd /home/vagrant/dev/STF525_Its/scripts chmod 775 *.bash devenv.bash.ubuntu chmod 775 *.bash devenv.bash.* cd /home/vagrant/dev/STF525_Its/docker chmod 775 *.sh cd /home/vagrant/dev/STF525_Its chmod 775 ./.jenkins.sh cd /home/vagrant ln -sf /home/vagrant/dev/STF525_Its/scripts/devenv.bash.ubuntu /home/vagrant/devenv.bash . /home/vagrant/devenv.bash Loading Loading @@ -136,7 +145,7 @@ echo "export PATH=/home/etsi/bin:$PATH" >> /etc/profile echo "cd /home/etsi" >> /etc/profile echo ". ./devenv.bash" >> /etc/profile cd /home/etsi/STF525_Its/scripts cd /home/vagrant/dev/STF525_Its/scripts ./build_titan.bash . /home/etsi/devenv.bash ./update_its_project.bash Loading docker/Dockerfile +5 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,11 @@ RUN echo "docker-titan" > /etc/hostname \ && cd /home/etsi/dev \ && svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its \ && cd /home/etsi/dev/STF525_Its/scripts \ && chmod 775 *.bash devenv.bash.ubuntu \ && chmod 775 *.bash devenv.bash.* \ && cd /home/etsi/dev/STF525_Its/docker \ && chmod 775 *.sh \ && cd /home/etsi/dev/STF525_Its/ \ && chmod 775 ./.jenkins.sh \ && cd /home/etsi \ && ln -sf /home/etsi/dev/STF525_Its/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash \ && export HOME=/home/etsi \ Loading Loading
Vagrant/provisioner.bash +11 −2 Original line number Diff line number Diff line Loading @@ -67,11 +67,20 @@ if [ ! -d ${HOME_FRAMEWORKS} ] then exit -1 fi mkdir -p ${PATH_DEV} if [ ! -d ${PATH_DEV} ] then exit -1 fi cd /home/vagrant/dev svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.vagrant.org/svn/ITS/branches/STF525 ./STF525_Its cd /home/vagrant/dev/STF525_Its/scripts chmod 775 *.bash devenv.bash.ubuntu chmod 775 *.bash devenv.bash.* cd /home/vagrant/dev/STF525_Its/docker chmod 775 *.sh cd /home/vagrant/dev/STF525_Its chmod 775 ./.jenkins.sh cd /home/vagrant ln -sf /home/vagrant/dev/STF525_Its/scripts/devenv.bash.ubuntu /home/vagrant/devenv.bash . /home/vagrant/devenv.bash Loading Loading @@ -136,7 +145,7 @@ echo "export PATH=/home/etsi/bin:$PATH" >> /etc/profile echo "cd /home/etsi" >> /etc/profile echo ". ./devenv.bash" >> /etc/profile cd /home/etsi/STF525_Its/scripts cd /home/vagrant/dev/STF525_Its/scripts ./build_titan.bash . /home/etsi/devenv.bash ./update_its_project.bash Loading
docker/Dockerfile +5 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,11 @@ RUN echo "docker-titan" > /etc/hostname \ && cd /home/etsi/dev \ && svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its \ && cd /home/etsi/dev/STF525_Its/scripts \ && chmod 775 *.bash devenv.bash.ubuntu \ && chmod 775 *.bash devenv.bash.* \ && cd /home/etsi/dev/STF525_Its/docker \ && chmod 775 *.sh \ && cd /home/etsi/dev/STF525_Its/ \ && chmod 775 ./.jenkins.sh \ && cd /home/etsi \ && ln -sf /home/etsi/dev/STF525_Its/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash \ && export HOME=/home/etsi \ Loading