[MediaWiki-commits] [Gerrit] Use https consistently for read-only at GitHub - change (translatewiki)

2016-05-23 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Use https consistently for read-only at GitHub
..


Use https consistently for read-only at GitHub

Change-Id: Idd2e57e14284fac3688323f9694bb19c59a65fbd
---
M REPOCONF
M repoconfig.json
2 files changed, 20 insertions(+), 20 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 25b1d2e..ea5f0b8 100644
--- a/REPOCONF
+++ b/REPOCONF
@@ -6,7 +6,7 @@
 REPO_MWEXTGIT=https://gerrit.wikimedia.org/r/p/mediawiki/extensions
 REPO_MWSKINGIT=https://gerrit.wikimedia.org/r/p/mediawiki/skins
 
-REPO_EOL=git://github.com/EOL/eol.git
+REPO_EOL=https://github.com/EOL/eol.git
 REPO_FREECOL=git://git.code.sf.net/p/freecol/git
 
REPO_FUDFORUM=svn://svn.code.sf.net/p/fudforum/code/trunk/install/forum_data/thm/default/i18n
 REPO_FUEL=git://git.fedorahosted.org/fuel.git
@@ -14,23 +14,23 @@
 REPO_IHRIS=http://bazaar.launchpad.net/~intrahealth%2Binformatics
 REPO_IHRIS_BRANCH="4.2-dev"
 REPO_IHRIS_MODULES="i2ce ihris-common ihris-manage ihris-qualify ihris-train"
-REPO_INTUITION=git://github.com/Krinkle/intuition.git
+REPO_INTUITION=https://github.com/Krinkle/intuition.git
 REPO_INTDCATAP=https://gerrit.wikimedia.org/r/operations/dumps/dcat
-REPO_INTORPHANTALK=git://github.com/Krinkle/mw-tool-orphantalk.git
-REPO_INTRAUN=git://github.com/kenrick95/Raun.git
-REPO_INTREFILL=git://github.com/zhaofengli/refill.git
-REPO_JQUERY_ULS=git://github.com/wikimedia/jquery.uls.git
-REPO_KIWIX=git://github.com/kiwix/maintenance.git
-REPO_MANTIS=git://github.com/mantisbt/mantisbt.git
-REPO_MATHJAX=git://github.com/mathjax/MathJax-i18n.git
-REPO_MIFOS=git://github.com/openMF/community-app.git
-REPO_NFCRINGCONTROL=git://github.com/mclear/NFC_Ring_Control.git
+REPO_INTORPHANTALK=https://github.com/Krinkle/mw-tool-orphantalk.git
+REPO_INTRAUN=https://github.com/kenrick95/Raun.git
+REPO_INTREFILL=https://github.com/zhaofengli/refill.git
+REPO_JQUERY_ULS=https://github.com/wikimedia/jquery.uls.git
+REPO_KIWIX=https://github.com/kiwix/maintenance.git
+REPO_MANTIS=https://github.com/mantisbt/mantisbt.git
+REPO_MATHJAX=https://github.com/mathjax/MathJax-i18n.git
+REPO_MIFOS=https://github.com/openMF/community-app.git
+REPO_NFCRINGCONTROL=https://github.com/mclear/NFC_Ring_Control.git
 REPO_NOCC=https://svn.code.sf.net/p/nocc/code/trunk
 REPO_OSM=git://git.openstreetmap.org/rails.git
-REPO_POTLATCH2=git://github.com/systemed/potlatch2.git
+REPO_POTLATCH2=https://github.com/systemed/potlatch2.git
 REPO_PYWIKIBOT=https://gerrit.wikimedia.org/r/pywikibot/i18n
-REPO_VICUNA=git://github.com/yarl/vicuna.git
-REPO_WAYMARKEDTRAILSSITE=git://github.com/lonvia/waymarked-trails-site.git
-REPO_WIKIBLAME=git://github.com/FlominatorTM/wikiblame.git
-REPO_WIKIEDUDASHBOARD=git://github.com/WikiEducationFoundation/WikiEduDashboard.git
+REPO_VICUNA=https://github.com/yarl/vicuna.git
+REPO_WAYMARKEDTRAILSSITE=https://github.com/lonvia/waymarked-trails-site.git
+REPO_WIKIBLAME=https://github.com/FlominatorTM/wikiblame.git
+REPO_WIKIEDUDASHBOARD=https://github.com/WikiEducationFoundation/WikiEduDashboard.git
 REPO_WIKIMANIA=https://gerrit.wikimedia.org/r/wikimedia/wikimania-scholarships
diff --git a/repoconfig.json b/repoconfig.json
index 768297e..4e00bf0 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -7,11 +7,11 @@
"repos": {
"blockly": {
"type": "git",
-   "url": "git://github.com/google/blockly.git"
+   "url": "https://github.com/google/blockly.git;
},
"blockly-games": {
"type": "git",
-   "url": 
"git://github.com/google/blockly-games.git"
+   "url": 
"https://github.com/google/blockly-games.git;
}
}
},
@@ -106,7 +106,7 @@
"inaturalist": {
"type": "git",
"branch": "i18n",
-   "url": 
"git://github.com/inaturalist/inaturalist.git"
+   "url": 
"https://github.com/inaturalist/inaturalist.git;
}
}
},
@@ -262,7 +262,7 @@
"wikipedia-ios": {
"type": "git",
"branch": "develop",
-   "url": 
"git://github.com/wikimedia/wikipedia-ios.git"
+   "url": 
"https://github.com/wikimedia/wikipedia-ios.git;
}
}
}

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

[MediaWiki-commits] [Gerrit] Use https consistently for read-only at GitHub - change (translatewiki)

2016-05-23 Thread Siebrand (Code Review)
Siebrand has uploaded a new change for review.

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

Change subject: Use https consistently for read-only at GitHub
..

Use https consistently for read-only at GitHub

Change-Id: Idd2e57e14284fac3688323f9694bb19c59a65fbd
---
M repoconfig.json
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/84/290184/1

diff --git a/repoconfig.json b/repoconfig.json
index 0e155e4..8394fda 100644
--- a/repoconfig.json
+++ b/repoconfig.json
@@ -7,11 +7,11 @@
"repos": {
"blockly": {
"type": "git",
-   "url": "git://github.com/google/blockly.git"
+   "url": "https://github.com/google/blockly.git;
},
"blockly-games": {
"type": "git",
-   "url": 
"git://github.com/google/blockly-games.git"
+   "url": 
"https://github.com/google/blockly-games.git;
}
}
},
@@ -96,7 +96,7 @@
"inaturalist": {
"type": "git",
"branch": "i18n",
-   "url": 
"git://github.com/inaturalist/inaturalist.git"
+   "url": 
"https://github.com/inaturalist/inaturalist.git;
}
}
},
@@ -252,7 +252,7 @@
"wikipedia-ios": {
"type": "git",
"branch": "develop",
-   "url": 
"git://github.com/wikimedia/wikipedia-ios.git"
+   "url": 
"https://github.com/wikimedia/wikipedia-ios.git;
}
}
}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd2e57e14284fac3688323f9694bb19c59a65fbd
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand 

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