Skip to content

Commit

Permalink
confirmed that we work with 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed May 11, 2011
1 parent 5dd1f1a commit 13faacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README
Expand Up @@ -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)
Expand Down
10 changes: 0 additions & 10 deletions util/build.sh
Expand Up @@ -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
Expand Down

0 comments on commit 13faacd

Please sign in to comment.