Nikerabbit has uploaded a new change for review. https://gerrit.wikimedia.org/r/124049
Change subject: Fix MediaWiki export path ...................................................................... Fix MediaWiki export path Change-Id: I655bfd04bba0135d2b628130662d4d8a92828c41 --- M bin/repoexport 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/translatewiki refs/changes/49/124049/1 diff --git a/bin/repoexport b/bin/repoexport index 5bb32d0..5d5c906 100755 --- a/bin/repoexport +++ b/bin/repoexport @@ -85,8 +85,8 @@ elif [ "$PROJECT" = "mediawiki" ] then - php "$EXPORTER" --target mediawiki/master/languages/messages --group 'core' --lang '*' --skip "$SKIPLANGS" --threshold 18 $HOURS & - php "$EXPORTER" --target mediawiki/master/languages/messages --group 'core' --lang "$FORCELANGS" $HOURS & + php "$EXPORTER" --target . --group 'core' --lang '*' --skip "$SKIPLANGS" --threshold 18 $HOURS & + php "$EXPORTER" --target . --group 'core' --lang "$FORCELANGS" $HOURS & php "$EXPORTER" --target . --group 'ext-installer' --lang '*' --skip "$SKIPLANGS" $HOURS & wait -- To view, visit https://gerrit.wikimedia.org/r/124049 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I655bfd04bba0135d2b628130662d4d8a92828c41 Gerrit-PatchSet: 1 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits