From e7cefdba965ac8138c75e90e950320b9bcd047b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 10 Feb 2012 00:48:08 +0000 Subject: [PATCH] Some repositories or packages not signed. --- org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh | 2 +- org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh | 2 +- org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.8.2.3