Skip to content

check-setuppy: Record one install date commit per venv

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr34 into next

This allows tracking the installation "date" (git sha1) per-venv, so multiple venv can cohexist without any interference.

In order to keep the currently recorded install commit: cp "LISA_HOME/.lisa-install-commit" "LISA_VENV_PATH"

Merge request reports