forked from sig_core/toolkit
Support checking a different path easily (LIST=debuglist mangle/validate-repos, e.g.)
This commit is contained in:
parent
4a278cb091
commit
9aada45f95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user