mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 19:50:17 +00:00
Re-Gen Test
- Fixed some formatting in install scripts
This commit is contained in:
parent
16d9d9c481
commit
815a4c23d4
3 changed files with 2 additions and 16 deletions
|
@ -190,7 +190,7 @@ sudo service nginx reload
|
||||||
# Make sure we test latest generated globalblacklist.conf
|
# Make sure we test latest generated globalblacklist.conf
|
||||||
# *******************************************************
|
# *******************************************************
|
||||||
|
|
||||||
printf '\n%s\n%s\n%s\n\n' "####################################################" "Copy latest generated globalblacklist.conf file to test for errors" "####################################################"
|
printf '\n%s\n%s\n%s\n\n' "##############################################################################" "Copy latest generated globalblacklist.conf file to test for any compile errors" "##############################################################################"
|
||||||
sudo cp $TRAVIS_BUILD_DIR/conf.d/globalblacklist.conf /etc/nginx/conf.d/globalblacklist.conf
|
sudo cp $TRAVIS_BUILD_DIR/conf.d/globalblacklist.conf /etc/nginx/conf.d/globalblacklist.conf
|
||||||
|
|
||||||
# *********************
|
# *********************
|
||||||
|
|
|
@ -223,7 +223,7 @@ sudo service nginx reload
|
||||||
# Make sure we test latest generated globalblacklist.conf
|
# Make sure we test latest generated globalblacklist.conf
|
||||||
# *******************************************************
|
# *******************************************************
|
||||||
|
|
||||||
printf '\n%s\n%s\n%s\n\n' "####################################################" "Copy latest generated globalblacklist.conf file to test for errors" "####################################################"
|
printf '\n%s\n%s\n%s\n\n' "##############################################################################" "Copy latest generated globalblacklist.conf file to test for any compile errors" "##############################################################################"
|
||||||
sudo cp $TRAVIS_BUILD_DIR/conf.d/globalblacklist.conf /usr/local/nginx/conf.d/globalblacklist.conf
|
sudo cp $TRAVIS_BUILD_DIR/conf.d/globalblacklist.conf /usr/local/nginx/conf.d/globalblacklist.conf
|
||||||
|
|
||||||
# *********************
|
# *********************
|
||||||
|
|
|
@ -61,20 +61,6 @@ git config --global push.default simple
|
||||||
|
|
||||||
git checkout master
|
git checkout master
|
||||||
|
|
||||||
# ***************************************************
|
|
||||||
# Modify our files with build and version information
|
|
||||||
# ***************************************************
|
|
||||||
|
|
||||||
# Now Moved to an earlier phase of the build
|
|
||||||
|
|
||||||
#php ./.dev-tools/generate-regex-format-referrers.php
|
|
||||||
#sudo $TRAVIS_BUILD_DIR/.dev-tools/generate-blacklist.sh
|
|
||||||
#sudo $TRAVIS_BUILD_DIR/.dev-tools/modify-config-readme-files.sh
|
|
||||||
#sudo $TRAVIS_BUILD_DIR/.dev-tools/prepare-robots-input.sh
|
|
||||||
#sudo $TRAVIS_BUILD_DIR/.dev-tools/generate-robots.sh
|
|
||||||
#sudo $TRAVIS_BUILD_DIR/.dev-tools/generate-google-disavow.sh
|
|
||||||
#php ./.dev-tools/generate-google-exclude.php
|
|
||||||
|
|
||||||
# ***************************************************************
|
# ***************************************************************
|
||||||
# Gzip Our Latest Release So We can Include it the Travis Release
|
# Gzip Our Latest Release So We can Include it the Travis Release
|
||||||
# ***************************************************************
|
# ***************************************************************
|
||||||
|
|
Loading…
Add table
Reference in a new issue