From: František Dvořák Date: Fri, 20 Apr 2012 15:53:36 +0000 (+0000) Subject: Dirty hack for Debian - myproxy goes from testing which brings some dependencies. X-Git-Tag: glite-px-proxyrenewal_R_1_3_25_5~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=395aac83ac6fa4be9e9df3363d7434b330191de0;p=jra1mw.git Dirty hack for Debian - myproxy goes from testing which brings some dependencies. --- 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 0b4809f..951a19d 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh @@ -24,7 +24,10 @@ COPYPROXY=$2 egrep -i "Debian|Ubuntu" /etc/issue if [ $? = 0 ]; then INSTALLCMD="apt-get install -q --yes" - INSTALLPKGS="lintian" + # XXX: remove that hack after myproxy is in Debian stable + #INSTALLPKGS="lintian" + INSTALLPKGS=" +aptitude -t testing install lintian" else INSTALLCMD="yum install -q -y --nogpgcheck" INSTALLPKGS="rpmlint"