Update glslang and spirv-tools in fetch_sources.py to public versions
authorPyry Haulos <phaulos@google.com>
Tue, 16 Feb 2016 15:16:56 +0000 (17:16 +0200)
committerPyry Haulos <phaulos@google.com>
Tue, 16 Feb 2016 15:16:56 +0000 (17:16 +0200)
external/fetch_sources.py

index 40d2a6c..bcf75c4 100644 (file)
@@ -169,12 +169,12 @@ PACKAGES = [
                "libpng",
                postExtract = postExtractLibpng),
        GitRepo(
-               "git@gitlab.khronos.org:spirv/spirv-tools.git",
+               "https://github.com/KhronosGroup/SPIRV-Tools.git",
                "3e6b2dfa699b13987657298ab2a7652a0a577ca9",
                "spirv-tools"),
        GitRepo(
-               "git@gitlab.khronos.org:GLSL/glslang.git",
-               "38616fa321e6beea9816ee2fe9817f6d79cd1766",
+               "https://github.com/KhronosGroup/glslang.git",
+               "6c292d3ba78533fed7b5ec46bb93b53419cf6535",
                "glslang"),
 ]