-
Notifications
You must be signed in to change notification settings - Fork 198
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
compose: Add a "warn and sleep" if --unified-core is not provided #2098
compose: Add a "warn and sleep" if --unified-core is not provided #2098
Conversation
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. Is it fair to believe eventually --unified-core
will go away as a switch and become the default behaviour?
else | ||
{ | ||
/* Secret environment variable for those desparate */ | ||
if (!g_getenv ("RPM_OSTREE_I_KNOW_NON_UNIFIED_CORE_IS_DEPRECATED")) |
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.
🤣 Love the variable ❤️
If not already done, it may be worth adding it to the docs as well. Specifically that the switch is required. In terms of functionality this looks good 😄. |
a4a8fa9
to
56f63af
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.
Perfect!
/lgtm |
56f63af
to
a6b43d1
Compare
Start adding some pain if `--unified-core` isn't provided to help flush out anyone relying on it. (And I think today pungi is not passing it, so e.g. Fedora IoT/Silverblue are impacted) Prep for merging coreos#1793 Co-authored-by: Jonathan Lebon <[email protected]>
5e324e5
to
e120ee7
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashcrow, cgwalters The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Tracker: #729
Start adding some pain if
--unified-core
isn't providedto help flush out anyone relying on it. (And I think today
pungi is not passing it, so e.g. Fedora IoT/Silverblue are impacted)
Prep for merging #1793