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

Adding protected=1 to all ci repos as xrootd is provided by a protected

repository (resolution order is protected > priority > versionlock).
Adding versionlock on xrootd and others in the build process to make
sure we have the same version in build_rpm and ci runs
parent daeeb56d
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,8 @@ cta_rpm:
script:
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/*.repo /etc/yum.repos.d/
- yum install -y gcc-c++ cmake make rpm-build
- yum -y install yum-plugin-priorities
- yum -y install yum-plugin-priorities yum-plugin-versionlock
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum/pluginconf.d/versionlock.list /etc/yum/pluginconf.d/
- yum-builddep --nogpgcheck -y build_srpm/RPM/SRPMS/*
- mkdir build_rpm
- cd build_rpm
......
[castor]
name=CASTOR Repositories in LINUXSOFT
baseurl=http://linuxsoft.cern.ch/internal/repos/castor7-testing/$basearch/os
protected=1
priority=2
enabled=0
gpgcheck=0
priority=2
[cta-ci-castor]
name=CTA CI repo castor cache
baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/castor/
protected=1
priority=2
gpgcheck=0
enabled=1
......@@ -8,6 +9,7 @@ enabled=1
[cta-ci-ceph]
name=CTA CI repo ceph cache
baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/ceph/
protected=1
priority=3
gpgcheck=0
enabled=1
......@@ -15,6 +17,7 @@ enabled=1
[cta-ci-eos]
name=CTA CI repo eos cache
baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/eos/
protected=1
priority=4
gpgcheck=0
enabled=1
......@@ -22,6 +25,7 @@ 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/
protected=1
priority=4
gpgcheck=0
enabled=1
......@@ -29,6 +33,7 @@ enabled=1
[cta-ci-xroot]
name=CTA CI repo xroot cache
baseurl=https://cta-ci-repo.web.cern.ch/cta-ci-repo/xroot/
protected=1
priority=4
gpgcheck=0
enabled=1
......@@ -11,12 +11,20 @@
0:eos-testkeytab-4.1.26-20170824172038gitc7cf4c6.el7.cern.x86_64
1:xrootd-4.7.0-1.el7.x86_64
1:xrootd-client-4.7.0-1.el7.x86_64
1:xrootd-client-devel-4.7.0-1.el7.x86_64
1:xrootd-client-libs-4.7.0-1.el7.x86_64
1:xrootd-debuginfo-4.7.0-1.el7.x86_64
1:xrootd-devel-4.7.0-1.el7.x86_64
1:xrootd-doc-4.7.0-1.el7.noarch
1:xrootd-fuse-4.7.0-1.el7.x86_64
1:xrootd-libs-4.7.0-1.el7.x86_64
1:xrootd-private-devel-4.7.0-1.el7.x86_64
1:xrootd-python-4.7.0-1.el7.x86_64
1:xrootd-selinux-4.7.0-1.el7.noarch
1:xrootd-server-4.7.0-1.el7.x86_64
1:xrootd-server-devel-4.7.0-1.el7.x86_64
1:xrootd-server-libs-4.7.0-1.el7.x86_64
1:xrootd-tests-4.7.0-1.el7.x86_64
1:ceph-11.0.0-2590.g08becd3.el7.cern.x86_64
1:ceph-base-11.0.0-2590.g08becd3.el7.cern.x86_64
1:ceph-common-11.0.0-2590.g08becd3.el7.cern.x86_64
......
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