CVS Update: (clem) rocks/src/roll/bio/src/bioperl

0 views
Skip to first unread message

c...@rocks-127.sdsc.edu

unread,
Feb 4, 2013, 7:11:03 PM2/4/13
to rocks-clusters-de...@googlegroups.com, anoop.r...@gmail.com, greg....@gmail.com, mason...@gmail.com, philip.pa...@gmail.com, luca.c...@gmail.com
clem 13/02/04 16:11:03

Modified: src/roll/bio/src/bioperl Makefile
Added: src/roll/bio/src/bioperl version.mk
Log:
bump release number of bioperl

Revision Changes Path
1.14 +12 -1 rocks/src/roll/bio/src/bioperl/Makefile

Index: Makefile
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/bio/src/bioperl/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -t -w -r1.13 -r1.14
--- Makefile 27 Nov 2012 00:48:52 -0000 1.13
+++ Makefile 5 Feb 2013 00:11:02 -0000 1.14
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 2012/11/27 00:48:52 phil Exp $
+# $Id: Makefile,v 1.14 2013/02/05 00:11:02 clem Exp $

# @Copyright@
#
@@ -55,6 +55,9 @@
# @Copyright@

# $Log: Makefile,v $
+# Revision 1.14 2013/02/05 00:11:02 clem
+# bump release number of bioperl
+#
# Revision 1.13 2012/11/27 00:48:52 phil
# Copyright Storm for Emerald Boa
#
@@ -92,6 +95,14 @@
-include $(ROCKSROOT)/etc/Rules.mk
include Rules.mk

+#
+# You can use now RocksReleaseVersion to set the release version of the RPMs
+# builded by cpan see below..
+#
+ifdef RELEASE
+RocksReleaseVersion = $(RELEASE)
+endif
+
bootstrap:
cat modules.build | while read line; do \
/opt/perl/bin/cpan \



1.4 +1 -4 rocks/src/roll/bio/src/bioperl/version.mk





c...@rocks-127.sdsc.edu

unread,
Feb 4, 2013, 7:12:40 PM2/4/13
to rocks-clusters-de...@googlegroups.com, anoop.r...@gmail.com, greg....@gmail.com, mason...@gmail.com, philip.pa...@gmail.com, luca.c...@gmail.com
clem 13/02/04 16:12:40

Modified: src/roll/bio/src/bioperl Makefile
Log:
do not remove version.mk on clean

Revision Changes Path
1.15 +5 -1 rocks/src/roll/bio/src/bioperl/Makefile

Index: Makefile
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/bio/src/bioperl/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -t -w -r1.14 -r1.15
--- Makefile 5 Feb 2013 00:11:02 -0000 1.14
+++ Makefile 5 Feb 2013 00:12:40 -0000 1.15
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 2013/02/05 00:11:02 clem Exp $
+# $Id: Makefile,v 1.15 2013/02/05 00:12:40 clem Exp $

# @Copyright@
#
@@ -55,6 +55,9 @@
# @Copyright@

# $Log: Makefile,v $
+# Revision 1.15 2013/02/05 00:12:40 clem
+# do not remove version.mk on clean
+#
# Revision 1.14 2013/02/05 00:11:02 clem
# bump release number of bioperl
#
@@ -136,5 +139,6 @@
-a ! -name modules.build \
-a ! -name modules.ignore \
-a ! -name answerfile \
+ -a ! -name version.mk \
-a ! -name CVS -exec rm -rf {} \;
-rm -rf .gnupg




c...@rocks-127.sdsc.edu

unread,
Feb 5, 2013, 1:29:56 PM2/5/13
to rocks-clusters-de...@googlegroups.com, anoop.r...@gmail.com, greg....@gmail.com, mason...@gmail.com, philip.pa...@gmail.com, luca.c...@gmail.com
clem 13/02/05 10:29:56

Modified: src/roll/bio/src/bioperl Makefile
Log:
last fix to properly set the release number

in makefile you need to expicitly export a variable to make it visible to the
subshells

Revision Changes Path
1.16 +5 -2 rocks/src/roll/bio/src/bioperl/Makefile

Index: Makefile
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/bio/src/bioperl/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -t -w -r1.15 -r1.16
--- Makefile 5 Feb 2013 00:12:40 -0000 1.15
+++ Makefile 5 Feb 2013 18:29:56 -0000 1.16
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 2013/02/05 00:12:40 clem Exp $
+# $Id: Makefile,v 1.16 2013/02/05 18:29:56 clem Exp $

# @Copyright@
#
@@ -55,6 +55,12 @@
# @Copyright@

# $Log: Makefile,v $
+# Revision 1.16 2013/02/05 18:29:56 clem
+# last fix to properly set the release number
+#
+# in makefile you need to expicitly export a variable to make it visible to the
+# subshells
+#
# Revision 1.15 2013/02/05 00:12:40 clem
# do not remove version.mk on clean
#
@@ -103,7 +109,7 @@
# builded by cpan see below..
#
ifdef RELEASE
-RocksReleaseVersion = $(RELEASE)
+export RocksReleaseVersion = $(RELEASE)
endif

bootstrap:




Reply all
Reply to author
Forward
0 new messages