Anonymous | Login | 2024-11-21 01:57 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0021081 | ClearOS | app-base - Base System | public | 2018-08-14 11:29 | 2018-08-23 10:25 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | tweak | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 7.5.0 Updates | Fixed in Version | 7.5.0 Updates | ||||||
Summary | 0021081: Add option to use yum instead of wc-yum | ||||||||
Description | The "wc-yum" utility is used to provide progress data in JSON format - handy for presenting this information to web-based widgets. However, it does not behave exactly the same as "yum". In particular, trying to install an already existing package returns success in yum: # yum install glibc Package glibc-2.17-222.el7.x86_64 already installed and latest version Nothing to do # echo $? 0 But returns an error in wc-yum: # wc-yum -i glibc ... "Error, no packages selected for install."} # echo $? 255 This is a "Good Thing" in most use cases, but it can pollute the system log with unwanted backtraces for unattended upgrades e.g. see 0021021 Provide an option to use "yum" instead of "wc-yum" when installing packages. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|