Skip to content
Snippets Groups Projects
Commit a7b29556 authored by Michael Davis's avatar Michael Davis
Browse files

[XrdSsi] Delete epel.priority=4 for XRootD

Now we need to install XRootD with SSI from our own respository
parent 997af55b
No related branches found
No related tags found
No related merge requests found
......@@ -47,14 +47,15 @@ RUN yum install -y \
# => 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 and to cache RPMs locally
# The newest version of CTA with SSI requires xroot >= 20170801
# therefore delete epel priority and use our local repo
# Create local repo for cta artifacts and to cache RPMs locally
# Populate local repository and enable it, then install any rpm that is needed for
# any container. Finally add needed directories.
RUN yum-config-manager --enable epel --setopt="epel.priority=4" \
RUN yum-config-manager --enable epel \
&& \
yum-config-manager --enable castor \
&& \
......
......@@ -43,8 +43,10 @@ RUN yum install -y \
# => 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...
#
# The newest version of CTA with SSI requires xroot >= 20170801
# therefore delete epel priority and use our local repo
# Create local repo for cta artifacts and to cache RPMs locally
mkdir -p ${CTAREPODIR}/RPMS/x86_64 ${LOCALORCHESTRATIONDIR}
......@@ -52,7 +54,7 @@ RUN yum install -y \
ADD build_rpm/RPM ${CTAREPODIR}
# Populate local repository and enable it
RUN yum-config-manager --enable epel --setopt="epel.priority=4" \
RUN yum-config-manager --enable epel \
&& \
yum install --downloadonly --downloaddir=${CTAREPODIR}/RPMS/x86_64 \
eos-client \
......
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