From 395aac83ac6fa4be9e9df3363d7434b330191de0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 20 Apr 2012 15:53:36 +0000 Subject: [PATCH] Dirty hack for Debian - myproxy goes from testing which brings some dependencies. --- org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- 1.8.2.3