crowell / modpagespeed_tmp

Automatically exported from code.google.com/p/modpagespeed
Apache License 2.0
0 stars 0 forks source link

Build: access github repos over https #583

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's much more firewall friendly to access github repos over https:// and makes 
the build more streamlined in case we're behind a restrictive firewall.

Index: DEPS
===================================================================
--- DEPS    (revision 2264)
+++ DEPS    (working copy)
@@ -52,7 +52,7 @@

   # Using the official github mirror of the opencv repo because it is much
   # faster to clone than the official opencv.org repo.
-  "opencv_src": "git://github.com/Itseez/opencv.git",
+  "opencv_src": "https://github.com/Itseez/opencv.git",
   "opencv_revision": "@2.3.1",

   "jsoncpp_src": "https://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/",

Original issue reported on code.google.com by robert.munteanu on 6 Dec 2012 at 9:33

GoogleCodeExporter commented 9 years ago

Original comment by j...@google.com on 6 Dec 2012 at 3:07

GoogleCodeExporter commented 9 years ago
Fixed in r2282.

Original comment by j...@google.com on 11 Dec 2012 at 4:12