[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 1ae94fa52f0156ac787c9441d395de1d790b6f7c

Roland Mas lolando at fusionforge.org
Mon Dec 15 11:23:55 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  1ae94fa52f0156ac787c9441d395de1d790b6f7c (commit)
      from  086190a38441abe1583d6f72a093036952bd3f8c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1ae94fa52f0156ac787c9441d395de1d790b6f7c
Author: Roland Mas <lolando at debian.org>
Date:   Mon Dec 15 11:23:50 2014 +0100

    Install EPEL for CentOS 5 too

diff --git a/tests/scripts/fusionforge-build-and-test-rpm.sh b/tests/scripts/fusionforge-build-and-test-rpm.sh
index baacd8a..791c947 100755
--- a/tests/scripts/fusionforge-build-and-test-rpm.sh
+++ b/tests/scripts/fusionforge-build-and-test-rpm.sh
@@ -44,9 +44,11 @@ gpgcheck = 0
 EOF
 
 setup_dag_repo $@
-if [ $VM = centos6 ] ; then
-    setup_epel_repo $@
-fi
+case $VM in
+    centos5|centos6)
+	setup_epel_repo $@
+	;;
+esac
 
 ssh root@$HOST "yum install -y rsync"
 
diff --git a/tests/scripts/fusionforge-build-and-test-src-cos.sh b/tests/scripts/fusionforge-build-and-test-src-cos.sh
index 62e0647..d9487a1 100755
--- a/tests/scripts/fusionforge-build-and-test-src-cos.sh
+++ b/tests/scripts/fusionforge-build-and-test-src-cos.sh
@@ -30,9 +30,11 @@ $(dirname $0)/start_vm $HOST
 #make -f Makefile.rh BUILDRESULT=$WORKSPACE/build/packages src
 
 setup_dag_repo $@
-if [ $VM = centos6 ] ; then
-    setup_epel_repo $@
-fi
+case $VM in
+    centos5|centos6)
+	setup_epel_repo $@
+	;;
+esac
 
 ssh root@$HOST "yum install -y rsync"
 

-----------------------------------------------------------------------

Summary of changes:
 tests/scripts/fusionforge-build-and-test-rpm.sh     |    8 +++++---
 tests/scripts/fusionforge-build-and-test-src-cos.sh |    8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list