From faade7a5ca58ef68ff04d77b407acb00734bb8f2 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sat, 24 Jun 2017 11:18:53 +0200 Subject: [PATCH] Remove Generator Runtime Message from TravisCI build - Not Needed --- travisCI/modify-globalblacklist.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/travisCI/modify-globalblacklist.sh b/travisCI/modify-globalblacklist.sh index c2b5e2b46..fa92eef6d 100755 --- a/travisCI/modify-globalblacklist.sh +++ b/travisCI/modify-globalblacklist.sh @@ -4,7 +4,7 @@ # Copyright: Mitchell Krog - https://github.com/mitchellkrogza # Start time of script generation -start=$(date +%s.%N) +#start=$(date +%s.%N) versionyear=$(date +%Y) versionmonth=$(date +%m) MY_GIT_TAG=V3.$versionyear.$versionmonth.$TRAVIS_BUILD_NUMBER @@ -29,8 +29,8 @@ IFS=$'\n' now="$(date)" end=$(date +%s.%N) echo $_startmarker >> $_tmpnginxA -runtime=$(python -c "print(${end} - ${start})") -printf "###################################################\n### Version: "$MY_GIT_TAG"\n### Updated: "$now"\n### Generated In: "$runtime" seconds\n### Bad Referrer Count: "$BAD_REFERRERS"\n### Bad Bot Count: "$BAD_BOTS"\n###################################################\n" >> $_tmpnginxA +#runtime=$(python -c "print(${end} - ${start})") +printf "###################################################\n### Version: "$MY_GIT_TAG"\n### Updated: "$now"\n### Bad Referrer Count: "$BAD_REFERRERS"\n### Bad Bot Count: "$BAD_BOTS"\n###################################################\n" >> $_tmpnginxA echo $_endmarker >> $_tmpnginxA IFS=$LASTUPDATEIFS mv $_tmpnginxA $_inputdbA @@ -56,8 +56,8 @@ IFS=$'\n' now="$(date)" end=$(date +%s.%N) echo $_startmarker >> $_tmpnginxB -runtime=$(python -c "print(${end} - ${start})") -printf "###################################################\n### Version: "$MY_GIT_TAG"\n### Updated: "$now"\n### Generated In: "$runtime" seconds\n### Bad Referrer Count: "$BAD_REFERRERS"\n### Bad Bot Count: "$BAD_BOTS"\n###################################################\n" >> $_tmpnginxB +#runtime=$(python -c "print(${end} - ${start})") +printf "###################################################\n### Version: "$MY_GIT_TAG"\n### Updated: "$now"\n### Bad Referrer Count: "$BAD_REFERRERS"\n### Bad Bot Count: "$BAD_BOTS"\n###################################################\n" >> $_tmpnginxB echo $_endmarker >> $_tmpnginxB IFS=$LASTUPDATE2IFS mv $_tmpnginxB $_inputdbA