Ori.livneh has submitted this change and it was merged.
Change subject: asset-check: Use query hack to neither hardcode pagename nor
redirect
......................................................................
asset-check: Use query hack to neither hardcode pagename nor redirect
Change-Id: Idf052fc4cf4a7aff262fdf2795c9ccca598e3609
---
M modules/webperf/files/asset-check.py
1 file changed, 9 insertions(+), 9 deletions(-)
Approvals:
Ori.livneh: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/webperf/files/asset-check.py
b/modules/webperf/files/asset-check.py
index 41352ca..c63621f 100644
--- a/modules/webperf/files/asset-check.py
+++ b/modules/webperf/files/asset-check.py
@@ -21,15 +21,15 @@
interval = 300 # 5 minutes.
urls = (
- ('commons', 'http://commons.wikimedia.org/wiki/Main_Page'),
- ('dewiki', 'http://de.wikipedia.org/wiki/Wikipedia:Hauptseite'),
- ('enwiki', 'http://en.wikipedia.org/wiki/Main_Page'),
- ('enwiki-mobile', 'http://en.m.wikipedia.org/wiki/Main_Page'),
- ('eswiki', 'http://es.wikipedia.org/wiki/Wikipedia:Portada'),
- ('frwiki', 'http://fr.wikipedia.org/wiki/Wikipédia:Accueil_principal'),
- ('jawiki', 'http://ja.wikipedia.org/wiki/メインページ'),
- ('ruwiki', 'http://ru.wikipedia.org/wiki/Заглавная_страница'),
- ('zhwiki', 'http://zh.wikipedia.org/wiki/Wikipedia:首页'),
+ ('commons', 'http://commons.wikimedia.org/?mainpage'),
+ ('dewiki', 'http://de.wikipedia.org/?mainpage'),
+ ('enwiki', 'http://en.wikipedia.org/?mainpage'),
+ ('enwiki-mobile', 'http://en.m.wikipedia.org/?mainpage'),
+ ('eswiki', 'http://es.wikipedia.org/?mainpage'),
+ ('frwiki', 'http://fr.wikipedia.org/?mainpage'),
+ ('jawiki', 'http://ja.wikipedia.org/?mainpage'),
+ ('ruwiki', 'http://ru.wikipedia.org/?mainpage'),
+ ('zhwiki', 'http://zh.wikipedia.org/?mainpage'),
)
--
To view, visit https://gerrit.wikimedia.org/r/137239
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idf052fc4cf4a7aff262fdf2795c9ccca598e3609
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits