Hide Forgot
Description of problem: To be consistent with other subscription-manager command line output, I'd like to see the the output from subscription-manager repos modified... Version-Release number of selected component (if applicable): [root@jsefler-onprem-62server ~]# rpm -q subscription-manager subscription-manager-0.96.2-1.git.31.702703f.el6.x86_64 Current stdout: # subscription-manager repos --list The system is entitled to the following repositories. These can be managed at in the repo file /etc/yum.repos.d/redhat.repo. RepoName: awesomeos-server-scalable-fs RepoUrl: https://mockamai.devlab.phx1.redhat.com/path/to/awesomeos-server-scalable-fs Enabled: 1 RepoName: never-enabled-content RepoUrl: https://mockamai.devlab.phx1.redhat.com/foo/path/never Enabled: 0 Proposed stdout: # subscription-manager repos --list +----------------------------------------------------------+ Entitled Repositories in /etc/yum.repos.d/redhat.repo +----------------------------------------------------------+ RepoName: Awesome OS Scalable Filesystem Bits RepoId: awesomeos-server-scalable-fs RepoUrl: https://mockamai.devlab.phx1.redhat.com/path/to/awesomeos-server-scalable-fs Enabled: 1 RepoName: never-enabled-content RepoId: never-enabled-content RepoUrl: https://mockamai.devlab.phx1.redhat.com/foo/path/never Enabled: 0
Fixed in master at 8f93d7f9a844fa85f3b9a52c81c70d5650f3c10a.
# subscription-manager repos --list The system is entitled to the following repositories. These can be managed at in the repo file /etc/yum.repos.d/redhat.repo. RepoName: content RepoId: content-label RepoUrl: https://mockamai.devlab.phx1.redhat.com/foo/path Enabled: 1 ^^^ The data looks good. How about also changing the feedback message to a banner to be consistent with the other subscription-manager list functions? Something like this would be nice... +----------------------------------------------------------+ Entitled Repositories in /etc/yum.repos.d/redhat.repo +----------------------------------------------------------+ At a minimum, fix the grammar in... These can be managed at in the repo file /etc/yum.repos.d/redhat.repo. ^^ moving back to NEW
Fixed in a534d79098edff21fca2d10555ee9c1d369a9e50 in master.
Verifying Version... [root@jsefler-onprem-62server ~]# rpm -q subscription-manager subscription-manager-0.96.4-1.git.40.158de0a.el6.x86_64 [root@jsefler-onprem-62server ~]# subscription-manager repos --list +----------------------------------------------------------+ Entitled Repositories in /etc/yum.repos.d/redhat.repo +----------------------------------------------------------+ RepoName: never-enabled-content RepoId: never-enabled-content RepoUrl: https://cdn.redhat.com/foo/path/never Enabled: 0 RepoName: always-enabled-content RepoId: always-enabled-content RepoUrl: https://cdn.redhat.com/foo/path/always Enabled: 1 RepoName: awesomeos-modifier RepoId: awesomeos-modifier RepoUrl: http://example.com/awesomeos-modifier Enabled: 1 RepoName: content RepoId: content-label RepoUrl: https://cdn.redhat.com/foo/path Enabled: 1 [root@jsefler-onprem-62server ~]# subscription-manager unsubscribe --all [root@jsefler-onprem-62server ~]# subscription-manager repos --list The system is not entitled to use any repositories ^ PUT A PERIOD AT THE END OF A SENTENCE.
fixed in 58e8e1c1513fc472cc7163deaf10e88f5eea1529 in master.
Verifying Version... [root@jsefler-onprem-62server ~]# rpm -q subscription-manager subscription-manager-0.96.4-1.git.63.7bb4765.el6.x86_64 [root@jsefler-onprem-62server ~]# subscription-manager repos --list The system is not entitled to use any repositories. moving to VERIFIED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1695.html