Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
73595506
Commit
73595506
authored
Aug 30, 2018
by
Denis Filatov
Browse files
Merge branch 'STF525' of
https://forge.etsi.org/gitlab/ITS/ITS
into STF525
parents
ed7843ce
25615fd7
Changes
3
Hide whitespace changes
Inline
Side-by-side
.jenkins.sh
View file @
73595506
...
...
@@ -2,7 +2,7 @@
# Copyright ETSI 2018
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt
#
set -vx
set
-vx
set
-e
cd
$(
dirname
$0
)
...
...
docker/Dockerfile
View file @
73595506
...
...
@@ -83,7 +83,11 @@ RUN echo "docker-titan-STF525" > /etc/hostname \
USER
etsi
RUN
cd
/home/etsi/dev
\
&&
svn co
--username
svnusers
--password
svnusers
--non-interactive
--trust-server-cert
https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its
\
&&
git clone
--recurse-submodules
https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its
\
&&
cd
/home/etsi/dev/STF525_Its
\
&&
git checkout STF525
\
&&
cd
/home/etsi/dev/STF525_Its/ttcn/LibIts
\
&&
git checkout STF525
\
&&
cd
/home/etsi/dev/STF525_Its/scripts
\
&&
chmod
775
*
.bash devenv.bash.
*
\
&&
cd
/home/etsi
\
...
...
vagrant/provisioner.bash
View file @
73595506
...
...
@@ -74,7 +74,9 @@ then
fi
cd
/home/vagrant/dev
svn co
--username
svnusers
--password
svnusers
--non-interactive
--trust-server-cert
--non-interactive
https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its
git clone https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its
cd
/home/vagrant/dev/STF525_Its
git checkout STF525
cd
/home/vagrant/dev/STF525_Its/scripts
chmod
775
*
.bash devenv.bash.
*
cd
/home/vagrant/dev/STF525_Its/docker
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment