Actions
Bug #29555
closedhammer does not support description for custom repositories
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Description of problem:
It's not possible to provide a description when creating or updating custom repositories via hammer
Version-Release number of selected component (if applicable):
tfm-rubygem-hammer_cli-0.17.1-2.el7sat
How reproducible:
Always
Steps to Reproduce:
1. Create a custom product
2. Try creating a custom repository using hammer
3.
- hammer repository create --name "Repository 1" --description "Description of Repository 1"
Could not create the repository:
Error: Unrecognised option '--description'.
See: 'hammer repository create --help'.
- hammer repository create --help | grep desc #
- hammer repository update --help | grep desc #
Expected results:
Description can be provided when creating and updating custom repositories via hammer.
Descriptions are accepted via web ui
Updated by The Foreman Bot almost 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8664 added
Updated by Chris Roberts almost 5 years ago
- Status changed from Ready For Testing to Resolved
- Fixed in Releases Katello 3.16.0 added
- Fixed in Releases deleted (
)
Updated by Jonathon Turel almost 5 years ago
- Status changed from Resolved to Closed
Actions