The patch corrects creation of directory for autotest git. Signed-off-by: Jiří Župka <jzu...@redhat.com> --- 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 _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest