This is a dist-git like repo for Ceph
The master brach is unused. Use an existing branch instead.
Branch names follow convention like c<VERSION>-sig-storage-ceph-VERSION>
as descibed on [Naming and Patterns for Mapping Git Branches to Koji Tags]
(https://wiki.centos.org/BrianStinson/GitBranchesandKojiTags)
Instructions for building the ceph package for the CentOS Storage SIG can be found in the following places:
E.g. build a src.rpm with: $ rpmbuild -bs \ --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ --define "dist .el8" SPECS/ceph.spec
Get the lookaside uploader script from ssh://git@git.centos.org/centos-git-common.git
To build:
Upload the source tar file to the lookaside cache, e.g.: $ lookaside_upload -f SOURCES/ceph-14.2.22.tar.gz -n ceph -b c8-sig-storage-ceph-nautilus
update the .glusterfs.metadata with the hash from step 1: $ cat .ceph.metadata e9c6a6a482b8e46117c2a6c37b50c569bd62d92e SOURCES/ceph-14.2.22.tar.gz
commit and push SPECS/ceph.spec and .ceph.metadata, e.g.: $ git add SPECS/ceph.spec .ceph.metadata $ git push origin c8-sig-storage-ceph-nautilus
retrieve the commit for step 3: $ git log|head -n 1 commit 29f19456be12986e86392652331e3a56ff0a88a0
build $ cbs build storage8-ceph-nautilus-el8 git+https://git.centos.org/rpms/ceph.git#29f19456be12986e86392652331e3a56ff0a88a0
$ cbs build --scratch storage8-ceph-nautilus-el8 ceph-14.2.22-1.el8.src.rpm