mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
feat(config): add support for excluding modules during installation and updates (#22793)
This commit is contained in:
10
conf/dist/config.sh
vendored
10
conf/dist/config.sh
vendored
@@ -162,4 +162,14 @@ export CPUPROFILESIGNAL=${CPUPROFILESIGNAL:-12}
|
||||
# Lines starting with '#' and empty lines are ignored.
|
||||
export MODULES_LIST_FILE=${MODULES_LIST_FILE:-"$AC_PATH_ROOT/conf/modules.list"}
|
||||
|
||||
# Space/newline separated list of modules to exclude when using
|
||||
# 'module install --all' and 'module update --all'. Items can be specified
|
||||
# as simple names (e.g., mod-transmog), owner/name, or full URLs.
|
||||
# Example:
|
||||
# export MODULES_EXCLUDE_LIST="azerothcore/mod-transmog azerothcore/mod-autobalance"
|
||||
export MODULES_EXCLUDE_LIST=""
|
||||
|
||||
NO_COLOR=${NO_COLOR:-}
|
||||
FORCE_COLOR=${FORCE_COLOR:-}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user