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