From: Zdeněk Šustr Date: Fri, 24 Feb 2012 09:20:51 +0000 (+0000) Subject: Detect vomses and install if necessary X-Git-Tag: gridsite-core_R_1_7_17~34 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=cd77874a53c917f7b269228832dc923da92fc972;p=jra1mw.git Detect vomses and install if necessary --- diff --git a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh index 78bc22e..150e053 100755 --- a/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh +++ b/org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh @@ -87,6 +87,13 @@ else fi fi +if [ ! -d /etc/vomses ]; then + if [ ! -f ./px-voms-install.sh ]; then + wget -O px-voms-install.sh http://jra1mw.cvs.cern.ch/cgi-bin/jra1mw.cgi/org.glite.testsuites.ctb/PX/tests/px-voms-install.sh?view=co + fi + source ./px-voms-install.sh -u root +fi + cd ~/ mkdir GridSite_testing cd GridSite_testing