jenkins-bot has submitted this change and it was merged.

Change subject: Migrate Crosswatch to repong
......................................................................


Migrate Crosswatch to repong

Change-Id: If7288325be5749b19083bff09dd33fe722c5abb4
---
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, 20 insertions(+), 9 deletions(-)

Approvals:
  Nikerabbit: Looks good to me, but someone else must approve
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/REPOCONF b/REPOCONF
index d9ff470..032c7f0 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -6,7 +6,6 @@
 REPO_MWEXTGIT=https://gerrit.wikimedia.org/r/p/mediawiki/extensions
 REPO_MWSKINGIT=https://gerrit.wikimedia.org/r/p/mediawiki/skins
 
-REPO_CROSSWATCH=https://gerrit.wikimedia.org/r/labs/tools/crosswatch
 REPO_EOL=git://github.com/EOL/eol.git
 REPO_ETHERPADLITE=git://github.com/ether/etherpad-lite.git
 REPO_ETHERPADLITE_BRANCH="develop"
diff --git a/REPOCONF.commit b/REPOCONF.commit
index 93e7299..7089307 100644
--- a/REPOCONF.commit
+++ b/REPOCONF.commit
@@ -15,7 +15,6 @@
 REPO_MWSKINGIT=ssh://l10n-...@gerrit.wikimedia.org:29418/mediawiki/skins
 
 # other
-REPO_CROSSWATCH=ssh://l10n-...@gerrit.wikimedia.org:29418/labs/tools/crosswatch
 REPO_EOL=g...@github.com:EOL/eol.git
 REPO_ETHERPADLITE=g...@github.com:ether/etherpad-lite.git
 REPO_ETHERPADLITE_BRANCH="develop"
diff --git a/bin/REPONG-PROJECTS b/bin/REPONG-PROJECTS
index eec6e22..96cc12e 100644
--- a/bin/REPONG-PROJECTS
+++ b/bin/REPONG-PROJECTS
@@ -1,6 +1,7 @@
 blockly
 citationhunt
 codev
+crosswatch
 entryscape
 hivejs
 inaturalist
diff --git a/bin/repocommit b/bin/repocommit
index d821380..92cada3 100755
--- a/bin/repocommit
+++ b/bin/repocommit
@@ -73,7 +73,6 @@
 
 # TODO: Move to separate file?
 GERRITPROJECTS="\
-crosswatch \
 int-dcatap \
 pywikibot \
 wikimania"
diff --git a/bin/repoexport b/bin/repoexport
index 9e4b08e..7e90b39 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -29,11 +29,7 @@
        fi
 done
 
-if [ "$PROJECT" = "crosswatch" ]
-then
-       php "$EXPORTER" --target . --group=crosswatch --lang='*' --skip en 
$THRESHOLD
-
-elif [ "$PROJECT" = "eol" ]
+if [ "$PROJECT" = "eol" ]
 then
        php "$EXPORTER" --target . --group=out-eol* --lang='*' --skip en 
$THRESHOLD
 
diff --git a/bin/repoupdate b/bin/repoupdate
index f3e9fe1..2d55210 100755
--- a/bin/repoupdate
+++ b/bin/repoupdate
@@ -73,7 +73,6 @@
 done
 
 GITCLUPDATE_GERRIT="\
-crosswatch \
 int-dcatap \
 pywikibot \
 wikimania"
diff --git a/repoconfig.commit.json b/repoconfig.commit.json
index 6ec2328..4b7506d 100644
--- a/repoconfig.commit.json
+++ b/repoconfig.commit.json
@@ -33,6 +33,15 @@
                        }
                }
        },
+       "crosswatch": {
+               "group": "crosswatch",
+               "repos": {
+                       "crosswatch": {
+                               "type": "wmgerrit",
+                               "url": 
"ssh://l10n-...@gerrit.wikimedia.org:29418/labs/tools/crosswatch"
+                       }
+               }
+       },
        "entryscape": {
                "group": "entryscape-*",
                "repos": {
diff --git a/repoconfig.json b/repoconfig.json
index c94ef73..b5a94d3 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -33,6 +33,15 @@
                        }
                }
        },
+       "crosswatch": {
+               "group": "crosswatch",
+               "repos": {
+                       "crosswatch": {
+                               "type": "wmgerrit",
+                               "url": 
"https://gerrit.wikimedia.org/r/labs/tools/crosswatch";
+                       }
+               }
+       },
        "entryscape": {
                "group": "entryscape-*",
                "repos": {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If7288325be5749b19083bff09dd33fe722c5abb4
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: Nikerabbit <niklas.laxst...@gmail.com>
Gerrit-Reviewer: Siebrand <siebr...@kitano.nl>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to