All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH 1/2] scripts: Use https URL to download piglit
@ 2018-04-04 20:25 José Roberto de Souza
  2018-04-04 20:25 ` [igt-dev] [PATCH 2/2] tests/kms_frontbuffer_tracking: Ignore FBC errors due mode is too large José Roberto de Souza
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: José Roberto de Souza @ 2018-04-04 20:25 UTC (permalink / raw)
  To: igt-dev

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@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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-04-17  8:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-04 20:25 [igt-dev] [PATCH 1/2] scripts: Use https URL to download piglit José Roberto de Souza
2018-04-04 20:25 ` [igt-dev] [PATCH 2/2] tests/kms_frontbuffer_tracking: Ignore FBC errors due mode is too large José Roberto de Souza
2018-04-05  5:37   ` Lofstedt, Marta
2018-04-16 22:37     ` Souza, Jose
2018-04-17  8:23       ` Petri Latvala
2018-04-04 20:57 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/2] scripts: Use https URL to download piglit Patchwork
2018-04-04 23:27 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-04-05 11:06 ` [igt-dev] [PATCH 1/2] " Petri Latvala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.