Univention Bugzilla – Attachment 4878 Details for
Bug 29636
Softwareverwaltung: Mehrere Pakete gleichzeitig deinstallieren kann zu unerwünschten Paketen führen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix finding broken
29635.patch (text/plain), 601 bytes, created by
Dirk Wiesenthal
on 2012-12-07 12:31:56 CET
(
hide
)
Description:
Fix finding broken
Filename:
MIME Type:
Creator:
Dirk Wiesenthal
Created:
2012-12-07 12:31:56 CET
Size:
601 bytes
patch
obsolete
>Index: python/package_manager.py >=================================================================== >--- python/package_manager.py (Revision 37631) >+++ python/package_manager.py (Arbeitskopie) >@@ -464,8 +464,12 @@ > for pkg in self.cache.get_changes(): > if pkg.marked_install or pkg.marked_upgrade: > to_be_installed.add(pkg.name) >+ if pkg in remove: >+ broken.add(pkg.name) > if pkg.marked_delete: > to_be_removed.add(pkg.name) >+ if pkg in install: >+ broken.add(pkg.name) > if pkg.is_inst_broken: > broken.add(pkg.name) > # some actions can change flags in other pkgs,
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 29636
: 4878