You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] util.modules: fine-tuning control of the auto-install behavior
Deprecate the `UPG_NO_AUTOINSTALL` environmnet variable in favor the new
`UPG_AUTOINSTALL` one, which allow to fully deactivate the installation
of the auto-install modules.
Previsouly, the "link modules" (auto install modules that are in the
"Hidden" category) were still auto-installed, even when the
`UPG_NO_AUTOINSTALL` flag was set.
With the new `UPG_AUTOINSTALL` env variable, we can now skip their
auto-install.
The accepted values are:
- all: install all the auto-install modules (that should be installed)
- only_link_modules: only consider the link modules
- none: do not auto-install any auto-install modules automatically
Part-of: #162
Signed-off-by: Christophe Simonis (chs) <[email protected]>
0 commit comments