-
Notifications
You must be signed in to change notification settings - Fork 17
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
Reduce settings needed for every release #330
Conversation
This explicitly requires it to be set when needed. This allows some things to be simplified.
Client always matches Foreman's version.
Untested for now, so a draft. @ehelms is |
Let's assume dropable for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks sane to me.
@ekohl I'd love for you to revisit this so I can finish off the Copr work and align our use of scripts in CI and locally. |
@evgeni mind giving this a sanity check? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not check if there are other scripts that expect $FULLVERSION and didn't get the require_fullversion
treatment, but the diff here in the PR looks sane to me!
This explicitly requires FULLVERSION to be set when needed. This allows them to be dropped from client and pulpcore settings.
It also automatically sets it for
FOREMAN_VERSION
, not in every single settings file.