Actions
Bug #30463
closedhammer does not support description for custom repositories
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Pull request:
Description
No option for description when running “hammer repository update”
Steps to Reproduce:
1) Create a product
2) SSH into Satellite
3) $ hammer repository create --name "Repo 1" --description "Description of repo 1" --product "my-product" --organization "Default Organization" --content-type "yum"
4) $ hammer repository update --name "Repo 1" --description "Updated description" --product "my-product" --organization "Default Organization"
Expected Result:
Console outputs “Repository updated.” and the new description replaces the original.
Actual Result:
Could not update the repository:
Error: Unrecognised option '--description'.
See: 'hammer repository update --help'.
Updated by The Foreman Bot over 4 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8848 added
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by Chris Roberts over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|6dbd75f1dec7b10eabefae4e468feff1d5bb0f1e.
Updated by Chris Roberts over 4 years ago
- Target version set to Katello 4.0.0
- Triaged changed from No to Yes
Updated by Chris Roberts over 4 years ago
- Target version changed from Katello 4.0.0 to Katello 3.16.0
Updated by Chris Roberts over 4 years ago
- Target version changed from Katello 3.16.0 to Katello Recycle Bin
Actions