Changeset 9f89fae for jhalfs


Ignore:
Timestamp:
03/30/2022 10:27:03 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
2fd624d
Parents:
f45af2c
Message:

LFS: Simplify git repo management

Use inly one variable, REPO, containing the LFS git repo url. The
BLFS Makefile hardcodes the LFS and BLFS git repo urls, so no need
to pass them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rf45af2c r9f89fae  
    220220#--- Envars not sourced from configuration
    221221# shellcheck disable=SC2034
    222 declare -r GIT="git://git.linuxfromscratch.org"
     222declare -r REPO=git://git.linuxfromscratch.org/lfs.git
    223223declare -r LOG=000-masterscript.log
    224224
Note: See TracChangeset for help on using the changeset viewer.