mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
auto merge of #603 : rfielding/servo/master, r=metajack
git port is blocked behind firewalls, use one clone protocol everywhere.
This commit is contained in:
commit
2995ecc5a3
2 changed files with 4 additions and 4 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -87,13 +87,13 @@
|
||||||
url = https://github.com/mozilla/rust.git
|
url = https://github.com/mozilla/rust.git
|
||||||
[submodule "src/support/alert/rust-alert"]
|
[submodule "src/support/alert/rust-alert"]
|
||||||
path = 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"]
|
[submodule "src/support/nss/nss"]
|
||||||
path = 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"]
|
[submodule "src/support/nss/nspr"]
|
||||||
path = 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"]
|
[submodule "src/support/glfw/glfw"]
|
||||||
path = src/support/glfw/glfw
|
path = src/support/glfw/glfw
|
||||||
url = https://github.com/mozilla-servo/glfw.git
|
url = https://github.com/mozilla-servo/glfw.git
|
||||||
|
|
|
@ -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.
|
configure and make and place the build artifacts.
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
git clone git://github.com/mozilla/servo.git
|
git clone https://github.com/mozilla/servo.git
|
||||||
cd servo
|
cd servo
|
||||||
mkdir -p build && cd build
|
mkdir -p build && cd build
|
||||||
../configure
|
../configure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue