On 06/07/2012 08:54 AM, Jiří Župka wrote: > The patch corrects creation of directory for autotest git. > > Signed-off-by: Jiří Župka<[email protected]> > --- > 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)
^ Typo there in PACAKGES, but it looks like someone else had introduced it, perhaps you can take the opportunity to fix it :) > 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" _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
