Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RPM] no versionlock for ceph dependencies #603

Merged
merged 1 commit into from
Oct 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ build:cc7:ceph:
- cd packaging/
- ./makesrpm.sh --define '_with_ceph11 1'
- echo -e '[ceph]\nname=ceph\nbaseurl=http://linuxsoft.cern.ch/mirror/download.ceph.com/rpm-luminous/el7/x86_64/\npriority=4\ngpgcheck=0\nenabled=1\n' >> /etc/yum.repos.d/ceph.repo
- yum versionlock librados-devel-12.2.0
- yum versionlock libradosstriper-devel-12.2.0
- yum-builddep --nogpgcheck -y *.src.rpm
- rpmbuild --rebuild --define="_with_ceph11 1" --define "_rpmdir RPMS/" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" *.src.rpm
- repo=/eos/project/s/storage-ci/www/xrootd/ceph/cc-7/x86_64/$(date +'%Y%m%d')
Expand Down Expand Up @@ -326,8 +324,6 @@ release:cc7:ceph:
- cd packaging/
- ./makesrpm.sh --define '_with_ceph11 1'
- echo -e '[ceph]\nname=ceph\nbaseurl=http://linuxsoft.cern.ch/mirror/download.ceph.com/rpm-luminous/el7/x86_64/\npriority=4\ngpgcheck=0\nenabled=1\n' >> /etc/yum.repos.d/ceph.repo
- yum versionlock librados-devel-12.2.0
- yum versionlock libradosstriper-devel-12.2.0
- yum-builddep --nogpgcheck -y *.src.rpm
- rpmbuild --rebuild --define="_with_ceph11 1" --define "_rpmdir RPMS/" --define "_build_name_fmt %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm" *.src.rpm
- repo=/eos/project/s/storage-ci/www/xrootd/ceph-release/cc-7/x86_64/
Expand Down