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])
pywikibot-commits@lists.wikimedia.org