From: František Dvořák Date: Fri, 27 Apr 2012 16:10:17 +0000 (+0000) Subject: Don't hesitate with installation. X-Git-Tag: merge_torque_to_head_after~32 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=333728486f7d0c4a50abe1ef3c43ad6e970ee182;p=jra1mw.git Don't hesitate with installation. --- 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 951a19d..fc66735 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh @@ -27,7 +27,7 @@ if [ $? = 0 ]; then # XXX: remove that hack after myproxy is in Debian stable #INSTALLPKGS="lintian" INSTALLPKGS=" -aptitude -t testing install lintian" +aptitude -t testing -y install lintian" else INSTALLCMD="yum install -q -y --nogpgcheck" INSTALLPKGS="rpmlint"