Siebrand has uploaded a new change for review.

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

Change subject: Remove exception for iHRIS from bexportall
......................................................................

Remove exception for iHRIS from bexportall

Change-Id: I9a3320ee523521a7e77efd63d633bc9aebae0a11
---
M bin/bexportall
1 file changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/45/164945/1

diff --git a/bin/bexportall b/bin/bexportall
index 91c69dd..0dfc71c 100755
--- a/bin/bexportall
+++ b/bin/bexportall
@@ -10,14 +10,6 @@
        exit;
 fi
 
-# Export all iHRIS groups
-if [ $1 = 'ihris' ]; then
-       echo "Exporting all iHRIS groups in languages over 35%..."
-       php $SCRIPTPATH/export.php --target=$EXPORTPATH/ --lang='*' 
--skip=en,qqq --threshold=35 --ppgettext=/resources/projects --group=out-ihris*
-       echo "Done."
-       exit;
-fi
-
 if [ -z $2 ]; then
        php export.php --target=$EXPORTPATH --skip=en --group=$1 --lang='*'
 else

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a3320ee523521a7e77efd63d633bc9aebae0a11
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@kitano.nl>

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

Reply via email to