Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
e46f3036
Commit
e46f3036
authored
Sep 21, 2020
by
Volodymyr Yurchenko
Browse files
Do submodule update in CTA bootstrap script
To make it more self-contained
parent
2bfb22bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
continuousintegration/buildtree_runner/vmBootstrap/bootstrapCTA.sh
View file @
e46f3036
...
...
@@ -3,6 +3,9 @@
set
-x
echo
Preparing CTA sources...
cd
~/CTA
git submodule update
--init
--recursive
cat
>
~/CTA/.git/hooks/post-checkout
<<
EOFGitHook
#!/bin/sh
cd `git rev-parse --show-toplevel`
...
...
continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh
View file @
e46f3036
...
...
@@ -29,6 +29,6 @@ echo Installing minimal tools and tape tools
sudo
yum
install
-y
git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc mariadb-devel yum-plugin-versionlock krb5-workstation wget yum-utils epel-release
echo
"Getting CTA sources for
$CTAUSER
..."
sudo
-u
$CTAUSER
bash
-c
'cd ~ ; git clone https://gitlab.cern.ch/cta/CTA.git
; cd CTA ; git submodule update --init --recursive
'
sudo
-u
$CTAUSER
bash
-c
'cd ~ ; git clone https://gitlab.cern.ch/cta/CTA.git'
echo
System bootstrap finished!
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