Univention Bugzilla – Attachment 6426 Details for
Bug 35825
Before UCS 4.0 Release: Update all.tar.gz
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correctly calling _extract_local_archive()
bug35825.patch (text/plain), 1.10 KB, created by
Dirk Wiesenthal
on 2014-11-19 12:52:10 CET
(
hide
)
Description:
Correctly calling _extract_local_archive()
Filename:
MIME Type:
Creator:
Dirk Wiesenthal
Created:
2014-11-19 12:52:10 CET
Size:
1.10 KB
patch
obsolete
>Index: all.tar.gz >=================================================================== >Kann nicht anzeigen: Dateityp ist als binär angegeben. >svn:mime-type = application/octet-stream >Index: umc/python/appcenter/app_center.py >=================================================================== >--- umc/python/appcenter/app_center.py (Revision 55789) >+++ umc/python/appcenter/app_center.py (Arbeitskopie) >@@ -699,7 +699,6 @@ > # e.g. Name, Description > cls.update_conffiles() > >- # TODO: would be nice if vendors provided ${app}16.png > # special handling for icons > for png in glob(os.path.join(FRONTEND_ICONS_DIR, '**', 'apps-*.png')): > os.unlink(png) >@@ -750,11 +749,11 @@ > > if cls._all_applications is None: > cls._all_applications = [] >- # first of all, look for local archive >- cls._extract_local_archive() > # query all applications from the server > if not only_local: > cls.sync_with_server() >+ # look for local archive anyway >+ cls._extract_local_archive() > for ini_file in glob(os.path.join(CACHE_DIR, '*.ini')): > cls._all_applications.append(Application(ini_file, localize)) >
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 35825
: 6426