Skip to content

Draft: shared: Always reinstall missing shared parts

Ensure shared parts are always reinstalled when the location is missing, even if buildout calls update because the part was already installed and no option changed. This mirrors buildout's behavior to call install when the buildout_installed path is missing regardless of the options; in the case of shared parts buildout_installed is reported as empty, to ensure buildout will never uninstall the path since it may be shared.

Merge request reports