|
|
6d8727 |
This is a dist-git like repo for Ceph
|
|
|
6d8727 |
|
|
|
6d8727 |
The master brach is unused. Use an existing branch instead.
|
|
|
6d8727 |
Branch names follow convention like `c<VERSION>-sig-storage-ceph-VERSION>`
|
|
|
6d8727 |
as descibed on [Naming and Patterns for Mapping Git Branches to Koji Tags]
|
|
|
6d8727 |
(https://wiki.centos.org/BrianStinson/GitBranchesandKojiTags)
|
|
|
6d8727 |
|
|
|
6d8727 |
* c8-sig-storage-ceph-octopus: CentOS-8
|
|
|
6d8727 |
* ...
|
|
|
6d8727 |
|
|
|
6d8727 |
Instructions for building the ceph package for the CentOS Storage SIG
|
|
|
6d8727 |
can be found in the following places:
|
|
|
6d8727 |
|
|
|
6d8727 |
* [Comunity Build System](https://wiki.centos.org/HowTos/CommunityBuildSystem)
|
|
|
6d8727 |
* [Storage SIG landing page](https://wiki.centos.org/SpecialInterestGroup/Storage/Gluster)
|
|
|
6d8727 |
|
|
|
6d8727 |
|
|
|
4fe0de |
Create a src.rpm with:
|
|
|
6d8727 |
$ rpmbuild -bs \
|
|
|
6d8727 |
--define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \
|
|
|
6d8727 |
--define "dist .el8" SPECS/ceph.spec
|
|
|
6d8727 |
|
|
|
6d8727 |
To build:
|
|
|
6d8727 |
|
|
|
4fe0de |
$ cbs build [--scratch] storage8-ceph-octopus-el8 ceph-15.2.4-1.el8.src.rpm
|
|
|
6d8727 |
|