From 875366f6354cbdab0db1321b4bf593ff25213006 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 19 Aug 2022 12:38:59 +0200 Subject: [PATCH] move git://git.linuxfromscratch.org to https:// --- BLFS/Makefile | 4 ++-- jhalfs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BLFS/Makefile b/BLFS/Makefile index 590bfa3..5d4dcd0 100644 --- a/BLFS/Makefile +++ b/BLFS/Makefile @@ -55,9 +55,9 @@ define INITIAL_TRACK endef # Git locations and branches -LFS-GIT = git://git.linuxfromscratch.org/lfs.git +LFS-GIT = https://git.linuxfromscratch.org/lfs.git LFS-BRANCH = trunk -GIT = git://git.linuxfromscratch.org/blfs.git +GIT = https://git.linuxfromscratch.org/blfs.git BLFS-BRANCH = trunk ALLXML := $(filter-out $(RENDERTMP)/%, \ diff --git a/jhalfs b/jhalfs index 859b1a2..fc425af 100755 --- a/jhalfs +++ b/jhalfs @@ -197,7 +197,7 @@ BOOK=${BOOK:=$JHALFSDIR/book-source} #--- Envars not sourced from configuration # shellcheck disable=SC2034 -declare -r REPO=git://git.linuxfromscratch.org/lfs.git +declare -r REPO=https://git.linuxfromscratch.org/lfs.git declare -r LOG=000-masterscript.log declare -r COMMANDS=lfs-commands