Update glslang reference to Rev32 in gitlab
authorPyry Haulos <phaulos@google.com>
Mon, 28 Sep 2015 22:03:08 +0000 (15:03 -0700)
committerPyry Haulos <phaulos@google.com>
Fri, 9 Oct 2015 17:22:43 +0000 (10:22 -0700)
Change-Id: I9fb3fc9ba00d3f6a27f90a7a6561a5df7e7c865c

external/fetch_sources.py

index 259a0d6..6e3fd94 100644 (file)
@@ -147,7 +147,7 @@ class GitRepo (Source):
 
                pushWorkingDir(fullDstPath)
                try:
-                       execute(["git", "fetch", self.url])
+                       execute(["git", "fetch", self.url, "+refs/heads/*:refs/remotes/origin/*"])
                        execute(["git", "checkout", self.revision])
                finally:
                        popWorkingDir()
@@ -173,8 +173,8 @@ PACKAGES = [
                "eac78e60d02c1315ae2f56866fb291dd6c606107",
                "spirv-tools"),
        GitRepo(
-               "https://github.com/KhronosGroup/glslang",
-               "ee21fc9081de8b54f5d1199325598c71eead1ef6",
+               "git@gitlab.khronos.org:GLSL/glslang.git",
+               "c833e3fa03ed2bcdbc3cca12e748cfef30996a5e",
                "glslang"),
 ]