From: František Dvořák Date: Fri, 10 Feb 2012 00:48:08 +0000 (+0000) Subject: Some repositories or packages not signed. X-Git-Tag: gridsite-core_R_1_7_17~117 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e7cefdba965ac8138c75e90e950320b9bcd047b8;p=jra1mw.git Some repositories or packages not signed. --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh b/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh index 293236f..25bec91 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh @@ -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 diff --git a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh b/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh index e393d0b..875da8c 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh @@ -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 diff --git a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh index 162405b..0639a0a 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh @@ -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