From: František Dvořák Date: Tue, 11 Dec 2012 15:56:43 +0000 (+0000) Subject: Don't check gpg on Debian too. X-Git-Tag: merge_32_head_take_5_dst~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5a51b331692f6fb05f305d6ed7ed29fe35faa3b4;p=jra1mw.git Don't check gpg on Debian too. --- 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 86b14ee..45eeb1b 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh @@ -23,7 +23,7 @@ COPYPROXY=$2 egrep -i "Debian|Ubuntu" /etc/issue if [ $? = 0 ]; then - INSTALLCMD="apt-get install -q --yes" + INSTALLCMD="aptitude install -y --allow-untrusted" # install myproxy too for client utils INSTALLPKGS="lintian myproxy" else