Actions
Bug #6203
closedsome hammer repo commands dont take product id or information
Description
The following commands do not take product id or name
hammer repository info
hammer repository synchronize
hammer repository update
hammer repository delete
Just using the repo name and org id is not enough for repositories since they are unique only inside a product scope.
i.e. katello allows for repo "foo" under both Product A & B .
So if you ask for
hammer repository info --name="foo" --organization-id=1, it wouldn't know which "foo" we are referring to. Basically renders the --name option worthless.
Updated by Partha Aji over 10 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1108905
Updated by Eric Helms over 10 years ago
- Category set to Hammer
- Target version set to 48
- Difficulty set to easy
- Triaged changed from No to Yes
Updated by Anonymous over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-katello|commit:dd1deebfa62a27b5592d17f7397ec9eb862a4859.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Updated by Eric Helms almost 9 years ago
- Has duplicate Bug #6196: some hammer repo commands dont take product id or information added
Actions