Blame README.md

09ccae
This is a dist-git like repo for cephadm
09ccae
09ccae
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)
09ccae
09ccae
    c8-sig-storage-ceph-octopus: CentOS-8
09ccae
    ...
09ccae
09ccae
Instructions for building the ceph package for the CentOS Storage SIG can be found in the following places:
09ccae
09ccae
    Comunity Build System
09ccae
    Storage SIG landing page
09ccae
09ccae
Create a src.rpm with: $ rpmbuild -bs \ --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ --define "dist .el8" SPECS/cephadm.spec
09ccae
09ccae
To build:
09ccae
09ccae
$ cbs build [--scratch] storage8-ceph-octopus-el8 cephadm.el8.src.rpm
09ccae
09ccae