From 13faacda4bfb7611b4c657256a5c782f8af51723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Wed, 11 May 2011 18:49:09 +0800 Subject: [PATCH] confirmed that we work with 1.0.2. --- README | 2 ++ util/build.sh | 10 ---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README b/README index 8a0d07b..95ba75c 100644 --- a/README +++ b/README @@ -208,6 +208,8 @@ Installation Compatibility The following versions of Nginx should work with this module: + * 1.0.x (last tested: 1.0.2) + * 0.9.x (last tested: 0.9.4) * 0.8.x (last tested: 0.8.54) diff --git a/util/build.sh b/util/build.sh index b75534a..e43abf9 100755 --- a/util/build.sh +++ b/util/build.sh @@ -28,16 +28,6 @@ if [ ! -s "nginx-$version.tar.gz" ]; then tar -xzvf nginx-$version.tar.gz || exit 1 fi -if [ ! -s "nginx-$version.tar.gz" ]; then - if [ -f ~/work/nginx-$version.tar.gz ]; then - cp ~/work/nginx-$version.tar.gz ./ || exit 1 - else - wget "http://sysoev.ru/nginx/nginx-$version.tar.gz" -O nginx-$version.tar.gz || exit 1 - fi - - tar -xzvf nginx-$version.tar.gz || exit 1 -fi - #tar -xzvf nginx-$version.tar.gz || exit 1 #cp $root/../no-pool-nginx/nginx-$version-no_pool.patch ./ || exit 1 #patch -p0 < nginx-$version-no_pool.patch || exit 1