-
Notifications
You must be signed in to change notification settings - Fork 74
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
Rebuild client only when needed #107
Comments
fwiw the logic is
|
That said, if we wanted to make it an option (much like we do with the "deconstructed client build" (there is an option to run the individual steps of |
What about splitting up the reusable parts of |
it'd also be more version agnostic that way |
Probably worth mentioning here that I'd like to split it out to be able to check individual plugins as well. So, instead of checking a single build hash for everything, having one for the primary client, one for each of the plugins in |
This is better, and I am on board with the idea of deduplication, but I still find it's clearer to understand what's failed when using proper Ansible modules rather than running |
Should the
make client
be handled by as part of callingscripts/common_startup.sh
instead of invoked directly ?common_startup.sh
has some smart logic to not rebuild the client if there are no changes since the last build and reimplement it in this role doesn't seem to make a lot of sense.The text was updated successfully, but these errors were encountered: