jenkins-bot merged this change.

View Change

Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
[bugfix] Remove several sites from wikipedia closed_wikis list

Remove advisory, quality, strategy, usability from closed_wikis list;
they where never part of the wikipedia family (wikipedia.org) but
hat their own site in wikimedia.org domain.

Change-Id: Iba75ef3cfa9c63ecaa6cb142325c75748d4eaa9d
---
M pywikibot/families/wikipedia_family.py
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pywikibot/families/wikipedia_family.py b/pywikibot/families/wikipedia_family.py
index a20e19a..536a434 100644
--- a/pywikibot/families/wikipedia_family.py
+++ b/pywikibot/families/wikipedia_family.py
@@ -18,13 +18,14 @@
name = 'wikipedia'

closed_wikis = [
- # See https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist # noqa
- 'aa', 'advisory', 'cho', 'ho', 'hz', 'ii', 'kj', 'kr', 'mh', 'mus',
- 'ng', 'quality', 'strategy', 'ten', 'usability'
+ # See:
+ # https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist
+ 'aa', 'cho', 'ho', 'hz', 'ii', 'kj', 'kr', 'mh', 'mus', 'ng', 'ten',
]

removed_wikis = [
- # See https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist # noqa
+ # See:
+ # https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist
'dk', 'ru-sib', 'tlh', 'tokipona', 'zh_cn', 'zh_tw',
]


To view, visit change 517169. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iba75ef3cfa9c63ecaa6cb142325c75748d4eaa9d
Gerrit-Change-Number: 517169
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: jenkins-bot (75)