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

Feat/CCT-467: Add explanatory info about srcs of overrides in repo-override cmd #3474

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions man/subscription-manager.8
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ option
.B --remove=NAME
Removes a named override from the repositories specified with the
.B --repo
option

option. Overrides inherited from environments the system belongs in will not be removed. They can only be removed by either: removing them from the environment they originate from or removing the system from those environments.
The source will not be removed if its source is one of the environment(s) the system belongs in. It can only be removed by either: removing the override from the environment it originates from or removing the system from the environment the override originates from.
Copy link
Member

Choose a reason for hiding this comment

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

I think you added the text I proposed for the --remove-all command into the --remove command. If you check my other comment, it was done against line 610 (where the --remove-all command description is)

.TP
.B --remove-all
Copy link
Member

Choose a reason for hiding this comment

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

Let's also extend the info on this command, by adding: ... --repo option. Overrides inherited from environments the system belongs in will not be removed. They can only be removed by either: removing them from the environment they originate from or removing the system from those environments.

Removes all overrides from repositories specified with the
Expand All @@ -616,7 +616,8 @@ option
.B --list
Lists all overrides from repositories specified with the
.B --repo
option
option. Source of the listed overrides is a union of the override specified at the system itself and all the overrides set in the environment(s) the system belongs in.



.SS IDENTITY OPTIONS
Expand Down