Debian updates (although we probably don't have mod_ssl on Debian).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 10 Apr 2012 21:46:04 +0000 (21:46 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 10 Apr 2012 21:46:04 +0000 (21:46 +0000)
org.glite.testsuites.ctb/gridsite/tests/gridsite-autonomous-test.sh
org.glite.testsuites.ctb/gridsite/tests/gridsite-common-testbeds.sh

index 44eb0ad..a60d536 100755 (executable)
@@ -40,7 +40,7 @@ EndHelpHeader
 STARTTIME=`date +%s`
 
 egrep -i "Debian|Ubuntu" /etc/issue
-if [ \$? = 0 ]; then
+if [ $? = 0 ]; then
         INSTALLCMD="apt-get install -q --yes"
         INSTALLPKGS="lintian"
        UPGRADECMD="apt-get upgrade"
index 6a2b17b..22e456e 100755 (executable)
@@ -24,10 +24,10 @@ COPYPROXY=$2
 egrep -i "Debian|Ubuntu" /etc/issue
 if [ \$? = 0 ]; then 
         INSTALLCMD="apt-get install -q --yes"
-       INSTALLPKGS="lintian"
+       INSTALLPKGS="lintian apache2-mpm-prefork netcat-traditional libapache2-mod-ssl"
 else
         INSTALLCMD="yum install -q -y --nogpgcheck"
-       INSTALLPKGS="rpmlint"
+       INSTALLPKGS="rpmlint httpd nc mod_ssl"
 fi
 
 cat << EndArrangeScript > arrange_gridsite_test_root.sh 
@@ -43,7 +43,7 @@ echo "Output format:    \$OUTPUT_OPT "
 
 export GSTSTCOLS
 
-${INSTALLCMD} voms-clients httpd mod_ssl curl wget nc lsof $INSTALLPKGS
+${INSTALLCMD} voms-clients curl wget lsof $INSTALLPKGS
 
 HTTPD_CONFDIR=/tmp
 for dir in /etc/httpd /etc/apache /etc/apache2; do