Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn setup
Commits
fdb0b1bf
Commit
fdb0b1bf
authored
Dec 17, 2020
by
Nikola Hardi
Browse files
Remove redundant line in xrootd image build script
parent
3bf9593a
Pipeline
#2358079
failed with stage
in 13 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
xrootd/installer.sh
View file @
fdb0b1bf
#!/bin/bash
yum
-y
install
python3 cmake3 python3-devel
echo
-e
"
\n\n\n\n
python done"
yum
-y
install
curl.x86_64 bind-utils.x86_64 redhat-lsb.x86_64 bzip2.x86_64 https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm
--import
http://linuxsoft.cern.ch/wlcg/RPM-GPG-KEY-wlcg
echo
-e
"
\n\n\n
rpm done"
...
...
@@ -10,6 +8,7 @@ yum -y install alicexrdplugins xrootd xrootd-server xrootd-client xrootd-client-
echo
-e
"
\n\n\n
alice + xrootd done"
yum
-y
install
python3 cmake3 python3-devel
pip3
install
wheel setuptools
echo
-e
"
\n\n\n\n
python done"
pip3
install
alienpy
ln
-s
/usr/bin/cmake3 /usr/bin/cmake
mkdir
/shared-volume
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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