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