[Autotest][PATCH 2/2] contrib: Repairg bug in autotest install script.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch corrects creation of directory for autotest git.

Signed-off-by: Jiří Župka <jzupka@xxxxxxxxxx>
---
 contrib/install-autotest-server.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/install-autotest-server.sh b/contrib/install-autotest-server.sh
index ec0f5d9..317649c 100755
--- a/contrib/install-autotest-server.sh
+++ b/contrib/install-autotest-server.sh
@@ -173,7 +173,7 @@ fi
 
 install_packages() {
 PACKAGES_UTILITY=(unzip wget)
-PACAKGES_WEBSERVER=(httpd mod_python Django)
+PACAKGES_WEBSERVER=(httpd mod_wsgi Django)
 PACKAGES_MYSQL=(mysql-server MySQL-python)
 PACKAGES_DEVELOPMENT=(git java-1.6.0-openjdk-devel)
 PACKAGES_PYTHON_LIBS=(python-imaging python-crypto python-paramiko python-httplib2 numpy python-matplotlib python-atfork)
@@ -233,7 +233,7 @@ then
 $ATPASSWD" | passwd --stdin autotest >> $LOG
 fi
 
-mkdir -p /usr/local
+mkdir -p $ATHOME
 if [ ! -e $ATHOME/.git/config ]
 then
     print_log "INFO" "Cloning autotest repo in $ATHOME"
-- 
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux