Skip to content
Snippets Groups Projects
Commit 85255bec authored by Eric Cano's avatar Eric Cano
Browse files

Added versionlock for xrootd version.

parent 8ac88b5d
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,17 @@ sudo yum-config-manager --add-repo=/vmBootstrap/cta-ci-xroot.repo
sudo yum-config-manager --add-repo=/vmBootstrap/castor.repo
sudo yum install -y yum-plugin-priorities
echo Adding versionlock for xrootd:
sudo bash -c "cat >> /etc/yum/pluginconf.d/versionlock.list << EOF
1:xrootd-libs-4.4.1-1.el7.x86_64
1:xrootd-devel-4.4.1-1.el7.x86_64
1:xrootd-client-libs-4.4.1-1.el7.x86_64
1:xrootd-server-libs-4.4.1-1.el7.x86_64
1:xrootd-client-devel-4.4.1-1.el7.x86_64
1:xrootd-server-devel-4.4.1-1.el7.x86_64
1:xrootd-private-devel-4.4.1-1.el7.noarch
EOF"
echo Installing build dependencies
sudo yum-builddep -y ~/CTA-build-srpm/RPM/SRPMS/cta-0-0.src.rpm --enablerepo=cernonly --nogpgcheck
......
......@@ -21,4 +21,3 @@ sudo -u eric git config --global color.ui true
sudo -u eric git config --global user.email "Eric.Cano@cern.ch"
sudo -u eric git config --global user.name "Eric Cano"
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