Bug 231523

Summary: yum-skip-broken option should default to True
Product: [Fedora] Fedora Reporter: Christopher Stone <chris.stone>
Component: yum-utilsAssignee: Seth Vidal <skvidal>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.1.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-18 08:42:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christopher Stone 2007-03-08 20:35:36 UTC
I see no reason why someone should have to type --skip-broken every time they
use yum after installing the yum-skip-broken rpm.  Why would someone install the
plug-in and not want it on by default?

If someone would actually want to install the plug-in and not use it, they can
disable it in the skip-broken.conf file.

Comment 1 Tim Lauridsen 2007-03-09 10:15:57 UTC
Because you don't want to run the skip broken test everytime, because it take
much longer time to complete the depsolving.
So installing the plugin is adding some extra funtionality to yum, but it is not
the same as you want to use it every time.
Most of the time you will just run 'yum update' and if you get an error you will
run 'yum --skip-broken update'.

Maybe adding a 'check_always' option to conf file, could be an idea, if you want
to always make the skip-broken check. 

Comment 2 Christopher Stone 2007-03-10 22:46:51 UTC
Adding check_always to the conf would be fine by me, as long as there is some
way to default the --skip-broken option to true without modifying skip-broken.py


Comment 3 Tim Lauridsen 2007-03-13 11:55:03 UTC
I have added a 'check_always' option in upstream CVS.
It will be available in next yum-utils release.