[Fusionforge-commits] FusionForge branch Branch_5_3 updated. d8468f7d0a1b2f070345ed0bb6a6147b7688b23f

Roland Mas lolando at fusionforge.org
Mon Dec 15 12:19:48 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  d8468f7d0a1b2f070345ed0bb6a6147b7688b23f (commit)
      from  27c472decb2bed4bbc87511c2262d6ff46beaa3f (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 d8468f7d0a1b2f070345ed0bb6a6147b7688b23f
Author: Roland Mas <lolando at debian.org>
Date:   Mon Dec 15 12:19:39 2014 +0100

    Fixed yum invocation

diff --git a/tests/scripts/fusionforge-build-and-test-src-cos.sh b/tests/scripts/fusionforge-build-and-test-src-cos.sh
index 5eb0109..d070d8b 100755
--- a/tests/scripts/fusionforge-build-and-test-src-cos.sh
+++ b/tests/scripts/fusionforge-build-and-test-src-cos.sh
@@ -41,7 +41,7 @@ esac
 
 case $VM in
     centos5)
-	ssh root@$HOST "yum -y wget"
+	ssh root@$HOST "yum -y install wget"
 	wget https://phar.phpunit.de/phpunit.phar
 	chmod +x phpunit.phar
 	mv phpunit.phar /usr/local/bin/phpunit

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

Summary of changes:
 tests/scripts/fusionforge-build-and-test-src-cos.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list