Skip to content

WIP: Introduce an InstallMonitor

To monitor which files are created by buildout when installing parts

This version is based on git because it was easy to implement, but with git tools, it's easy to inspect what exactly installing a part had changed and also to revert to a previous state by using git commands with the same --git-dir and --work-dir.

Merge request reports