Changeset 875366f


Ignore:
Timestamp:
08/19/2022 10:38:59 AM (21 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
5156f51
Parents:
594ff3d
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r594ff3d r875366f  
    5656
    5757# Git locations and branches
    58 LFS-GIT = git://git.linuxfromscratch.org/lfs.git
     58LFS-GIT = https://git.linuxfromscratch.org/lfs.git
    5959LFS-BRANCH = trunk
    60 GIT = git://git.linuxfromscratch.org/blfs.git
     60GIT = https://git.linuxfromscratch.org/blfs.git
    6161BLFS-BRANCH = trunk
    6262
  • jhalfs

    r594ff3d r875366f  
    198198#--- Envars not sourced from configuration
    199199# shellcheck disable=SC2034
    200 declare -r REPO=git://git.linuxfromscratch.org/lfs.git
     200declare -r REPO=https://git.linuxfromscratch.org/lfs.git
    201201declare -r LOG=000-masterscript.log
    202202declare -r COMMANDS=lfs-commands
Note: See TracChangeset for help on using the changeset viewer.