move git://git.linuxfromscratch.org to https://

This commit is contained in:
Pierre Labastie 2022-08-19 12:38:59 +02:00
parent 594ff3d878
commit 875366f635
2 changed files with 3 additions and 3 deletions

View file

@ -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)/%, \

2
jhalfs
View file

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