From: Pyry Haulos Date: Tue, 16 Feb 2016 15:16:56 +0000 (+0200) Subject: Update glslang and spirv-tools in fetch_sources.py to public versions X-Git-Tag: upstream/0.1.0~812^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90fa5a2e9b388df79b5e3e13ce31d70a3f882e1b;p=platform%2Fupstream%2FVK-GL-CTS.git Update glslang and spirv-tools in fetch_sources.py to public versions --- diff --git a/external/fetch_sources.py b/external/fetch_sources.py index 40d2a6c..bcf75c4 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -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"), ]