Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove destroy action from make all command #177

Closed
conorsch opened this issue Oct 29, 2018 · 1 comment
Closed

Remove destroy action from make all command #177

conorsch opened this issue Oct 29, 2018 · 1 comment
Labels

Comments

@conorsch
Copy link
Contributor

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.

@conorsch
Copy link
Contributor Author

conorsch commented May 8, 2019

Resolved in #210, specifically 9e91d38

@conorsch conorsch closed this as completed May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant