Removed the "git checkout -b experimental" command from all recipes as there's no experimental branch anymore. See issue #1437

Victor Hora
2017-05-31 17:18:28 -04:00
parent 34cff89be8
commit ad9f56792d

@@ -43,9 +43,6 @@ export MODSECURITY_INC="/opt/ModSecurity/headers/"
export MODSECURITY_LIB="/opt/ModSecurity/src/.libs/" export MODSECURITY_LIB="/opt/ModSecurity/src/.libs/"
cd /opt/ cd /opt/
git clone https://github.com/SpiderLabs/ModSecurity-nginx git clone https://github.com/SpiderLabs/ModSecurity-nginx
cd /opt/ModSecurity-nginx
git checkout -b experimental origin/experimental
cd /opt
wget http://nginx.org/download/nginx-1.9.2.tar.gz wget http://nginx.org/download/nginx-1.9.2.tar.gz
tar -xvzf nginx-1.9.2.tar.gz tar -xvzf nginx-1.9.2.tar.gz
cd /opt/nginx-1.9.2 cd /opt/nginx-1.9.2
@@ -96,9 +93,6 @@ make install
```sh ```sh
cd /opt/ cd /opt/
git clone https://github.com/SpiderLabs/ModSecurity-nginx git clone https://github.com/SpiderLabs/ModSecurity-nginx
cd /opt/ModSecurity-nginx
git checkout -b experimental origin/experimental
cd /opt
wget http://nginx.org/download/nginx-1.9.2.tar.gz wget http://nginx.org/download/nginx-1.9.2.tar.gz
tar -xvzf nginx-1.9.2.tar.gz tar -xvzf nginx-1.9.2.tar.gz
cd /opt/nginx-1.9.2 cd /opt/nginx-1.9.2
@@ -131,9 +125,6 @@ $ make install
```sh ```sh
$ cd /opt/ $ cd /opt/
$ git clone https://github.com/SpiderLabs/ModSecurity-nginx $ git clone https://github.com/SpiderLabs/ModSecurity-nginx
$ cd /opt/Modsecurity-nginx
$ git checkout -b experimental origin/experimental
$ cd /opt/
$ wget https://openresty.org/download/ngx_openresty-1.9.7.1.tar.gz $ wget https://openresty.org/download/ngx_openresty-1.9.7.1.tar.gz
$ tar -xvzf ngx_openresty-1.9.7.1.tar.gz $ tar -xvzf ngx_openresty-1.9.7.1.tar.gz
$ ./configure --add-module=/opt/ModSecurity-nginx $ ./configure --add-module=/opt/ModSecurity-nginx
@@ -233,9 +224,6 @@ make install
```sh ```sh
cd /opt/ cd /opt/
git clone https://github.com/SpiderLabs/ModSecurity-nginx git clone https://github.com/SpiderLabs/ModSecurity-nginx
cd /opt/ModSecurity-nginx
git checkout -b experimental origin/experimental
cd /opt
wget http://nginx.org/download/nginx-1.9.2.tar.gz wget http://nginx.org/download/nginx-1.9.2.tar.gz
tar -xvzf nginx-1.9.2.tar.gz tar -xvzf nginx-1.9.2.tar.gz
cd /opt/nginx-1.9.2 cd /opt/nginx-1.9.2