Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 879517 Details for
Bug 1081550
[PATCH] yum shell doesn't accept skip_broken as a valid config option
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Enable skip_broken option (untested patch)
yum-shell-enable-skip_broken.patch (text/plain), 571 bytes, created by
Xavier Bachelot
on 2014-03-27 14:43:46 UTC
(
hide
)
Description:
Enable skip_broken option (untested patch)
Filename:
MIME Type:
Creator:
Xavier Bachelot
Created:
2014-03-27 14:43:46 UTC
Size:
571 bytes
patch
obsolete
>diff --git a/shell.py b/shell.py >index 00b6896..a90baad 100644 >--- a/shell.py >+++ b/shell.py >@@ -312,7 +312,7 @@ class YumShell(cmd.Cmd): > elif cmd == 'errorlevel': > logginglevels.setErrorLevel(val) > # bools >- elif cmd in ['gpgcheck', 'repo_gpgcheck', 'obsoletes', 'assumeyes']: >+ elif cmd in ['gpgcheck', 'repo_gpgcheck', 'obsoletes', 'assumeyes', 'skip_broken']: > opts = self._shlex_split(args) > if not opts: > self.verbose_logger.log(logginglevels.INFO_2, '%s: %s', cmd,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1081550
:
879517
|
879534
|
879535
|
879546