From 2d8d711df455bf5cc5a7c7ba08c98867df3f33ef Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 16 Jan 2017 12:57:11 +0100 Subject: Use relative URLs for git submodules. Also flatten the git repository namespace, so that we can host a complete mirror of all repositories and submodules on github. --- .gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 13da2e4a..86e59dcd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,27 +1,27 @@ [submodule "thirdparty/jbig2dec"] path = thirdparty/jbig2dec - url = git://git.ghostscript.com/jbig2dec.git + url = ../jbig2dec.git [submodule "thirdparty/mujs"] path = thirdparty/mujs - url = git://git.ghostscript.com/mujs.git + url = ../mujs.git [submodule "thirdparty/freetype"] path = thirdparty/freetype - url = git://git.ghostscript.com/thirdparty/freetype.git + url = ../thirdparty-freetype2.git [submodule "thirdparty/harfbuzz"] path = thirdparty/harfbuzz - url = git://git.ghostscript.com/thirdparty/harfbuzz.git + url = ../thirdparty-harfbuzz.git [submodule "thirdparty/jpeg"] path = thirdparty/jpeg - url = git://git.ghostscript.com/thirdparty/jpeg.git + url = ../thirdparty-libjpeg.git [submodule "thirdparty/openjpeg"] path = thirdparty/openjpeg - url = git://git.ghostscript.com/thirdparty/openjpeg.git + url = ../thirdparty-openjpeg.git [submodule "thirdparty/zlib"] path = thirdparty/zlib - url = git://git.ghostscript.com/thirdparty/zlib.git + url = ../thirdparty-zlib.git [submodule "thirdparty/glfw"] path = thirdparty/glfw - url = git://git.ghostscript.com/thirdparty/glfw.git + url = ../thirdparty-glfw.git [submodule "thirdparty/curl"] path = thirdparty/curl - url = git://git.ghostscript.com/thirdparty/curl.git + url = ../thirdparty-curl.git -- cgit v1.2.3