Closed GoogleCodeExporter closed 9 years ago
To clarify this issue further, I now see it's not just the case of the item
being in SelfServeManifest, it also occurs if there is an item in
managed_uninstalls on the server-side manifest.
Original comment by t...@synthist.net
on 21 Mar 2014 at 3:53
Should be fixed here:
http://code.google.com/p/munki/source/detail?r=06cbcd924909 in master branch,
and here:
http://code.google.com/p/munki/source/detail?r=085e659e9736 in the Munki2
branch.
Note that the fix I decided to implement was to NOT attempt to read the catalog
file from disk, but to instead use the already-exisiting CATALOG "database"
(actually a dictionary). This was an optimization added a long time ago, but
apparently I forgot to change the processRemovals code to use it.
Original comment by gregnea...@mac.com
on 22 Mar 2014 at 4:26
Original issue reported on code.google.com by
t...@synthist.net
on 21 Mar 2014 at 3:41