From 952a240852c2e8d528a0d73c3fd5a229d396282c Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Tue, 14 May 2013 15:50:49 -0400 Subject: rpm: Enable creation of RPMs This is the first step. I have confirmed that I can install, update, and remove. I have also setup the ability for Jenkins to pass the BuildNumber and use that value as the release number for the RPM. The RPM depends on Grizzly(1.8.0) Swift from OpenStack. To verify you may need to add the appropiate repo file to your Fedora/RHEL system: http://repos.fedorapeople.org/repos/openstack/openstack-grizzly I have not had the opportunity to test that G4S itself works once installed, but I plan on doing that as the next phase. Change-Id: Ib90f335f5e1e4fc552c32e00ff29b6e8a680c42a Signed-off-by: Luis Pabon Reviewed-on: http://review.gluster.org/5006 Reviewed-by: Peter Portante Reviewed-by: Kaleb KEITHLEY Tested-by: Kaleb KEITHLEY --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 1dd12e3..5f7df7a 100644 --- a/README +++ b/README @@ -19,4 +19,10 @@ Command to stop the servers (TBD) swift-init main stop Command to gracefully reload the servers - swift-init main reload \ No newline at end of file + swift-init main reload + +Building RPMs. RPMs will be located in the 'build' directory. + $ bash makerpm.sh + +Building RPM with a specific release value, useful for automatic Jenkin builds + $ PROG_RELEASE=123 bash makerpm.sh -- cgit