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

two fixes for bash completion #4681

Merged
merged 2 commits into from
Nov 4, 2023
Merged

two fixes for bash completion #4681

merged 2 commits into from
Nov 4, 2023

Conversation

hongxu-jia
Copy link
Contributor

No description provided.

Run `rpm-ostree -' with bash completion, an invalid `-q,' was found

[root@localhost ~]# rpm-ostree -
--help     --version  -q,

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Need append a space between container-encapsulate and Generate in
rpm-ostree compose -h
...
$ rpm-ostree compose -h
[root@localhost ~]# rpm-ostree compose -h
Usage:
  rpm-ostree compose [OPTION…] COMMAND

Commands to compose a tree

Builtin "compose" Commands:
  commit           Commit a target path to an OSTree repository
  container-encapsulateGenerate a reproducible "chunked" container image(using RPM data) from an OSTree commit
...

It also corrected the bash completion of `rpm-ostree compose'
...
[root@localhost ~]# rpm-ostree compose
--help                         image
--quiet                        install
commit                         postprocess
container-encapsulateGenerate  tree
extensions
[root@localhost ~]# rpm-ostree compose
...

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
@openshift-ci
Copy link

openshift-ci bot commented Oct 30, 2023

Hi @hongxu-jia. Thanks for your PR.

I'm waiting for a coreos member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link
Member

@cgwalters cgwalters left a comment

Choose a reason for hiding this comment

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

Thank you!

@cgwalters cgwalters enabled auto-merge (rebase) November 4, 2023 17:44
@cgwalters
Copy link
Member

/ok-to-test

@cgwalters cgwalters merged commit 8c8a96c into coreos:main Nov 4, 2023
17 checks passed
@jmarrero jmarrero mentioned this pull request Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants