jenkins-bot has submitted this change and it was merged.

Change subject: Move taxonomy to Phabricator/Projects
......................................................................


Move taxonomy to Phabricator/Projects

Bug: T85096
Change-Id: Ia8f09e64d086ff6189ddcfe77b521ab44cef91a8
---
M taxonomy.py
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/taxonomy.py b/taxonomy.py
index c944b0b..51dd6e5 100644
--- a/taxonomy.py
+++ b/taxonomy.py
@@ -90,6 +90,6 @@
     user=conf.get('MEDIAWIKI_USER')
 )
 site.login(password=conf.get('MEDIAWIKI_PASS'))
-page = pywikibot.Page(site, 'Phabricator/Projects/Test')
+page = pywikibot.Page(site, 'Phabricator/Projects')
 page.text = wikipage
 page.save(comment='Updating project taxonomy', botflag=False)

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia8f09e64d086ff6189ddcfe77b521ab44cef91a8
Gerrit-PatchSet: 2
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to