From 569fca13bb753c08509fc8a38d6967f8aa709438 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Mon, 3 May 2021 21:01:02 +0200 Subject: [PATCH] .gitlab-ci.yml: Rewrite git://git.libre-riscv.org URLs to https://git.libre-soc.org/ git.libre-soc.org supports git over HTTPS, so let's use it. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de5914ac..aa1716a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,17 +62,17 @@ build: - python setup.py develop - popd - - git clone --depth 1 git://git.libre-riscv.org/nmutil.git nmutil + - git clone --depth 1 https://git.libre-soc.org/git/nmutil.git nmutil - pushd nmutil - python setup.py develop - popd - - git clone --depth 1 git://git.libre-riscv.org/nmigen-soc.git nmigen-soc + - git clone --depth 1 https://git.libre-soc.org/git/nmigen-soc.git nmigen-soc - pushd nmigen-soc - python setup.py develop - popd - - git clone --depth 1 git://git.libre-riscv.org/ieee754fpu.git ieee754fpu + - git clone --depth 1 https://git.libre-soc.org/git/ieee754fpu.git ieee754fpu - pushd ieee754fpu - python setup.py develop - popd -- 2.30.2