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

osbuild: rename build pipeline; use better variable names #3946

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

dustymabe
Copy link
Member

See individual commit messages.

@dustymabe
Copy link
Member Author

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"
Copy link
Member

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?

Copy link
Member Author

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.
@dustymabe dustymabe force-pushed the dusty-buildroot-musical-chairs branch from 48b168a to 133421e Compare November 19, 2024 03:03
@dustymabe dustymabe enabled auto-merge (rebase) November 19, 2024 03:04
Copy link
Member

@ravanelli ravanelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dustymabe dustymabe merged commit 10260a4 into coreos:main Nov 19, 2024
5 checks passed
@dustymabe dustymabe deleted the dusty-buildroot-musical-chairs branch November 19, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants