From: František Dvořák Date: Fri, 8 Feb 2013 09:18:49 +0000 (+0000) Subject: Don't check gpg on Debian (to test from testing repositories). X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=6e084b1fe989e6beeb999bf010049187635fb463;p=jra1mw.git Don't check gpg on Debian (to test from testing repositories). --- 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"