-
Notifications
You must be signed in to change notification settings - Fork 36
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
Mixer fails to reuse workspace if upstream delete bundles #584
Comments
why are you running init on top of an existing mix? Do you need anything from the first initialization? |
Even if the 2nd
|
Answering over the phone is not helping... twice I missed what was going on. I'll get back to it when I get home. |
mixer init is one of the ways to get to the issue. Calling init always has other value: sanitize the build environment. Only mixer knows if the state of its workspace is in good shape. You never know when a crazy monkey went by and flipped a bit, removed a file, changed a format. |
The |
@mbelluzzo The problem here is that mixer init does not clear the |
If you are only tracking upstream (IOW mixer bundle add --all-upstream) and reuses the mixer workspace between builds, mixer init will fail when bundles are deleted.
The text was updated successfully, but these errors were encountered: