Siebrand has uploaded a new change for review.

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


Change subject: Add export project "wikia-quick"
......................................................................

Add export project "wikia-quick"

Change-Id: Ic9a33b9f065fed578b1104c2120929f91e70110c
---
M bin/repoexport
1 file changed, 32 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/47/51647/1

diff --git a/bin/repoexport b/bin/repoexport
index f4a002c..8df35b9 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -199,6 +199,38 @@
        php "$EXPORTER" --target . --group=wikia-z* --lang '*' --skip en &
        wait
 
+elif [ "$PROJECT" = "wikia-quick" ]
+then
+       php "$EXPORTER" --target . --group=wikia-a* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-b* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-c* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-d* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-e* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-f* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-g* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-h* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-i* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-j* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-k* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-l* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-m* --lang '*' --skip en &
+       wait
+       echo "repoexport: Wikia part 2"
+       php "$EXPORTER" --target . --group=wikia-n* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-o* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-p* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-q* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-r* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-s* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-t* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-u* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-v* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-w* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-x* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-y* --lang '*' --skip en &
+       php "$EXPORTER" --target . --group=wikia-z* --lang '*' --skip en &
+       wait
+
 elif [ "$PROJECT" = "wikiblame" ]
 then
        php "$EXPORTER" --target . --group=out-wikiblame --lang '*' --skip en 
--threshold 1

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9a33b9f065fed578b1104c2120929f91e70110c
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@wikimedia.org>

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

Reply via email to