Commit 302c1bfa authored by garciay's avatar garciay
Browse files

Update README.md

parent cc51471d
......@@ -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
......@@ -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
......
......@@ -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 \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment