Hide Forgot
Description of problem: taking exactly the same arguments both calls are repo status|info listing almost the same info. info probably 2 more: - Arch (which is always: noarch seems) - Url So is it really makes sense of having the status call of the repo or if we can leave only the info there? Is there any dependent calls of UI/CLI/API from that "status" method? Version-Release number of selected component (if applicable): recent katello CLI: katello-cli-0.1.10-1.git.724.8ac2ca4.el6.noarch How reproducible: always Steps to Reproduce: 1. list commands of repo - 2 methods 2. 3. Actual results: 2 methods displaying almost the same info Expected results: 1 method with a union of that 2 Additional info:
well, now they look really different. so please disregard my issue. --- katello> repo info --name zoo --product zoo ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Information About Repo 117 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Id: 117 Name: zoo Package Count: 0 Arch: noarch Url: http://inecas.fedorapeople.org/fakerepos/zoo3/ Last Sync: never Progress: Not synced GPG key: katello> repo status --name zoo --product zoo ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Repository Status ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Package Count: 0 Last Sync: never Sync State: Not synced Last Errors: None katello> --- this is how they look like.