|
|
868e4b |
This is a dist-git like repo for [GlusterFS](https://github.com/gluster/glusterfs).
|
|
|
868e4b |
|
|
|
868e4b |
The master brach is unused. Use an existing branch instead.
|
|
|
868e4b |
Branch names follow convention like `c<VERSION>-sig-storage-gluster-<GLUSTERFS-VERSION>` as descibed on [Naming and Patterns for Mapping Git Branches to Koji Tags](https://wiki.centos.org/BrianStinson/GitBranchesandKojiTags)
|
|
|
868e4b |
|
|
|
868e4b |
* c6-sig-storage-gluster-5: CentOS-6, glusterfs-5
|
|
|
868e4b |
* c7-sig-storage-gluster-5: CentOS-7, glusterfs-5
|
|
|
868e4b |
* c7-sig-storage-gluster-6: CentOS-7, glusterfs-6
|
|
|
8b2522 |
* c8-sig-storage-gluster-7: CentOS-8, glusterfs-ld the src.rpm with:
|
|
|
868e4b |
* ...
|
|
|
868e4b |
|
|
|
868e4b |
Instructions for building the glusterfs package for the CentOS Storage SIG can be found in the following places:
|
|
|
868e4b |
|
|
|
868e4b |
* [Comunity Build System](https://wiki.centos.org/HowTos/CommunityBuildSystem)
|
|
|
868e4b |
* [Storage SIG landing page](https://wiki.centos.org/SpecialInterestGroup/Storage/Gluster)
|
|
|
639c1f |
* [SIGGuide](https://wiki.centos.org/SIGGuide#SIGGuide.2FContent.2FImport.Pushing_first_to_lookaside_cache)
|
|
|
868e4b |
|
|
|
639c1f |
E.g. build a src.rpm with:
|
|
|
8b2522 |
$ rpmbuild -bs \
|
|
|
8b2522 |
--define "_sourcedir $PWD/SOURCES" --define "_srcrpmdir $PWD" \
|
|
|
d47df9 |
--define "dist .el7" SPECS/glusterfs.spec
|
|
|
8b2522 |
|
|
|
639c1f |
Get the lookaside uploader script from ssh://git@git.centos.org/centos-git-common.git
|
|
|
639c1f |
|
|
|
8b2522 |
To build:
|
|
|
8b2522 |
|
|
|
639c1f |
1. Upload the source tar file to the lookaside cache, e.g.:
|
|
|
639c1f |
$ lookaside_upload -f SOURCES/glusterfs-9.3.tar.gz -n glusterfs -b c7-sig-storage-gluster-9
|
|
|
639c1f |
|
|
|
639c1f |
2. update the .glusterfs.metadata with the hash from step 1:
|
|
|
639c1f |
$ cat .glusterfs.metadata
|
|
|
639c1f |
e9c6a6a482b8e46117c2a6c37b50c569bd62d92e SOURCES/glusterfs-9.3.tar.gz
|
|
|
639c1f |
|
|
|
639c1f |
3. commit and push SPECS/glusterfs.spec and .glusterfs.metadata, e.g.:
|
|
|
639c1f |
$ git add SPECS/glusterfs.spec .glusterfs.metadata
|
|
|
639c1f |
$ git push origin c7-sig-storage-gluster-9
|
|
|
639c1f |
|
|
|
639c1f |
4. retrieve the commit for step 3:
|
|
|
639c1f |
$ git log|head -n 1
|
|
|
639c1f |
commit 29f19456be12986e86392652331e3a56ff0a88a0
|
|
|
639c1f |
|
|
|
639c1f |
5. build
|
|
|
639c1f |
$ cbs build storage7-gluster-9-el7 git+https://git.centos.org/rpms/glusterfs.git#29f19456be12986e86392652331e3a56ff0a88a0
|
|
|
639c1f |
|
|
|
639c1f |
|
|
|
639c1f |
You can do scratch builds from a source RPM with, e.g.:
|
|
|
639c1f |
$ cbs build --scratch storage7-gluster-9-el7 glusterfs-9.3-1.el7.src.rpm
|
|
|
8b2522 |
|
|
|
8b2522 |
|