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

A few prep commits for https://github.com/containers/bootc/pull/724 #741

Merged
merged 5 commits into from
Jul 30, 2024

Conversation

cgwalters
Copy link
Collaborator

utils: Allow non-static str for spinner

I have a use case for dynamic strings, this just requires
duplicating the string for the progress bar.

Signed-off-by: Colin Walters [email protected]


lib: Enable mount API for rustix

Will be used by future changes.

Signed-off-by: Colin Walters [email protected]


tests: Add generic post-install verification

Prep for more work.

Signed-off-by: Colin Walters [email protected]


utils: Capture stderr, add async

We want to capture stderr by default in these methods
so we provide useful errors.

Also add an async variant.

Signed-off-by: Colin Walters [email protected]


@cgwalters cgwalters force-pushed the init-container-storage-prep3 branch from 218ed0e to e944b5c Compare July 29, 2024 21:33
@cgwalters
Copy link
Collaborator Author

Blah, current rhel9 just has 1.75. I guess we should cap to that for now...

It's what's in c9s right now, and I want to make use of a
newer API.

Signed-off-by: Colin Walters <[email protected]>
I have a use case for dynamic strings, this just requires
duplicating the string for the progress bar.

Signed-off-by: Colin Walters <[email protected]>
Will be used by future changes.

Signed-off-by: Colin Walters <[email protected]>
Prep for more work.

Signed-off-by: Colin Walters <[email protected]>
We want to capture stderr by default in these methods
so we provide useful errors.

Also add an async variant.

Signed-off-by: Colin Walters <[email protected]>
@cgwalters cgwalters force-pushed the init-container-storage-prep3 branch from badca4d to 81556a4 Compare July 30, 2024 14:39
Copy link
Member

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

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

lgtm

@cgwalters cgwalters merged commit 7520fa4 into containers:main Jul 30, 2024
22 of 28 checks passed
cgwalters pushed a commit to cgwalters/bootc that referenced this pull request Nov 5, 2024
….5.19

build(deps): bump clap from 4.5.18 to 4.5.19
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.

2 participants