Dzahn has submitted this change and it was merged.

Change subject: Use meta.wikimedia.org/api/rest_v1 instead of parsoid-lb in the 
sysadmin table script
......................................................................


Use meta.wikimedia.org/api/rest_v1 instead of parsoid-lb in the sysadmin table 
script

Change-Id: I67809d57ec412d6eac30ba094fabe79cd48f3b2f
---
M modules/admin/files/GenSysadminTable.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/admin/files/GenSysadminTable.py 
b/modules/admin/files/GenSysadminTable.py
index b310933..df4099a 100644
--- a/modules/admin/files/GenSysadminTable.py
+++ b/modules/admin/files/GenSysadminTable.py
@@ -12,8 +12,8 @@
 except:
     import urllib2 as urllib
 
-parsoidUrl = "http://parsoid-lb.eqiad.wikimedia.org"; + \
-             "/metawiki/System_administrators"
+parsoidUrl = "https://meta.wikimedia.org/api/rest_v1"; + \
+             "/page/html/System_administrators"
 bs = BeautifulSoup(urllib.urlopen(parsoidUrl).read())
 oldUserData = {}
 for table in bs.find_all('table')[:-2]:

-- 
To view, visit https://gerrit.wikimedia.org/r/231890
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I67809d57ec412d6eac30ba094fabe79cd48f3b2f
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to