Changeset 875366f
- Timestamp:
- 08/19/2022 10:38:59 AM (2 years ago)
- Branches:
- ablfs-more, trunk
- Children:
- 5156f51
- Parents:
- 594ff3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BLFS/Makefile
r594ff3d r875366f 56 56 57 57 # Git locations and branches 58 LFS-GIT = git://git.linuxfromscratch.org/lfs.git58 LFS-GIT = https://git.linuxfromscratch.org/lfs.git 59 59 LFS-BRANCH = trunk 60 GIT = git://git.linuxfromscratch.org/blfs.git60 GIT = https://git.linuxfromscratch.org/blfs.git 61 61 BLFS-BRANCH = trunk 62 62 -
jhalfs
r594ff3d r875366f 198 198 #--- Envars not sourced from configuration 199 199 # shellcheck disable=SC2034 200 declare -r REPO= git://git.linuxfromscratch.org/lfs.git200 declare -r REPO=https://git.linuxfromscratch.org/lfs.git 201 201 declare -r LOG=000-masterscript.log 202 202 declare -r COMMANDS=lfs-commands
Note:
See TracChangeset
for help on using the changeset viewer.