update_binary-addons: exclude vfs.nfs from updates

vfs.nfs isn't released yet

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-03-01 17:54:41 +01:00
parent 9e1a475b62
commit a66a074373

View File

@ -10,7 +10,7 @@ if [ -z "$1" ]; then
fi
# list of packages to exclude from update
EXCLUDED_PACKAGES="vfs.sacd"
EXCLUDED_PACKAGES="vfs.nfs vfs.sacd"
# the following environment variables can be set to "yes" to enable optional features:
# KEEP_GIT_DIRS: don't delete cloned git directories after update check