Support checking a different path easily (LIST=debuglist mangle/validate-repos, e.g.)

This commit is contained in:
Neil Hanlon 2022-07-13 02:00:16 -04:00
parent 4a278cb091
commit 9aada45f95
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
# To be sourced by scripts as needed
# The mirrorlist url
MIRRORLIST_BASE="http://mirrors.rockylinux.org/mirrorlist"
LIST=${LIST:-mirrorlist}
MIRRORLIST_BASE="http://mirrors.rockylinux.org/${LIST}"
MIRROR_DISPLAY_COUNT=1