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

Petri Latvala petri.latvala at intel.com
Thu Apr 5 11:06:11 UTC 2018


On Wed, Apr 04, 2018 at 01:25:53PM -0700, José Roberto de Souza wrote:
> 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>

Reviewed-by: Petri Latvala <petri.latvala 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
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev


More information about the igt-dev mailing list