Siebrand has uploaded a new change for review.

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


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


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/75/51175/1

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: newchange
Gerrit-Change-Id: I6203f2e150d99b56e1c96d667f3e69177c10b1f7
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to