From 6983359fc10a33be0c393da0f43d2762d0bc8061 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 4 May 2012 02:18:38 -0500 Subject: Configured HTTPD to host RPMs and test results. --- scripts/httpd-configure.sh | 11 ++++++++++- scripts/tet-run.sh | 4 +--- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/httpd-configure.sh b/scripts/httpd-configure.sh index b7e4744..0cd5731 100755 --- a/scripts/httpd-configure.sh +++ b/scripts/httpd-configure.sh @@ -1,7 +1,16 @@ #!/bin/sh -x cat > /etc/httpd/conf.d/tet.conf << EOF -Alias /tet/ "/root/CS/tet/" +Alias /pki/repo/ "/root/CS/repo/" + + + Options Indexes MultiViews FollowSymLinks + AllowOverride None + Order allow,deny + Allow from all + + +Alias /pki/test/ "/root/CS/tet/" Options Indexes MultiViews FollowSymLinks diff --git a/scripts/tet-run.sh b/scripts/tet-run.sh index c618a69..6d6b8e5 100755 --- a/scripts/tet-run.sh +++ b/scripts/tet-run.sh @@ -4,6 +4,4 @@ SRC_DIR=`cd ../.. ; pwd` TET_DIR=$SRC_DIR/tet cd $TET_DIR -mkdir -p results - -testframework/utils/tet_shared/launch.sh $TET_DIR/testframework 2>&1 | tee results/tet.log +testframework/utils/tet_shared/launch.sh $TET_DIR 2>&1 | tee tet.log -- cgit