From 3e6871a8c227aa5a1e8034de8c66505b6f6662f1 Mon Sep 17 00:00:00 2001 From: Cedric CAFFY <cedric.caffy@cern.ch> Date: Tue, 15 Sep 2020 16:42:12 +0200 Subject: [PATCH] Corrected the relative path to the CTA/cta.spec.in file in bootstrapSystem.sh --- .../buildtree_runner/vmBootstrap/bootstrapSystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh b/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh index 5a09da7be6..4de1d34ea0 100755 --- a/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh +++ b/continuousintegration/buildtree_runner/vmBootstrap/bootstrapSystem.sh @@ -31,7 +31,7 @@ sudo yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace s echo Installing Oracle instant client sudo wget https://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle sudo wget https://yum.oracle.com/public-yum-ol7.repo -O /etc/yum.repos.d/public-yum-ol7.repo -sudo yum install -y --enablerepo=ol7_oracle_instantclient $(grep 'Requires: oracle' ../../cta.spec.in | awk '{print $2}' | tr '\n' ' ') +sudo yum install -y --enablerepo=ol7_oracle_instantclient $(grep 'Requires: oracle' ../../../cta.spec.in | awk '{print $2}' | tr '\n' ' ') sudo yum-config-manager --disable ol7_* echo "Getting CTA sources for $CTAUSER..." -- GitLab