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, 6.0 has been updated
via aee74c6767136b8ca88adc2a526fece31e6b836e (commit)
from 0f37dc682a5f83bc6dc953a7032d048846060364 (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 aee74c6767136b8ca88adc2a526fece31e6b836e
Author: Roland Mas <[email protected]>
Date: Wed Apr 8 08:32:39 2015 +0200
Use $HOST variable instead of forgetting its value
diff --git a/tests/buildbot/common-functions b/tests/buildbot/common-functions
index f82d9f1..e4d91e6 100644
--- a/tests/buildbot/common-functions
+++ b/tests/buildbot/common-functions
@@ -45,7 +45,6 @@ prepare_workspace()
setup_epel_repo()
{
if [ -z "$HOST" ] ; then echo "HOST undefined" ;exit 1; fi
-HOST=$1
# EPEL REPO
if [ ! -z "$EPEL_REPO" ] ; then
echo "Installing specific EPEL REPO $EPEL_REPO"
@@ -79,7 +78,6 @@ fi
setup_epel_testing_repo()
{
if [ -z "$HOST" ] ; then echo "HOST undefined" ;exit 1; fi
-HOST=$1
# EPEL Testing REPO
echo "Installing EPEL Testing REPO"
ssh root@$HOST "cat > /etc/yum.repos.d/epel-testing.repo" <<-EOF
-----------------------------------------------------------------------
Summary of changes:
tests/buildbot/common-functions | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits