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

Change subject: Do not backport Scots Gaelic to 1.19 and 1.20
......................................................................


Do not backport Scots Gaelic to 1.19 and 1.20

This must be done because the plural forms are not backwards compatible.

Change-Id: I6203f2e150d99b56e1c96d667f3e69177c10b1f7
---
M bin/repoexport
1 file changed, 6 insertions(+), 2 deletions(-)

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



diff --git a/bin/repoexport b/bin/repoexport
index f4a002c..f1661cb 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -71,10 +71,14 @@
        php "$EXPORTER" --target . --group 'ext-installer' --lang '*' --skip 
"$SKIPLANGS" $HOURS &
 
        if [ -d "mediawiki/REL1_20/" ]
-       then php "$EXPORTER" --target mediawiki/REL1_20/languages/messages 
--group 'core-1.20' --lang '*' --skip "$SKIPLANGS" --threshold 18 &
+       then
+               # Also skip "gd" because plurals are not compatible pre 1.21.
+               php "$EXPORTER" --target mediawiki/REL1_20/languages/messages 
--group 'core-1.20' --lang '*' --skip "gd, $SKIPLANGS" --threshold 18 &
        fi
        if [ -d "mediawiki/REL1_19/" ]
-       then php "$EXPORTER" --target mediawiki/REL1_19/languages/messages 
--group 'core-1.19' --lang '*' --skip "$SKIPLANGS" --threshold 18 &
+       then
+               # Also skip "gd" because plurals are not compatible pre 1.21.
+               php "$EXPORTER" --target mediawiki/REL1_19/languages/messages 
--group 'core-1.19' --lang '*' --skip "gd, $SKIPLANGS" --threshold 18 &
        fi
        wait
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6203f2e150d99b56e1c96d667f3e69177c10b1f7
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@wikimedia.org>
Gerrit-Reviewer: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to