Don't check gpg on Debian (to test from testing repositories).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 8 Feb 2013 09:18:49 +0000 (09:18 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 15 Feb 2013 21:59:46 +0000 (22:59 +0100)
org.glite.testsuites.ctb/LB/tests/lb-common-testbeds.sh
org.glite.testsuites.ctb/PX/tests/px-voms-install.sh

index e18d164..ec5bcb2 100755 (executable)
@@ -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"
index 9b1fd38..97a5434 100755 (executable)
@@ -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"