BBlack has submitted this change and it was merged. Change subject: Use https://config-master.wm.o for rolematcher T132459 ......................................................................
Use https://config-master.wm.o for rolematcher T132459 Change-Id: Iba8e6919d0b45b57ce238097b1d5cdcddbe69cca --- M files/misc/rolematcher.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: BBlack: Verified; Looks good to me, approved diff --git a/files/misc/rolematcher.py b/files/misc/rolematcher.py index 583c134..7f00f6d 100644 --- a/files/misc/rolematcher.py +++ b/files/misc/rolematcher.py @@ -22,7 +22,7 @@ numbers = re.compile('([0-9]+)') -base_url = 'http://config-master.wikimedia.org/pybal' +base_url = 'https://config-master.wikimedia.org/pybal' dcs = { 'eqiad': ['apaches', 'api', 'bits', 'https', 'mobile', 'rendering', 'text', 'upload'], 'esams': ['bits', 'https', 'text', 'upload'], -- To view, visit https://gerrit.wikimedia.org/r/283089 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iba8e6919d0b45b57ce238097b1d5cdcddbe69cca Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BBlack <[email protected]> Gerrit-Reviewer: BBlack <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
