Some repositories or packages not signed.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 10 Feb 2012 00:48:08 +0000 (00:48 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 10 Feb 2012 00:48:08 +0000 (00:48 +0000)
org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh
org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh
org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh

index 293236f..25bec91 100755 (executable)
@@ -26,7 +26,7 @@ egrep -i "Debian|Ubuntu" /etc/issue
 if [ \$? = 0 ]; then
        INSTALLCMD="apt-get install -q --yes"
 else
-       INSTALLCMD="yum install -q -y"
+       INSTALLCMD="yum install -q -y --nogpgcheck"
 fi
 
 cat << EndArrangeScript > arrange_lb_test_root.sh 
index e393d0b..875da8c 100755 (executable)
@@ -25,7 +25,7 @@ egrep -i "Debian|Ubuntu" /etc/issue
 if [ \$? = 0 ]; then
         INSTALLCMD="apt-get install -q --yes"
 else
-        INSTALLCMD="yum install -q -y"
+        INSTALLCMD="yum install -q -y --nogpgcheck"
 fi
 
 cat << EndArrangeScript > arrange_px_test_root.sh 
index 162405b..0639a0a 100755 (executable)
@@ -34,7 +34,7 @@ egrep -i "Debian|Ubuntu" /etc/issue
 if [ \$? = 0 ]; then 
         INSTALLCMD="apt-get install -q --yes"
 else
-        INSTALLCMD="yum install -q -y"
+        INSTALLCMD="yum install -q -y --nogpgcheck"
 fi
 
 cat << EndArrangeScript > arrange_gridsite_test_root.sh