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

Change subject: Remove broken wikis from battlestarwiki family
......................................................................


Remove broken wikis from battlestarwiki family

Moving these languages from langs to interwiki_removals will
cause anyone using Pywikibot to remove any interlanguage links
to these languages when they appear on English and German
Battlestarwiki.  However as these sites have been down for a
while, and their User:Interwiki_Bot hasnt been active for many years,
and there are no bot edits in the last month on the English site.

Bug: T103470
Change-Id: Icd54ef6bda2544fb0134a0e7e8267c6ada45cc1c
---
M pywikibot/families/battlestarwiki_family.py
1 file changed, 3 insertions(+), 1 deletion(-)

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

Objections:
  John Vandenberg: There's a problem with this change, please improve



diff --git a/pywikibot/families/battlestarwiki_family.py 
b/pywikibot/families/battlestarwiki_family.py
index 954dfe3..549c085 100644
--- a/pywikibot/families/battlestarwiki_family.py
+++ b/pywikibot/families/battlestarwiki_family.py
@@ -15,7 +15,9 @@
 
     name = 'battlestarwiki'
 
-    languages_by_size = ['en', 'de', 'fr', 'zh', 'es', 'ms', 'tr', 'simple']
+    languages_by_size = ['en', 'de']
+
+    interwiki_removals = ['fr', 'zh', 'es', 'ms', 'tr', 'simple']
 
     langs = dict([(lang, '%s.battlestarwiki.org' % lang)
                   for lang in languages_by_size])

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icd54ef6bda2544fb0134a0e7e8267c6ada45cc1c
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to