dynod / buildenv

Build environment setup system, based on Python venv
Mozilla Public License 2.0
0 stars 1 forks source link

Extensions hooks "tag files" may be persisted in .buildenv instead of venv #122

Closed zedaav closed 3 months ago

zedaav commented 4 months ago

In workspace mode, there is one only venv folder, but as many .buildenv folders than projects. When one need to init the buildenv again to trigger hooks again, it should be better to save the "tag files" (i.e. files which help buildenv to know that it doesn't need to trigger the hooks again) in the .buildenv folder, so taht they are specific to each project.