Skip to content
GitLab
Menu
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
176bdcb7
Commit
176bdcb7
authored
May 08, 2019
by
Julien Leduc
Browse files
Upgrading to xrootd to 4.9.1-1
parent
1e034f14
Changes
3
Hide whitespace changes
Inline
Side-by-side
continuousintegration/docker/ctafrontend/cc7/etc/yum/pluginconf.d/versionlock.list
View file @
176bdcb7
...
...
@@ -12,23 +12,23 @@
0:eos-srm-4.4.44-1.el7.cern.x86_64
0:eos-test-4.4.44-1.el7.cern.x86_64
0:eos-testkeytab-4.4.44-1.el7.cern.x86_64
1:python2-xrootd-4.9.
0
-1.el7.*
1:python3-xrootd-4.9.
0
-1.el7.*
1:xrootd-4.9.
0
-1.el7.*
1:xrootd-client-4.9.
0
-1.el7.*
1:xrootd-client-devel-4.9.
0
-1.el7.*
1:xrootd-client-libs-4.9.
0
-1.el7.*
1:xrootd-debuginfo-4.9.
0
-1.el7.*
1:xrootd-devel-4.9.
0
-1.el7.*
1:xrootd-doc-4.9.
0
-1.el7.*
1:xrootd-fuse-4.9.
0
-1.el7.*
1:xrootd-libs-4.9.
0
-1.el7.*
1:xrootd-private-devel-4.9.
0
-1.el7.*
1:xrootd-selinux-4.9.
0
-1.el7.*
1:xrootd-server-4.9.
0
-1.el7.*
1:xrootd-server-devel-4.9.
0
-1.el7.*
1:xrootd-server-libs-4.9.
0
-1.el7.*
1:xrootd-tests-4.9.
0
-1.el7.*
1:python2-xrootd-4.9.
1
-1.el7.*
1:python3-xrootd-4.9.
1
-1.el7.*
1:xrootd-4.9.
1
-1.el7.*
1:xrootd-client-4.9.
1
-1.el7.*
1:xrootd-client-devel-4.9.
1
-1.el7.*
1:xrootd-client-libs-4.9.
1
-1.el7.*
1:xrootd-debuginfo-4.9.
1
-1.el7.*
1:xrootd-devel-4.9.
1
-1.el7.*
1:xrootd-doc-4.9.
1
-1.el7.*
1:xrootd-fuse-4.9.
1
-1.el7.*
1:xrootd-libs-4.9.
1
-1.el7.*
1:xrootd-private-devel-4.9.
1
-1.el7.*
1:xrootd-selinux-4.9.
1
-1.el7.*
1:xrootd-server-4.9.
1
-1.el7.*
1:xrootd-server-devel-4.9.
1
-1.el7.*
1:xrootd-server-libs-4.9.
1
-1.el7.*
1:xrootd-tests-4.9.
1
-1.el7.*
2:ceph-12.2.2-0.el7.x86_64
2:ceph-base-12.2.2-0.el7.x86_64
2:ceph-common-12.2.2-0.el7.x86_64
...
...
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/client.sh
View file @
176bdcb7
...
...
@@ -8,6 +8,12 @@ if [ ! -e /etc/buildtreeRunner ]; then
# Install missing RPMs
yum
-y
install
cta-cli cta-debuginfo xrootd-client eos-client
## Keep this temporary fix that may be needed if going to protobuf3-3.5.1 for CTA
# Install eos-protobuf3 separately as eos is OK with protobuf3 but cannot use it..
# Andreas is fixing eos-(client|server) rpms to depend on eos-protobuf3 instead
# yum -y install eos-protobuf3
fi
cat
<<
EOF
> /etc/cta/cta-cli.conf
...
...
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/ctaeos-mgm.sh
View file @
176bdcb7
...
...
@@ -10,6 +10,10 @@ if [ ! -e /etc/buildtreeRunner ]; then
# Install missing RPMs
yum
-y
install
eos-client eos-server xrootd-client xrootd-debuginfo xrootd-server cta-cli cta-debuginfo
sudo
logrotate
## Keep this temporary fix that may be needed if going to protobuf3-3.5.1 for CTA
# Install eos-protobuf3 separately as eos is OK with protobuf3 but cannot use it..
# yum -y install eos-protobuf3
fi
# create local users as the mgm is the only one doing the uid/user/group mapping in the full infrastructure
...
...
Write
Preview
Supports
Markdown
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