Merlijn van Deen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/184129

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/tools/wikibugs2 
refs/changes/29/184129/1

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: newchange
Gerrit-Change-Id: Ia8f09e64d086ff6189ddcfe77b521ab44cef91a8
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/wikibugs2
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <valhall...@arctus.nl>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to