From: Jonathan Neuschäfer Date: Mon, 3 May 2021 19:01:02 +0000 (+0200) Subject: .gitlab-ci.yml: Rewrite git://git.libre-riscv.org URLs to https://git.libre-soc.org/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=569fca13bb753c08509fc8a38d6967f8aa709438;p=soc.git .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. --- 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