Skip to content
Snippets Groups Projects
Commit 6b75041f authored by Julien Leduc's avatar Julien Leduc
Browse files
parent 43375bab
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ cta_rpm:
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/* /etc/yum.repos.d/
- yum install -y gcc-c++ cmake make rpm-build
- yum -y install yum-plugin-priorities
- echo "Adding Ceph repo"; echo -e "[ceph-internal]\nname=ceph-internal\nenabled=1\nbaseurl=http://castorwww.web.cern.ch/castorwww/repos/ceph/\npriority=3" > /etc/yum.repos.d/ceph-internal.repo
- yum-builddep --nogpgcheck -y build_srpm/RPM/SRPMS/*
- mkdir build_rpm
- cd build_rpm
......
[ceph]
gpgcheck=0
name=Ceph repository
enabled=1
priority=3
baseurl=http://linuxsoft.cern.ch/mirror/download.ceph.com/rpm-jewel/el7/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