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

Change subject: Update: auto-sync Wikipedia Android and iOS apps
......................................................................

Update: auto-sync Wikipedia Android and iOS apps

• Automatically sync Wikipedia Android and iOS apps

• Change iOS push branch from "develop" to "twn"

• Change Android repo back from Phabricator to Gerrit for sync
  compatibility

• Don't auto +2 merge Android patches

Change-Id: I5a76295d887d427c3a260139aa4c31e2cbe53700
---
M bin/EXTERNAL-PROJECTS
M bin/nike-export-all
M bin/repocommit
M repoconfig.commit.json
M repoconfig.json
5 files changed, 11 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/92/328292/1

diff --git a/bin/EXTERNAL-PROJECTS b/bin/EXTERNAL-PROJECTS
index b2b58da..4bdd657 100644
--- a/bin/EXTERNAL-PROJECTS
+++ b/bin/EXTERNAL-PROJECTS
@@ -45,3 +45,5 @@
 wikiedudashboard
 wikimania
 wikimedia-portals
+wikipedia-android
+wikipedia-ios
diff --git a/bin/nike-export-all b/bin/nike-export-all
index ccb945d..dff76fb 100755
--- a/bin/nike-export-all
+++ b/bin/nike-export-all
@@ -52,6 +52,8 @@
 wikiedudashboard
 wikimania
 wikimedia-portals
+wikipedia-android
+wikipedia-ios
 "
 
 for i in $PROJECTS; do
diff --git a/bin/repocommit b/bin/repocommit
index 56ae14a..8eac274 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -106,6 +106,10 @@
                gitCommitGerrit "$DIR/$PROJECT/$BRANCH"
        done
 
+elif [ "$PROJECT" = "wikipedia-android" ]
+then
+       gitCommitGerrit "$DIR/$PROJECT"
+
 elif [ "$PROJECT" = "mediawiki-extensions" ]
 then
        for i in `ls "$DIR/$PROJECT/extensions"`
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 7f4e858..dc26fe4 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -420,7 +420,7 @@
                "repos": {
                        "wikipedia-ios": {
                                "type": "git",
-                               "branch": "develop",
+                               "branch": "twn",
                                "url": 
"[email protected]:wikimedia/wikipedia-ios.git"
                        }
                }
diff --git a/repoconfig.json b/repoconfig.json
index 4c3283c..0d77762 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -387,8 +387,8 @@
                "group": "out-wikimedia-mobile-wikipedia-android-*",
                "repos": {
                        "wikipedia-android": {
-                               "type": "git",
-                               "url": 
"https://phabricator.wikimedia.org/diffusion/APAW";
+                               "type": "wmgerrit",
+                               "url": 
"https://gerrit.wikimedia.org/r/apps/android/wikipedia";
                        }
                }
        },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a76295d887d427c3a260139aa4c31e2cbe53700
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: Sniedzielski <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to