clem 13/02/07 18:30:29
Modified: src/roll/service-pack Makefile bootstrap.sh
Log:
adding new version of zfs
when simple things make your life impossible, half a day behind this stupid
addition....
Revision Changes Path
1.17 +6 -2 rocks/src/roll/service-pack/Makefile
Index: Makefile
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/service-pack/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -t -w -r1.16 -r1.17
--- Makefile 6 Feb 2013 01:15:18 -0000 1.16
+++ Makefile 8 Feb 2013 02:30:29 -0000 1.17
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.16 2013/02/06 01:15:18 clem Exp $
+# $Id: Makefile,v 1.17 2013/02/08 02:30:29 clem Exp $
#
# @Copyright@
#
@@ -56,6 +56,12 @@
# @Copyright@
#
# $Log: Makefile,v $
+# Revision 1.17 2013/02/08 02:30:29 clem
+# adding new version of zfs
+#
+# when simple things make your life impossible, half a day behind this stupid
+# addition....
+#
# Revision 1.16 2013/02/06 01:15:18 clem
# Needs to mkdir all the directory for the RPMS
#
@@ -109,7 +115,8 @@
#
#
-PROFILES = condor base ganglia
+
+PROFILES = condor base ganglia zfs-linux
ROCKSROOT.ABSOLUTE = $(shell cd $(ROCKSROOT); pwd)
ARCH.BIN = $(ROCKSROOT.ABSOLUTE)/bin/arch
ARCH = $(shell $(ARCH.BIN))
1.3 +2 -2 rocks/src/roll/service-pack/bootstrap.sh
Index: bootstrap.sh
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/service-pack/bootstrap.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -t -w -r1.2 -r1.3
--- bootstrap.sh 5 Feb 2013 17:24:51 -0000 1.2
+++ bootstrap.sh 8 Feb 2013 02:30:29 -0000 1.3
@@ -1,6 +1,6 @@
#!/bin/bash -x
#
-# $Id: bootstrap.sh,v 1.2 2013/02/05 17:24:51 clem Exp $
+# $Id: bootstrap.sh,v 1.3 2013/02/08 02:30:29 clem Exp $
#
# @Copyright@
#
@@ -60,7 +60,7 @@
# we need to boostrap every roll we want to compile an rpm from
#
-ROLLS="base ganglia kvm perl bio"
+ROLLS="base ganglia kvm perl bio zfs-linux"
for roll in $ROLLS; do
cd ../$roll;