From: František Dvořák Date: Sat, 12 May 2012 11:42:48 +0000 (+0000) Subject: Client utils (myproxy-init, myproxy-store) in separated package 'myproxy'. X-Git-Tag: merge_torque_to_head_after~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e57bf011b7031ea4414508c94d32d2c92059fff8;p=jra1mw.git Client utils (myproxy-init, myproxy-store) in separated package 'myproxy'. --- 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 f6b032d..c33a0a9 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,8 @@ COPYPROXY=$2 egrep -i "Debian|Ubuntu" /etc/issue if [ $? = 0 ]; then INSTALLCMD="apt-get install -q --yes" - INSTALLPKGS="lintian" + # install myproxy too for client utils + INSTALLPKGS="lintian myproxy" else INSTALLCMD="yum install -q -y --nogpgcheck" INSTALLPKGS="rpmlint"