Dirty hack for Debian - myproxy goes from testing which brings some dependencies.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 20 Apr 2012 15:53:36 +0000 (15:53 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 20 Apr 2012 15:53:36 +0000 (15:53 +0000)
org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh

index 0b4809f..951a19d 100755 (executable)
@@ -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"