[igt-dev] [PATCH 1/2] scripts: Use https URL to download piglit

José Roberto de Souza jose.souza at intel.com
Wed Apr 4 20:25:53 UTC 2018


This makes life easier for users behind network proxies. A simple
'export https_proxy=<proxy url>' will make this works, today user
needs to do a more complicated setup in ssh/git with proxy
information.

Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
---
 scripts/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index fe153934..4209dd8c 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -49,7 +49,7 @@ fi
 IGT_TEST_ROOT="`readlink -f ${IGT_TEST_ROOT}`"
 
 function download_piglit {
-	git clone git://anongit.freedesktop.org/piglit "$ROOT/piglit"
+	git clone https://anongit.freedesktop.org/git/piglit.git "$ROOT/piglit"
 }
 
 function run_piglit # as-root <args>
-- 
2.16.3



More information about the igt-dev mailing list