Loading vagrant/provisioner.bash +20 −20 Original line number Diff line number Diff line Loading @@ -74,24 +74,24 @@ then fi cd /home/vagrant/dev git clone https://forge.etsi.org/gitlab/emergency-communications/NG112 ./STF549_Ng112 cd /home/vagrant/dev/STF549_Ng112 cd /home/vagrant/dev/STF549_Ng112/ttcn git clone https://forge.etsi.org/gitlab/garciay/MEC.git ./STF569_Mec cd /home/vagrant/dev/STF569_Mec cd /home/vagrant/dev/STF569_Mec/ttcn git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIt cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts cd /home/etsi/dev/STF569_Mec/ttcn/LibIts rm -fr asn1 t3q xsd cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G cd /home/vagrant/dev/STF549_Ng112/scripts cd /home/vagrant/dev/STF569_Mec/scripts chmod 775 *.bash devenv.bash.* cd /home/vagrant/dev/STF549_Ng112/docker cd /home/vagrant/dev/STF569_Mec/docker chmod 775 *.sh cd /home/vagrant/dev/STF549_Ng112 cd /home/vagrant/dev/STF569_Mec chmod 775 ./.jenkins.sh cd /home/vagrant ln -sf /home/vagrant/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/vagrant/devenv.bash ln -sf /home/vagrant/dev/STF569_Mec/scripts/devenv.bash.ubuntu /home/vagrant/devenv.bash . /home/vagrant/devenv.bash # Install all frameworks Loading Loading @@ -134,12 +134,12 @@ rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz cd /home/vagrant echo "" >> /home/vagrant/.bashrc echo "export LD_LIBRARY_PATH=/home/vagrant/dev/etsi_emco/lib:$LD_LIBRARY_PATH" >> /home/vagrant/.bashrc echo "export LD_LIBRARY_PATH=/home/vagrant/dev/etsi_mec/lib:$LD_LIBRARY_PATH" >> /home/vagrant/.bashrc echo "export PATH=/home/vagrant/bin:$PATH" >> /home/vagrant/.bashrc echo ". ~/devenv.bash" >> /home/vagrant/.bashrc . /home/vagrant/.bashrc cd /home/vagrant/dev/STF549_Ng112/scripts cd /home/vagrant/dev/STF569_Mec/scripts ./build_titan.bash . /home/vagrant/devenv.bash ./update_its_project.bash Loading Loading
vagrant/provisioner.bash +20 −20 Original line number Diff line number Diff line Loading @@ -74,24 +74,24 @@ then fi cd /home/vagrant/dev git clone https://forge.etsi.org/gitlab/emergency-communications/NG112 ./STF549_Ng112 cd /home/vagrant/dev/STF549_Ng112 cd /home/vagrant/dev/STF549_Ng112/ttcn git clone https://forge.etsi.org/gitlab/garciay/MEC.git ./STF569_Mec cd /home/vagrant/dev/STF569_Mec cd /home/vagrant/dev/STF569_Mec/ttcn git clone https://forge.etsi.org/gitlab/LIBS/LibSip.git ./LibSip git clone https://forge.etsi.org/gitlab/LIBS/LibIms.git ./LibIms git clone https://forge.etsi.org/gitlab/LIBS/LibCommon.git ./LibCommon git clone -bSTF525 https://forge.etsi.org/gitlab/LIBS/LibIts ./LibIt cd /home/etsi/dev/STF549_Ng112/ttcn/LibIts cd /home/etsi/dev/STF569_Mec/ttcn/LibIts rm -fr asn1 t3q xsd cd ttcn && rm -fr BTP CALM CAM Common DCC DENM GeoNetworking Ipv6OverGeoNetworking IVIM MapemSpatem Pki Security SremSsem V2G cd /home/vagrant/dev/STF549_Ng112/scripts cd /home/vagrant/dev/STF569_Mec/scripts chmod 775 *.bash devenv.bash.* cd /home/vagrant/dev/STF549_Ng112/docker cd /home/vagrant/dev/STF569_Mec/docker chmod 775 *.sh cd /home/vagrant/dev/STF549_Ng112 cd /home/vagrant/dev/STF569_Mec chmod 775 ./.jenkins.sh cd /home/vagrant ln -sf /home/vagrant/dev/STF549_Ng112/scripts/devenv.bash.ubuntu /home/vagrant/devenv.bash ln -sf /home/vagrant/dev/STF569_Mec/scripts/devenv.bash.ubuntu /home/vagrant/devenv.bash . /home/vagrant/devenv.bash # Install all frameworks Loading Loading @@ -134,12 +134,12 @@ rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz cd /home/vagrant echo "" >> /home/vagrant/.bashrc echo "export LD_LIBRARY_PATH=/home/vagrant/dev/etsi_emco/lib:$LD_LIBRARY_PATH" >> /home/vagrant/.bashrc echo "export LD_LIBRARY_PATH=/home/vagrant/dev/etsi_mec/lib:$LD_LIBRARY_PATH" >> /home/vagrant/.bashrc echo "export PATH=/home/vagrant/bin:$PATH" >> /home/vagrant/.bashrc echo ". ~/devenv.bash" >> /home/vagrant/.bashrc . /home/vagrant/.bashrc cd /home/vagrant/dev/STF549_Ng112/scripts cd /home/vagrant/dev/STF569_Mec/scripts ./build_titan.bash . /home/vagrant/devenv.bash ./update_its_project.bash Loading