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

Going for the same strategy as Puppet by disabling protectbase in all

repositories.
parent 0fb7fbb5
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ before_script:
- echo "Exporting CTA_BUILD_ID=${CTA_BUILD_ID}"
- test -n "${CI_COMMIT_TAG}" && export TAG_VERSION=$(echo ${CI_COMMIT_TAG} | sed -e 's/^v//;s/-.*$//')
- test -n "${CI_COMMIT_TAG}" && export TAG_RELEASE=$(echo ${CI_COMMIT_TAG} | sed -e 's/^[^-]*-//')
- echo "Removing protectbase from all repos (same as Puppet)"
- sed -i '/^protect=/d' /etc/yum.repos.d/*
cta_srpm:
stage: build:srpm
......
[castor]
name=CASTOR Repositories in LINUXSOFT
baseurl=http://linuxsoft.cern.ch/internal/repos/castor7-testing/$basearch/os
protect=1
priority=2
enabled=0
gpgcheck=0
[cta-ci-castor]
name=CTA CI repo castor cache
baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/castor/
protect=1
priority=2
gpgcheck=0
enabled=1
......@@ -9,7 +8,6 @@ enabled=1
[cta-ci-ceph]
name=CTA CI repo ceph cache
baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/ceph/
protect=1
priority=3
gpgcheck=0
enabled=1
......@@ -24,7 +22,6 @@ enabled=1
[cta-ci-eos]
name=CTA CI repo eos cache
baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/eos/
protect=1
priority=4
gpgcheck=0
enabled=1
......@@ -32,7 +29,6 @@ enabled=1
[cta-ci-others]
name=CTA CI repo any additional needed RPM cache
baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/others/
protect=1
priority=4
gpgcheck=0
enabled=1
......@@ -40,7 +36,6 @@ enabled=1
[cta-ci-xroot]
name=CTA CI repo xroot cache
baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/xroot/
protect=1
priority=4
gpgcheck=0
enabled=1
[eos-citrine-depend]
name=EOS Citrine depend
baseurl=http://storage-ci.web.cern.ch/storage-ci/eos/citrine-depend/el-7/x86_64/
protect=1
priority=2
gpgcheck=0
enabled=1
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