move git://git.linuxfromscratch.org to https://
This commit is contained in:
parent
594ff3d878
commit
875366f635
2 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ define INITIAL_TRACK
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Git locations and branches
|
# Git locations and branches
|
||||||
LFS-GIT = git://git.linuxfromscratch.org/lfs.git
|
LFS-GIT = https://git.linuxfromscratch.org/lfs.git
|
||||||
LFS-BRANCH = trunk
|
LFS-BRANCH = trunk
|
||||||
GIT = git://git.linuxfromscratch.org/blfs.git
|
GIT = https://git.linuxfromscratch.org/blfs.git
|
||||||
BLFS-BRANCH = trunk
|
BLFS-BRANCH = trunk
|
||||||
|
|
||||||
ALLXML := $(filter-out $(RENDERTMP)/%, \
|
ALLXML := $(filter-out $(RENDERTMP)/%, \
|
||||||
|
|
2
jhalfs
2
jhalfs
|
@ -197,7 +197,7 @@ BOOK=${BOOK:=$JHALFSDIR/book-source}
|
||||||
|
|
||||||
#--- Envars not sourced from configuration
|
#--- Envars not sourced from configuration
|
||||||
# shellcheck disable=SC2034
|
# 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 LOG=000-masterscript.log
|
||||||
declare -r COMMANDS=lfs-commands
|
declare -r COMMANDS=lfs-commands
|
||||||
|
|
||||||
|
|
Reference in a new issue