-
Notifications
You must be signed in to change notification settings - Fork 168
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
osbuild: rename build pipeline; use better variable names #3946
osbuild: rename build pipeline; use better variable names #3946
Conversation
cc @jlebon - we discussed naming of this. Just want to take your temperature on the proposal here. |
@@ -32,7 +32,7 @@ mpp-vars: | |||
# the host (COSA) gets used as the buildroot there. | |||
buildroot: | |||
mpp-if: osname in ['rhcos', 'scos'] | |||
then: "name:build" | |||
then: "name:plain-files-tree" |
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.
Hmm, I don't quite understand the plain-files-tree
naming TBH. :)
I think the thing to emphasize is that the tree represents a "deployed" OSTree? How about deployment-root
? Or e.g. deployed-tree
? Or deployed-ostree
?
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.
updated to use deployed-tree
We're using it as more than just a buildroot now. We're more just using it as a way to inspect and copy from or load configuration from in various places because the files are laid out in a plain directory structure as it would be in an OSTree deployment. Let's rename it to more appropriately reflect what it is, which might explain why we use it in various places.
It's now used for more than just the qemu stages so let's rename it to be slightly more appropriate.
This makes it a little more explicit.
48b168a
to
133421e
Compare
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.
LGTM
See individual commit messages.