Siebrand has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334324 )

Change subject: MIgrate mifos to repong
......................................................................

MIgrate mifos to repong

Change-Id: I942f01e1cc81c3785fdb4b87755f71c84614dd4b
---
M REPOCONF
M REPOCONF.commit
M bin/REPONG-PROJECTS
M bin/repocommit
M bin/repoexport
M bin/repoupdate
M repoconfig.commit.json
M repoconfig.json
8 files changed, 23 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/24/334324/1

diff --git a/REPOCONF b/REPOCONF
index 62d34b5..eea7c66 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -10,7 +10,6 @@
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_INTREFILL=https://github.com/zhaofengli/refill.git
 REPO_MATHJAX=https://github.com/mathjax/MathJax-i18n.git
-REPO_MIFOS=https://github.com/openMF/community-app.git
 REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=git://git.openstreetmap.org/rails.git
 REPO_POTLATCH2=https://github.com/systemed/potlatch2.git
diff --git a/REPOCONF.commit b/REPOCONF.commit
index bfd39ef..92bf5f4 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -19,7 +19,6 @@
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
 REPO_INTREFILL=g...@github.com:zhaofengli/refill.git
 REPO_MATHJAX=g...@github.com:mathjax/MathJax-i18n.git
-REPO_MIFOS=g...@github.com:openMF/community-app.git
 REPO_NOCC=svn+ssh://${THISUSER}@svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=ssh://translatew...@git.openstreetmap.org/var/lib/git/rails.git
 REPO_POTLATCH2=g...@github.com:systemed/potlatch2.git
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index fb8b2eb..c2ae948 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -24,6 +24,7 @@
 lib.reviews
 mantis
 mediawiki
+mifos
 mwgerrit
 mwgithub
 nfcring-control
diff --git a/bin/repocommit b/bin/repocommit
index 2299ddb..22dac25 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -96,10 +96,6 @@
                "$DIRSCRIPT/merge-wmgerrit-patches" "mediawiki/skins/$i"
        done
 
-elif [ "$PROJECT" = "mifos" ]
-then
-    gitCommit "$DIR/$PROJECT" develop
-
 elif [ "$PROJECT" = "nocc" ]
 then
        cd "$DIR/$PROJECT"
diff --git a/bin/repoexport b/bin/repoexport
index 586b64d..6cd8a5a 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -67,11 +67,6 @@
 
        echo $PREFIXES | xargs -n1 -P4 ${DIRSCRIPT}/export-by-prefix $DIR 
$PROJECT .
 
-elif [ "$PROJECT" = "mifos" ]
-then
-       php "$EXPORTER" --target . --group='out-mifos' --lang='*' --skip en,qqq 
--threshold 20
-       php "$EXPORTER" --target . --group='out-mifos' --lang qqq
-
 elif [ "$PROJECT" = "nocc" ]
 then
        php "$EXPORTER" --target . --group=out-nocc-* --lang='*' --skip en,qqq 
$THRESHOLD
diff --git a/bin/repoupdate b/bin/repoupdate
index eeb6703..ad0b233 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -77,10 +77,6 @@
        for MODULE in $REPO_IHRIS_MODULES
        do ( cd "$MODULE" && bzr pull -q ) done
 
-elif [ "$PROJECT" = "mifos" ]
-then
-       doUpdate "$PROJECT" "$CLUPDATE" develop
-
 elif [ "$PROJECT" = "mediawiki-extensions" ]
 then
        checkVar 'REPO_MWEXTGIT'
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 2604342..e7a0413 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -274,6 +274,17 @@
                        }
                }
        },
+       "mifos": {
+               "group": "mifos",
+               "export-threshold": 20,
+               "repos": {
+                       "etherpad-lite": {
+                               "type": "github",
+                               "branch": "develop",
+                               "url": 
"https://github.com/openMF/community-app.git";
+                       }
+               }
+       },
        "nfcring-control": {
                "group": "nfcring-control",
                "repos": {
diff --git a/repoconfig.json b/repoconfig.json
index 8cf8e45..359540f 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -269,6 +269,17 @@
                        }
                }
        },
+       "mifos": {
+               "group": "mifos",
+               "export-threshold": 20,
+               "repos": {
+                       "etherpad-lite": {
+                               "type": "github",
+                               "branch": "develop",
+                               "url": 
"g...@github.com:openMF/community-app.git"
+                       }
+               }
+       },
        "nfcring-control": {
                "group": "nfcring-control",
                "repos": {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I942f01e1cc81c3785fdb4b87755f71c84614dd4b
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