Merge pull request #2886 from SimonSapin/org-rename

Use new submodule URLs after GitHub orginazation rename.
This commit is contained in:
Simon Sapin 2014-07-22 11:19:15 +01:00
commit 88da562a46

82
.gitmodules vendored
View file

@ -1,129 +1,129 @@
[submodule "src/support/azure/rust-azure"] [submodule "src/support/azure/rust-azure"]
path = src/support/azure/rust-azure path = src/support/azure/rust-azure
url = https://github.com/mozilla-servo/rust-azure.git url = https://github.com/servo/rust-azure.git
[submodule "src/platform/macos/rust-cocoa"] [submodule "src/platform/macos/rust-cocoa"]
path = src/platform/macos/rust-cocoa path = src/platform/macos/rust-cocoa
url = https://github.com/mozilla-servo/rust-cocoa.git url = https://github.com/servo/rust-cocoa.git
[submodule "src/support/spidermonkey/mozjs"] [submodule "src/support/spidermonkey/mozjs"]
path = src/support/spidermonkey/mozjs path = src/support/spidermonkey/mozjs
url = https://github.com/mozilla-servo/mozjs.git url = https://github.com/servo/mozjs.git
[submodule "src/support/spidermonkey/rust-mozjs"] [submodule "src/support/spidermonkey/rust-mozjs"]
path = src/support/spidermonkey/rust-mozjs path = src/support/spidermonkey/rust-mozjs
url = https://github.com/mozilla-servo/rust-mozjs.git url = https://github.com/servo/rust-mozjs.git
[submodule "src/support/harfbuzz/rust-harfbuzz"] [submodule "src/support/harfbuzz/rust-harfbuzz"]
path = src/support/harfbuzz/rust-harfbuzz path = src/support/harfbuzz/rust-harfbuzz
url = https://github.com/mozilla-servo/rust-harfbuzz.git url = https://github.com/servo/rust-harfbuzz.git
[submodule "src/support/stb-image/rust-stb-image"] [submodule "src/support/stb-image/rust-stb-image"]
path = src/support/stb-image/rust-stb-image path = src/support/stb-image/rust-stb-image
url = https://github.com/mozilla-servo/rust-stb-image.git url = https://github.com/servo/rust-stb-image.git
[submodule "src/support/geom/rust-geom"] [submodule "src/support/geom/rust-geom"]
path = src/support/geom/rust-geom path = src/support/geom/rust-geom
url = https://github.com/mozilla-servo/rust-geom.git url = https://github.com/servo/rust-geom.git
[submodule "src/support/opengles/rust-opengles"] [submodule "src/support/opengles/rust-opengles"]
path = src/support/opengles/rust-opengles path = src/support/opengles/rust-opengles
url = https://github.com/mozilla-servo/rust-opengles.git url = https://github.com/servo/rust-opengles.git
[submodule "src/support/layers/rust-layers"] [submodule "src/support/layers/rust-layers"]
path = src/support/layers/rust-layers path = src/support/layers/rust-layers
url = https://github.com/mozilla-servo/rust-layers.git url = https://github.com/servo/rust-layers.git
[submodule "src/support/http-client/rust-http-client"] [submodule "src/support/http-client/rust-http-client"]
path = src/support/http-client/rust-http-client path = src/support/http-client/rust-http-client
url = https://github.com/mozilla-servo/rust-http-client.git url = https://github.com/servo/rust-http-client.git
[submodule "src/support/hubbub/libhubbub"] [submodule "src/support/hubbub/libhubbub"]
path = src/support/hubbub/libhubbub path = src/support/hubbub/libhubbub
url = https://github.com/mozilla-servo/libhubbub.git url = https://github.com/servo/libhubbub.git
[submodule "src/support/libparserutils/libparserutils"] [submodule "src/support/libparserutils/libparserutils"]
path = src/support/libparserutils/libparserutils path = src/support/libparserutils/libparserutils
url = https://github.com/mozilla-servo/libparserutils.git url = https://github.com/servo/libparserutils.git
[submodule "src/support/hubbub/rust-hubbub"] [submodule "src/support/hubbub/rust-hubbub"]
path = src/support/hubbub/rust-hubbub path = src/support/hubbub/rust-hubbub
url = https://github.com/mozilla-servo/rust-hubbub.git url = https://github.com/servo/rust-hubbub.git
[submodule "src/platform/macos/rust-core-foundation"] [submodule "src/platform/macos/rust-core-foundation"]
path = src/platform/macos/rust-core-foundation path = src/platform/macos/rust-core-foundation
url = https://github.com/mozilla-servo/rust-core-foundation.git url = https://github.com/servo/rust-core-foundation.git
[submodule "src/platform/macos/rust-io-surface"] [submodule "src/platform/macos/rust-io-surface"]
path = src/platform/macos/rust-io-surface path = src/platform/macos/rust-io-surface
url = https://github.com/mozilla-servo/rust-io-surface.git url = https://github.com/servo/rust-io-surface.git
[submodule "src/support/sharegl/sharegl"] [submodule "src/support/sharegl/sharegl"]
path = src/support/sharegl/sharegl path = src/support/sharegl/sharegl
url = https://github.com/mozilla-servo/sharegl.git url = https://github.com/servo/sharegl.git
[submodule "src/platform/macos/rust-core-graphics"] [submodule "src/platform/macos/rust-core-graphics"]
path = src/platform/macos/rust-core-graphics path = src/platform/macos/rust-core-graphics
url = https://github.com/mozilla-servo/rust-core-graphics.git url = https://github.com/servo/rust-core-graphics.git
[submodule "src/platform/macos/rust-core-text"] [submodule "src/platform/macos/rust-core-text"]
path = src/platform/macos/rust-core-text path = src/platform/macos/rust-core-text
url = https://github.com/mozilla-servo/rust-core-text.git url = https://github.com/servo/rust-core-text.git
[submodule "src/platform/linux/rust-freetype"] [submodule "src/platform/linux/rust-freetype"]
path = src/platform/linux/rust-freetype path = src/platform/linux/rust-freetype
url = https://github.com/mozilla-servo/rust-freetype.git url = https://github.com/servo/rust-freetype.git
[submodule "src/platform/linux/rust-fontconfig"] [submodule "src/platform/linux/rust-fontconfig"]
path = src/platform/linux/rust-fontconfig path = src/platform/linux/rust-fontconfig
url = https://github.com/mozilla-servo/rust-fontconfig.git url = https://github.com/servo/rust-fontconfig.git
[submodule "src/platform/linux/rust-xlib"] [submodule "src/platform/linux/rust-xlib"]
path = src/platform/linux/rust-xlib path = src/platform/linux/rust-xlib
url = https://github.com/mozilla-servo/rust-xlib.git url = https://github.com/servo/rust-xlib.git
[submodule "src/platform/linux/fontconfig"] [submodule "src/platform/linux/fontconfig"]
path = src/platform/linux/fontconfig path = src/platform/linux/fontconfig
url = https://github.com/mozilla-servo/fontconfig.git url = https://github.com/servo/fontconfig.git
ignore = dirty ignore = dirty
[submodule "src/support/skia/skia"] [submodule "src/support/skia/skia"]
path = src/support/skia/skia path = src/support/skia/skia
url = https://github.com/mozilla-servo/skia.git url = https://github.com/servo/skia.git
[submodule "src/compiler/rust"] [submodule "src/compiler/rust"]
path = src/compiler/rust path = src/compiler/rust
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 = https://github.com/mozilla-servo/rust-alert.git url = https://github.com/servo/rust-alert.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/servo/glfw.git
[submodule "src/support/glfw/glfw-rs"] [submodule "src/support/glfw/glfw-rs"]
path = src/support/glfw/glfw-rs path = src/support/glfw/glfw-rs
url = https://github.com/mozilla-servo/glfw-rs.git url = https://github.com/servo/glfw-rs.git
[submodule "src/support/css/rust-cssparser"] [submodule "src/support/css/rust-cssparser"]
path = src/support/css/rust-cssparser path = src/support/css/rust-cssparser
url = https://github.com/mozilla-servo/rust-cssparser.git url = https://github.com/servo/rust-cssparser.git
[submodule "src/support/png/rust-png"] [submodule "src/support/png/rust-png"]
path = src/support/png/rust-png path = src/support/png/rust-png
url = https://github.com/mozilla-servo/rust-png.git url = https://github.com/servo/rust-png.git
[submodule "src/support/png/libpng"] [submodule "src/support/png/libpng"]
path = src/support/png/libpng path = src/support/png/libpng
url = https://github.com/mozilla-servo/libpng.git url = https://github.com/servo/libpng.git
[submodule "src/platform/android/fontconfig"] [submodule "src/platform/android/fontconfig"]
path = src/platform/android/fontconfig path = src/platform/android/fontconfig
url = https://github.com/mozilla-servo/fontconfig.git url = https://github.com/servo/fontconfig.git
[submodule "src/platform/android/libexpat"] [submodule "src/platform/android/libexpat"]
path = src/platform/android/libexpat path = src/platform/android/libexpat
url = https://github.com/mozilla-servo/libexpat.git url = https://github.com/servo/libexpat.git
ignore = dirty ignore = dirty
[submodule "src/platform/android/libfreetype2"] [submodule "src/platform/android/libfreetype2"]
path = src/platform/android/libfreetype2 path = src/platform/android/libfreetype2
url = https://github.com/mozilla-servo/libfreetype2.git url = https://github.com/servo/libfreetype2.git
[submodule "src/support/glut/rust-glut"] [submodule "src/support/glut/rust-glut"]
path = src/support/glut/rust-glut path = src/support/glut/rust-glut
url = https://github.com/mozilla-servo/rust-glut.git url = https://github.com/servo/rust-glut.git
[submodule "src/support/http/rust-http"] [submodule "src/support/http/rust-http"]
path = src/support/http/rust-http path = src/support/http/rust-http
url = https://github.com/mozilla-servo/rust-http url = https://github.com/servo/rust-http
[submodule "src/support/encoding/rust-encoding"] [submodule "src/support/encoding/rust-encoding"]
path = src/support/encoding/rust-encoding path = src/support/encoding/rust-encoding
url = https://github.com/mozilla-servo/rust-encoding.git url = https://github.com/servo/rust-encoding.git
branch = rust-servo branch = rust-servo
[submodule "src/support/egl/rust-egl"] [submodule "src/support/egl/rust-egl"]
path = src/support/egl/rust-egl path = src/support/egl/rust-egl
url = https://github.com/mozilla-servo/rust-egl.git url = https://github.com/servo/rust-egl.git
[submodule "src/platform/android/servo-android-glue"] [submodule "src/platform/android/servo-android-glue"]
path = src/platform/android/servo-android-glue path = src/platform/android/servo-android-glue
url = https://github.com/mozilla-servo/servo-android-glue.git url = https://github.com/servo/servo-android-glue.git
[submodule "src/test/wpt/web-platform-tests"] [submodule "src/test/wpt/web-platform-tests"]
path = src/test/wpt/web-platform-tests path = src/test/wpt/web-platform-tests
url = https://github.com/mozilla-servo/web-platform-tests.git url = https://github.com/servo/web-platform-tests.git
[submodule "src/support/phf/rust-phf"] [submodule "src/support/phf/rust-phf"]
path = src/support/phf/rust-phf path = src/support/phf/rust-phf
url = https://github.com/mozilla-servo/rust-phf.git url = https://github.com/servo/rust-phf.git
[submodule "src/support/stringcache/string-cache"] [submodule "src/support/stringcache/string-cache"]
path = src/support/stringcache/string-cache path = src/support/stringcache/string-cache
url = https://github.com/mozilla-servo/string-cache.git url = https://github.com/servo/string-cache.git
[submodule "src/support/url/rust-url"] [submodule "src/support/url/rust-url"]
path = src/support/url/rust-url path = src/support/url/rust-url
url = https://github.com/mozilla-servo/rust-url.git url = https://github.com/servo/rust-url.git