Skip to content
Snippets Groups Projects
Commit c0c4102c authored by Steven Murray's avatar Steven Murray
Browse files

Revert "bootstrapCTA.sh now enables cernonly repo for oracle-instantclient"

This reverts commit c40ee88a.
parent c130ecb0
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
set -x
echo Getting CTA sources...
( cd ~ ; git clone https://:@gitlab.cern.ch:8443/cta/CTA.git)
echo Creating source rpm
mkdir -p ~/CTA-build-srpm
(cd ~/CTA-build-srpm && cmake -DPackageOnly:Bool=true ../CTA; make cta_srpm)
......@@ -13,10 +16,6 @@ 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 Enabling CERN Only repo for oracle-instantclient
sudo yum-config-manager --enable cernonly
sudo yum-config-manager --enable cernonly-debug
echo Installing build dependencies
sudo yum-builddep -y ~/CTA-build-srpm/RPM/SRPMS/cta-0-0.src.rpm --enablerepo=cernonly --nogpgcheck
......
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