Krinkle has uploaded a new change for review.

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

Change subject: [WIP] Move orphantalk messages from a separate git repository
......................................................................

[WIP] Move orphantalk messages from a separate git repository

This will be the first of several.

Change-Id: I0b1da0b091e6ed7a891ac46db97fa184abdd7c98
---
M REPOCONF
M TranslateSettings.php
M bin/EXTERNAL-PROJECTS
M bin/repocommit
M bin/repocreate
M bin/repoexport
M bin/repoupdate
7 files changed, 12 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/93/237193/1

diff --git a/REPOCONF b/REPOCONF
index 2e4a53c..098875b 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -23,6 +23,7 @@
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_INATURALIST=git://github.com/inaturalist/inaturalist.git
 REPO_INTUITION=git://github.com/Krinkle/intuition.git
+REPO_INT_ORPHANTALK=git://github.com/Krinkle/mw-tool-orphantalk.git
 REPO_JQUERY_ULS=git://github.com/wikimedia/jquery.uls.git
 REPO_KIWIX=git://git.code.sf.net/p/kiwix/maintenance
 REPO_MANTIS=git://github.com/mantisbt/mantisbt.git
diff --git a/TranslateSettings.php b/TranslateSettings.php
index d3c269f..d0d6ce6 100644
--- a/TranslateSettings.php
+++ b/TranslateSettings.php
@@ -138,6 +138,8 @@
        $foo = new PremadeIntuitionTextdomains( $def, $path );
        $foo->register( $list, $deps, $autoload );
 
+       # XXX: $wgTranslateGroupFiles = $GROUPS/Intuition/orphantalk.yaml
+
        return true;
 }
 
diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index 2a74a65..16e7c2e 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -11,6 +11,7 @@
 huggle
 inaturalist
 intuition
+int-orphantalk
 jquery.uls
 kiwix
 mantis
diff --git a/bin/repocommit b/bin/repocommit
index 7d98bb1..dfcc1a4 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -45,6 +45,7 @@
 fuel \
 huggle \
 intuition \
+int-orphantalk \
 jquery.uls \
 kiwix \
 mantis \
diff --git a/bin/repocreate b/bin/repocreate
index 6c9f700..b072773 100755
--- a/bin/repocreate
+++ b/bin/repocreate
@@ -96,6 +96,11 @@
        checkVar 'REPO_INTUITION'
        git clone "$REPO_INTUITION" $PROJECT
 
+elif [ "$PROJECT" = "int-orphantalk" ]
+then
+       checkVar 'REPO_INT_ORPHANTALK'
+       git clone "$REPO_INT_ORPHANTALK" $PROJECT
+
 elif [ "$PROJECT" = "jquery.uls" ]
 then
        checkVar 'REPO_JQUERY_ULS'
diff --git a/bin/repoexport b/bin/repoexport
index a29a74a..971af94 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -74,6 +74,7 @@
 
 elif [ "$PROJECT" = "intuition" ]
 then
+       # XXX: Need separate handling for int-orphantalk?
        php "$EXPORTER" --target . --group=tsint* --lang='*' --skip 
"$SKIPLANGS" $HOURS
 
 elif [ "$PROJECT" = "jquery.uls" ]
diff --git a/bin/repoupdate b/bin/repoupdate
index 72e092b..4c5c7ad 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -54,6 +54,7 @@
 fuel \
 huggle \
 intuition \
+int-orphantalk \
 jquery.uls \
 kiwix \
 mathjax

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0b1da0b091e6ed7a891ac46db97fa184abdd7c98
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Krinkle <krinklem...@gmail.com>

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

Reply via email to