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
As we start to integrate packaging in the TemplateVMs for distributing the various configurations, it's valuable for development to have the AppVMs persist in the dev env, rather than being destroyed constantly as part of the configuration flow.
Let's update the make all action to enforce state, but not destroy automatically. Doing so will allow developers to get a handle on managing updates over time. We can still run make clean manually if we want to wipe the entire dev env.
We should wait until #172 is merged to implement this change.
The text was updated successfully, but these errors were encountered:
As we start to integrate packaging in the TemplateVMs for distributing the various configurations, it's valuable for development to have the AppVMs persist in the dev env, rather than being destroyed constantly as part of the configuration flow.
Let's update the
make all
action to enforce state, but not destroy automatically. Doing so will allow developers to get a handle on managing updates over time. We can still runmake clean
manually if we want to wipe the entire dev env.We should wait until #172 is merged to implement this change.
The text was updated successfully, but these errors were encountered: