From 6e084b1fe989e6beeb999bf010049187635fb463 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 8 Feb 2013 09:18:49 +0000 Subject: [PATCH] Don't check gpg on Debian (to test from testing repositories). --- org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh | 2 +- org.glite.testsuites.ctb/PX/tests/px-voms-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 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 e18d164..ec5bcb2 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh @@ -24,7 +24,7 @@ COPYPROXY=$2 egrep -i "Debian|Ubuntu" /etc/issue if [ $? = 0 ]; then - INSTALLCMD="apt-get install -q --yes" + INSTALLCMD="aptitude install -y --allow-untrusted" INSTALLPKGS="lintian" else INSTALLCMD="yum install -q -y --nogpgcheck" diff --git a/org.glite.testsuites.ctb/PX/tests/px-voms-install.sh b/org.glite.testsuites.ctb/PX/tests/px-voms-install.sh index 9b1fd38..97a5434 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-voms-install.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-voms-install.sh @@ -44,7 +44,7 @@ done egrep -i "Debian|Ubuntu" /etc/issue if [ $? = 0 ]; then - INSTALLCMD="apt-get install -q --yes" + INSTALLCMD="aptitude install -y --allow-untrusted" INSTALLPKGS="" else INSTALLCMD="yum install -q -y --nogpgcheck" -- 1.8.2.3