From 55ef94321c48cf888e43500079c56c785d321cf1 Mon Sep 17 00:00:00 2001 From: Robert Fielding Date: Fri, 19 Jul 2013 12:19:22 -0400 Subject: [PATCH 1/2] Update README.md git firewall port is blocked in some environments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8161466a76e..555c485ec55 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Servo cannot be built in-tree; you must create a directory in which to run configure and make and place the build artifacts. ``` sh -git clone git://github.com/mozilla/servo.git +git clone https://github.com/mozilla/servo.git cd servo mkdir -p build && cd build ../configure From 933fe75151ab746a1e8f4f0a0c04595188b1cf01 Mon Sep 17 00:00:00 2001 From: Robert Fielding Date: Fri, 19 Jul 2013 12:28:52 -0400 Subject: [PATCH 2/2] Update .gitmodules https already works, but git doesnt work behind some firewalls --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 035e5c4961c..e95e06940ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -87,13 +87,13 @@ url = https://github.com/mozilla/rust.git [submodule "src/support/alert/rust-alert"] path = src/support/alert/rust-alert - url = git://github.com/mozilla-servo/rust-alert.git + url = https://github.com/mozilla-servo/rust-alert.git [submodule "src/support/nss/nss"] path = src/support/nss/nss - url = git://github.com/mozilla-servo/nss.git + url = https://github.com/mozilla-servo/nss.git [submodule "src/support/nss/nspr"] path = src/support/nss/nspr - url = git://github.com/mozilla-servo/nspr.git + url = https://github.com/mozilla-servo/nspr.git [submodule "src/support/glfw/glfw"] path = src/support/glfw/glfw url = https://github.com/mozilla-servo/glfw.git