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 303080 Details for
Bug 443341
Global name RefreshYumCacheFailed is not defined
[?]
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]
test patch
pk-no-RefreshYumCacheFailed.patch (text/plain), 1.05 KB, created by
Richard Hughes
on 2008-04-20 23:59:52 UTC
(
hide
)
Description:
test patch
Filename:
MIME Type:
Creator:
Richard Hughes
Created:
2008-04-20 23:59:52 UTC
Size:
1.05 KB
patch
obsolete
>diff --git a/backends/yum/helpers/yumBackend.py b/backends/yum/helpers/yumBackend.py >index b2b3625..fb823c3 100644 >--- a/backends/yum/helpers/yumBackend.py >+++ b/backends/yum/helpers/yumBackend.py >@@ -416,11 +416,7 @@ class PackageKitYumBackend(PackageKitBaseBackend): > searchlist = ['name'] > self.status(STATUS_QUERY) > self.yumbase.doConfigSetup(errorlevel=0,debuglevel=0)# Setup Yum Config >- >- try: >- self._do_search(searchlist, filters, key) >- except RefreshYumCacheFailed, e: >- return >+ self._do_search(searchlist, filters, key) > > def search_details(self,filters,key): > ''' >@@ -432,11 +428,7 @@ class PackageKitYumBackend(PackageKitBaseBackend): > > searchlist = ['name', 'summary', 'description', 'group'] > self.status(STATUS_QUERY) >- >- try: >- self._do_search(searchlist, filters, key) >- except RefreshYumCacheFailed, e: >- return >+ self._do_search(searchlist, filters, key) > > def _buildGroupDict(self): > pkgGroups= {}
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 443341
:
303075
| 303080