Commit Graph

2651 Commits

Author SHA1 Message Date
Arjen van Bochoven 755204cad4 Update dutch locale (#786) 2017-06-28 13:20:47 -07:00
Richard Lafontaine f4bd15595b FR localization of "Requires macOS version %s" (#785)
* FR localization of "Requires macOS version %s"

* Update Localizable.strings
2017-06-28 11:19:31 -07:00
Greg Neagle b925016c59 Generate possibly localized note when item requires a higher OS 2017-06-28 06:25:31 -07:00
Greg Neagle ea7b9b2ae9 Display items in optional installs that require a higher OS if we can't find an applicable version to incentivize OS upgrades/updates 2017-06-27 22:38:12 -07:00
Greg Neagle 2ff3bf3bdd Merge branch 'master' into Munki3dev 2017-06-27 08:40:33 -07:00
Greg Neagle a7c43cf337 Fix for postflights always reporting a runtype of 'osinstall'. See #784 2017-06-27 08:40:08 -07:00
Greg Neagle b8419975ed Speed up launch of Managed Software Center by replacing wildcard imports from Cocoa frameworks with selective import of needed symbols. 2017-06-26 09:54:19 -07:00
Greg Neagle 9917df8708 Speed up launch of MunkiStatus by replacing wildcard imports from Foundation and AppKit with selective import of needed symbols. 2017-06-26 09:23:02 -07:00
Samuel Keeley a66e52fd57 Don't hash icon hashes plist (#783) 2017-06-16 21:44:49 -07:00
Greg Neagle af2cf9d849 Fix for logic in testing if an item is not an OnDemand item while processing optional_installs that have an installcheck_script. Final part of a fix for #778 2017-06-14 19:18:42 -07:00
Greg Neagle 5b930e1ac8 MSC.app: use IOKit IOPS functions to get power source information instead of scraping the output of pmset 2017-06-14 15:04:21 -07:00
Greg Neagle 879f2f1c24 Set version of Munk3dev to 3.1.0 to indicate release target 2017-06-14 14:27:32 -07:00
Greg Neagle 0ea7c2a49b Merge branch 'master' into Munki3dev 2017-06-14 14:19:31 -07:00
Greg Neagle e660011530 MSC.app: revert to Munki2 behavior when generating a list of pending installs for the Updates view -- allows optional items to be removed from the pending update list 2017-06-14 14:19:03 -07:00
Greg Neagle 49faba7727 Take OnDemand items into account when deciding to skip a possible second run of an installcheck_script 2017-06-13 15:35:49 -07:00
Greg Neagle a512803275 Avoid running an installcheck_script twice for optional items that are installed (according to the installcheck_script) 2017-06-13 15:25:16 -07:00
Greg Neagle c479539b4f Merge from master 2017-06-13 14:25:34 -07:00
Greg Neagle 0252e091d1 Fix makecatalogs behavior when there is an invalid repo_url to match that of munkiimport 2017-06-13 13:49:48 -07:00
Greg Neagle bccb7523ac Store icon hashes in a seperate file; this makes icon downloaded far more efficient since we don't have to even try to download a non-existent icon 2017-06-11 12:24:13 -07:00
Greg Neagle 027fa39b0a Add commentary around the caffeinator variable 2017-06-11 10:21:41 -07:00
Greg Neagle 4c621ba528 Prevent idle sleep when checking/downloading if we are on AC power for better bootstrapping behavior 2017-06-11 09:51:51 -07:00
Greg Neagle d183d752c2 Rework of powermgr.py to use PyObjC bridging insted of ctypes, and add some functions to get status of battery power 2017-06-11 09:13:34 -07:00
Greg Neagle eb5c6d5894 Merge branch 'master' into Munki3dev 2017-06-10 07:54:12 -07:00
Greg Neagle e4eaa871b4 Add some notes about use of undocumented preferences we use when installing macOS 2017-06-10 07:53:45 -07:00
Greg Neagle e9362f2afb Merge branch 'master' into Munki3dev 2017-06-09 11:12:36 -07:00
Greg Neagle c98dce7319 Bump client tools version to 3.0.1.x for this round of development 2017-06-09 11:03:31 -07:00
Greg Neagle 70ba862037 More careful/explict handling of (possibly) Unicode filepaths 2017-06-09 10:32:40 -07:00
Greg Neagle 5e61494bb5 Remove redundant code from messy merge 2017-06-09 08:35:38 -07:00
Greg Neagle 7154507a22 Merge branch 'Munki3' 2017-06-09 08:29:01 -07:00
Greg Neagle 3085dbd36b Commit dev code 2017-06-09 08:25:18 -07:00
Greg Neagle 9da9d24a22 Link Managed Software Center.app and MunkiStatus.app to Python 2.7 instead of 2.6 2017-06-09 06:48:19 -07:00
Greg Neagle 0717bf764f Fixes for MSC.app on High Sierra 2017-06-08 18:30:56 -07:00
Greg Neagle 608e7133e4 Minor logic tweak to compare_application_version() 2017-05-22 16:23:51 -07:00
Greg Neagle f0e4df0dc3 application items in installs list now consider _only_ the given path if specified. To get the previous searching behavior, path must be absent and bundleid and/or name must be present. 2017-05-22 10:19:53 -07:00
Greg Neagle 8303f1b99f Fix list of tools in core pkg in make_munki_mpkg_DEP.sh. Fixes #777 2017-05-22 10:13:40 -07:00
Greg Neagle 49fbdf4899 Update Japanese localization. Thanks to @nakanana. 2017-05-18 08:15:18 -07:00
Greg Neagle 2e6eb4d659 Add missing de localized string 2017-05-17 09:13:27 -07:00
Greg Neagle 05bf735ecd Fix broken pkg build scripts; insignificant whitespace change to a file to force a version number bump. 2017-05-16 12:13:04 -07:00
Greg Neagle 3db8eefd8f more consistent way of running preinstall and postinstall scripts for startosinstall items 2017-05-15 11:37:44 -07:00
Greg Neagle 1bfe546e91 Add support for postinstall_script for startosinstall items 2017-05-15 11:16:58 -07:00
Greg Neagle 9d1223a2b4 Add support for preinstall_script to startosinstall items 2017-05-15 08:18:14 -07:00
Greg Neagle 3e557a6b75 Since we are no longer creating the symlink in /Applications/Utilities, don't add /Applicstions/Utilities to the payload 2017-05-12 11:01:23 -07:00
Greg Neagle b65b506b65 Remove executable bit from /private/etc/paths.d/munki 2017-05-12 09:28:12 -07:00
Greg Neagle 2e56c59b62 Fix issues with icon hashing in makecatalogs 2017-05-11 14:31:07 -07:00
Timothy Sutton 6f725d9b93 Fix InDesign 2017 size calculation (#771)
- ID has a 'Condition' key in its Application.json for the 'Base' (main) app HD
  package, but it's an empty string, so just include this explicitly in the
  conditional
2017-05-11 11:13:54 -07:00
Greg Neagle 533647b399 more comments to explain an on-purpose misspelling 2017-05-10 08:01:06 -07:00
Greg Neagle ccd257860a Unicode tweaks for profiles.py errors and warnings 2017-05-09 15:14:09 -07:00
Greg Neagle 3d0e615837 Fixes for auth restart when starting a macOS install and user has provided a password via the GUI 2017-05-09 15:11:28 -07:00
Per Olofsson 7ee1233969 Remove optional installs if they're added as a managed install in a local only manifest (#768)
Move up processing of local manifests to before optional installs are
processed.

Second attempt at fixing issue #761.
2017-05-05 06:57:22 -07:00
Greg Neagle ee9fa49a16 Address #767 -- makecatalogs and iconimporter called with relative paths to repo (and also ~ expansion) 2017-05-04 15:49:31 -07:00