Skip to content
Snippets Groups Projects
Commit 41b01d6b authored by Julien Leduc's avatar Julien Leduc
Browse files

After merge with master, CTA required xrootd >= 4.4.1-1 otherwise ctafrontend...

After merge with master, CTA required xrootd >= 4.4.1-1 otherwise ctafrontend xroot plugin is crashing
parent 0b31d92d
No related branches found
No related tags found
No related merge requests found
......@@ -38,13 +38,15 @@ RUN yum install -y yum-plugin-downloadonly yum-plugin-priorities yum-plugin-vers
# => need to set epel prio to 4: yum-config-manager --setopt="epel.priority=4"
# or if taking the older version from eos, eos-citrine-depend must be enabled so that
# the older version of xroot is installed by cta-cli and is not conflicting later when installing eos...
# Newer version of CTA requires xroot >= 4.4.1-1...
# therefore set epel priority to 4...
# Create local repo for cta artifacts
RUN mkdir -p ${CTAREPODIR}/RPMS/x86_64 ${LOCALORCHESTRATIONDIR}
# Add previously built rpms
ADD build_rpm/RPM ${CTAREPODIR}
# Populate local repository and enable it
RUN yum install --downloadonly --downloaddir=${CTAREPODIR}/RPMS/x86_64 eos-client eos-server xrootd-client xrootd-debuginfo xrootd-server
RUN yum-config-manager --setopt="epel.priority=4"; yum install --downloadonly --downloaddir=${CTAREPODIR}/RPMS/x86_64 eos-client eos-server xrootd-client xrootd-debuginfo xrootd-server
RUN createrepo ${CTAREPODIR}; echo -e "[cta-artifacts]\nname=CTA artifacts\nbaseurl=file://${CTAREPODIR}\ngpgcheck=0\nenabled=1\npriority=2" > /etc/yum.repos.d/cta-artifacts.repo
# Install needed packages
......
......@@ -7,11 +7,11 @@
0:eos-srm-4.1.11-20161128085947git01a3c7d.el7.x86_64
0:eos-test-4.1.11-20161128085947git01a3c7d.el7.x86_64
0:eos-testkeytab-4.1.11-20161128085947git01a3c7d.el7.x86_64
1:xrootd-4.4.0-1.el7.x86_64
1:xrootd-debuginfo-4.4.0-1.el7.x86_64
1:xrootd-client-libs-4.4.0-1.el7.x86_64
1:xrootd-client-4.4.0-1.el7.x86_64
1:xrootd-selinux-4.4.0-1.el7.noarch
1:xrootd-server-4.4.0-1.el7.x86_64
1:xrootd-libs-4.4.0-1.el7.x86_64
1:xrootd-server-libs-4.4.0-1.el7.x86_64
1:xrootd-4.4.1-1.el7.x86_64
1:xrootd-debuginfo-4.4.1-1.el7.x86_64
1:xrootd-client-libs-4.4.1-1.el7.x86_64
1:xrootd-client-4.4.1-1.el7.x86_64
1:xrootd-selinux-4.4.1-1.el7.noarch
1:xrootd-server-4.4.1-1.el7.x86_64
1:xrootd-libs-4.4.1-1.el7.x86_64
1:xrootd-server-libs-4.4.1-1.el7.x86_64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment