diff --git a/README.md b/README.md index e69de29..1699c81 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,19 @@ +This is a dist-git like repo for cephadm + +The master brach is unused. Use an existing branch instead. Branch names follow convention like c-sig-storage-ceph-VERSION> as descibed on [Naming and Patterns for Mapping Git Branches to Koji Tags] (https://wiki.centos.org/BrianStinson/GitBranchesandKojiTags) + + c8-sig-storage-ceph-octopus: CentOS-8 + ... + +Instructions for building the ceph package for the CentOS Storage SIG can be found in the following places: + + Comunity Build System + Storage SIG landing page + +Create a src.rpm with: $ rpmbuild -bs \ --define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \ --define "dist .el8" SPECS/cephadm.spec + +To build: + +$ cbs build [--scratch] storage8-ceph-octopus-el8 cephadm.el8.src.rpm + +