Dr0ptp4kt has uploaded a new change for review. https://gerrit.wikimedia.org/r/79019
Change subject: Stop errors.txt in PhantomJS job from including GOANYWHERE lines. ...................................................................... Stop errors.txt in PhantomJS job from including GOANYWHERE lines. Change-Id: Ib1aea7c1e4964ade639f099d8df70958cef9c3b0 --- M maintenance/phantom/job.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ZeroRatedMobileAccess refs/changes/19/79019/1 diff --git a/maintenance/phantom/job.sh b/maintenance/phantom/job.sh index 591bad9..4f36287 100755 --- a/maintenance/phantom/job.sh +++ b/maintenance/phantom/job.sh @@ -130,7 +130,7 @@ echo "ERRORS (INSPECT!)" > errors.txt echo "=================" >> errors.txt echo "" >> errors.txt -grep -v 'OKAY URL ' fullreport.txt | grep -v 'OKAY SUBRESOURCE ' | grep -v ' found hyperlink ' | grep -v ' loaded subresource ' | grep -v 'QUEUED URL ' | grep -v 'DOWNLOADING URL ' | grep -v 'SAVED FILE ' | grep -v 'Starting\.\.\.' | grep -v 'CREATED DIRECTORY ' | grep -v 'CONFIGURATION IDENTIFIED ' | grep -v 'LOADED MAIN CONFIGURATION PAGE AT ' | grep -v 'DOWNLOADED CONFIGURATION ' | grep -v 'COMMENT FOR ' | grep -v '\.\.\.Exiting\.\.\.' | grep -v 'Loaded homepage from ' | grep -v 'Top level URL ' | grep -v 'UNSAFE URL ' | grep -v 'UNSAFE SUBRESOURCE ' | grep -v 'BAD ZERO RESOURCELOAD WHEN ' | grep -v 'WMLRECORD' >> errors.txt +grep -v 'OKAY URL ' fullreport.txt | grep -v 'OKAY SUBRESOURCE ' | grep -v ' found hyperlink ' | grep -v ' loaded subresource ' | grep -v 'QUEUED URL ' | grep -v 'DOWNLOADING URL ' | grep -v 'SAVED FILE ' | grep -v 'Starting\.\.\.' | grep -v 'CREATED DIRECTORY ' | grep -v 'CONFIGURATION IDENTIFIED ' | grep -v 'LOADED MAIN CONFIGURATION PAGE AT ' | grep -v 'DOWNLOADED CONFIGURATION ' | grep -v 'COMMENT FOR ' | grep -v '\.\.\.Exiting\.\.\.' | grep -v 'Loaded homepage from ' | grep -v 'Top level URL ' | grep -v 'UNSAFE URL ' | grep -v 'UNSAFE SUBRESOURCE ' | grep -v 'BAD ZERO RESOURCELOAD WHEN ' | grep -v 'WMLRECORD' | grep -v 'GOANYWHERE LINK VISITED' >> errors.txt ERRORREPORTS="badlinks-scheme-base.txt badlinks-domain-base.txt badsubresources-scheme-base.txt badsubresources-domain-base.txt badlinks-scheme-cachebusted-n-random.txt badlinks-domain-cachebusted-n-random.txt badsubresources-scheme-cachebusted-n-random.txt badsubresources-domain-cachebusted-n-random.txt errors.txt badzeroresourceload.txt badspidered.txt wmlbad.txt" -- To view, visit https://gerrit.wikimedia.org/r/79019 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib1aea7c1e4964ade639f099d8df70958cef9c3b0 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/ZeroRatedMobileAccess Gerrit-Branch: master Gerrit-Owner: Dr0ptp4kt <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
