gonchik / munki

Automatically exported from code.google.com/p/munki
Other
0 stars 0 forks source link

Items that are in managed_updates and optional_installs display twice in MSU.app when there is an update. #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Using r947 (may also happen in earlier versions):
1. add some item to both managed_updates and optional_installs. Install it 
using Optional software from MSU.app
2. Add a newer version of the item to the repo
3. Run MSU.app.

What is the expected output? 

MSU.app should display the available update.

What do you see instead?

MSU.app displays the update twice.

Original issue reported on code.google.com by gregnea...@mac.com on 2 Dec 2010 at 9:49

GoogleCodeExporter commented 8 years ago
Similar output from /usr/local/munki/managedsoftwareupdate:

# ./managedsoftwareupdate
Managed Software Update Tool
Copyright 2010 The Munki Project
http://code.google.com/p/munki

Downloading googlechrome-8.0.552.215.0.dmg...
    0..20..40..60..80..100
Verifying package integrity...
The following items will be installed or upgraded:
    + GoogleChrome-8.0.552.215.0
        Web browser from Google
    + GoogleChrome-8.0.552.215.0
        Web browser from Google

Run managedsoftwareupdate --installonly to install the downloaded updates.

Original comment by gregnea...@mac.com on 2 Dec 2010 at 9:52

GoogleCodeExporter commented 8 years ago
Addressed in r948.

Original comment by gregnea...@mac.com on 2 Dec 2010 at 10:40