Commit Graph

2700 Commits

Author SHA1 Message Date
Greg Neagle 3b4a333c4b Updated Russian localization. Thanks to Dino Libertino. 2017-09-08 08:16:36 -07:00
Greg Neagle 4b8c386482 Updated Japanese localization. Thanks to Dino Libertino. 2017-09-08 08:16:04 -07:00
Greg Neagle d38cb35350 Updated Italian localization. Thanks to Dino Libertino. 2017-09-08 08:15:25 -07:00
Greg Neagle 2aa7cee702 Merge branch 'Munki3dev' into fv_bootstrapping 2017-09-05 16:42:17 -07:00
Greg Neagle 05ff4fa799 Warn user if creating pkginfo or importing a 'stub' Install macOS.app 2017-09-05 16:41:42 -07:00
Greg Neagle 48957bb615 Merge branch 'Munki3dev' into fv_bootstrapping 2017-09-05 10:36:44 -07:00
Greg Neagle e1ccdae4fa Add the (presumed) default Apple softwareupdate CatalogURL to the list of OS-specific CatalogURLs in appleupdates/sync.py 2017-09-05 10:35:48 -07:00
Greg Neagle b64f62cc2f Merge branch 'Munki3dev' into fv_bootstrapping 2017-09-01 08:22:59 -07:00
Clayton Burlison 1c54ff3219 fix: Correct issue with Auth Restart (#800)
An invalid RecoveryKey can be set that causes FoundationPlist to throw
a ValueError. If this happens no restart happens. Instead we should log
the error and revert to a non-auth restart.
2017-09-01 08:20:49 -07:00
Greg Neagle 738d4c3680 Merge branch 'Munki3dev' into fv_bootstrapping 2017-08-31 18:42:06 -07:00
eholtam 0e256e0ce3 Add uninstall-pkg command to managed_uninstalls in manifestutil (#797)
* Add move-install-to-uninstall command to move a pkg from managed_installs to managed_uninstalls in manifestutil

* Made this sub-command hard coded to remove from managed_installs and add to managed_uninstalls.

* Renamed command to move-install-to-uninstall
2017-08-31 18:41:18 -07:00
Greg Neagle af03ccf993 Avoid calling system_profiler when importing munkilib/fetch, which then means faster startup of managedsoftwareupdate 2017-08-31 15:04:54 -07:00
Greg Neagle 8910c8a155 Updated comments 2017-08-31 15:04:27 -07:00
Greg Neagle c55cb84c3d Avoid calling system_profiler when importing munkilib/fetch, which then means faster startup of managedsoftwareupdate 2017-08-31 15:00:42 -07:00
Greg Neagle 99d902b638 New bootstrapping.py to manage bootstrap mode; disable FV user autologin when in bootstrap mode 2017-08-31 13:39:30 -07:00
Greg Neagle e3e44a4544 Update to osinstaller.py to prevent 'Helper tool crashed' message from appearing in MunkiStatus output. 2017-08-25 14:37:55 -07:00
Greg Neagle ee9b58f40d Updated Spanish localization. Thanks to Joaquin Cabrerizo Egea. 2017-08-25 12:55:50 -07:00
Greg Neagle 855b2199e5 Updated Norwegian (Bokmal) localization. Thanks to Frank Paul Silye. 2017-08-25 12:48:48 -07:00
Yoann Gini 04b33642b3 An option to silently skip pkg check (#795)
Add --skip-pkg-check (-s) option
This PR add a manual option to skip the pkg_check process in addition to PackageCompleteURL & PackageURL based detection.
Manual request for this option is usefull when a unique server contain data and metadata but both are push from different sources. (Like GIT + rsync)
The difference with the force option rely in the warning message that are avoided here and the check done on the metadata part aren't skiped.
2017-08-23 15:34:43 -07:00
Greg Neagle b6567fc645 Store os_version when caching apple sucatalog and purge if our current os version does not match; check for producy key existence before trying to cache product metadata 2017-08-18 17:14:54 -07:00
Greg Neagle 89e2faf7cc Adjust installed_state logic which seems was exactly backwards 2017-08-18 15:28:35 -07:00
Greg Neagle 1d659eb686 Updated Danish localization. Thanks to Thomas Tvegaard. 2017-08-18 14:03:19 -07:00
Greg Neagle 50d82315b9 Update French localization. Thanks to Daniel Moore and Oliver Haessler (and Oliver's girlfriend!). 2017-08-18 13:52:49 -07:00
Greg Neagle 025bd082eb Update Finnish localization. Thanks to Hannes Juutilainen. 2017-08-18 13:48:31 -07:00
Greg Neagle 7888e7123f Update German localizations. Thanks to Daniel Moore and Oliver Haessler. 2017-08-18 13:43:33 -07:00
Greg Neagle 5a6183d18b Updated Dutch localization. Thanks to Arjen van Bochoven. 2017-08-17 13:31:02 -07:00
Greg Neagle 7f19440f76 Add placeholder string for needed localiztions 2017-08-17 13:23:36 -07:00
Greg Neagle aff674081b MSC.app: Navigate menu->Reload page (Cmd-R) now also triggers an update check. 2017-08-11 16:24:00 -07:00
Greg Neagle 744840d85a Address issue #791 -- follow symlinks when getting a list of items in a FileRepo 2017-08-01 10:03:43 -07:00
Greg Neagle 1ab3e19c97 Add support for specifying additional options to startosinstall tool. 2017-07-27 08:24:35 -07:00
Greg Neagle 4d1571f2a8 Avoid unhandled TypeError when trying to read binary plists with plistlib when makecatalogs is run against non-Apple Python 2017-07-26 16:09:21 -07:00
Greg Neagle 2826e601b4 Display an error and exit if no repo URL is defined or provided instead of crashing 2017-07-24 09:36:39 -07:00
Greg Neagle 39c2672fdd Correct order of preferences 'level' search. 2017-07-20 10:28:09 -07:00
Greg Neagle a2cd572b74 Add --show-config option to managedsoftwarecenter 2017-07-18 13:41:45 -07:00
Yoann Gini f0f34d7d44 Add -b option to make_munki_mpkg_DEP.sh script to create a DEP package with munki bootstrap enabled. (#790)
This feature is usefull for deployment where the end user account come from a directory service and the IT want to lock the computer until the system is fully updated.
2017-07-18 08:31:56 -07:00
Greg Neagle ebbbd3a1f8 Fix for boot_volume_is_cs_converting(); thanks to @tcinbis 2017-07-11 10:34:51 -04:00
Greg Neagle f1be44faf9 Move remove_from_selfserve_* functions from installer to manifestutils to prevent an import loop in removepackages 2017-07-06 14:22:10 -07:00
Greg Neagle 0238108730 Bump version of MSC.app to reflect non-trivial code changes 2017-07-06 08:53:45 -07:00
Greg Neagle 471f400f8c Only show updates for higher OSes if the ShowOptionalInstallsForHigherOSVersions preference is true 2017-07-05 08:16:16 -07:00
Greg Neagle 11bd8731d8 MSC.app: Hide new problem updates table when displaying update check/install progress 2017-07-05 08:15:23 -07:00
Greg Neagle 4250ab564f munkiimport: When creating a disk image, explicitly specify HFS+ format 2017-07-03 12:56:32 -07:00
Greg Neagle 81630647eb Display problem updates on Updates page in Managed Software Center.app 2017-07-03 12:55:38 -07:00
Greg Neagle 065044afc6 munkilib/osinstaller.py: Check CoreStorage conversion process before starting macOS install 2017-06-30 10:26:48 -07:00
Greg Neagle c8f3053f2f Suppress 'Rejected item' warnings when processing optional_installs 2017-06-30 08:22:41 -07:00
Greg Neagle ad9c08856d More changes to support showing optional item updates that require user action to install -- like updating macOS version or making disk space available. 2017-06-29 15:08:15 -07:00
Timothy Sutton eef37a2734 Add ru localization for 'requires higher OS version' (#787) 2017-06-29 09:47:56 -07:00
Greg Neagle 5458ce8b97 Add missing semicolons for new localizaed strings 2017-06-28 16:53:56 -07:00
Greg Neagle 28fab2c624 Fix localization comment/label for 'Requires macOS version %s' message 2017-06-28 13:28:10 -07:00
Greg Neagle 483ac7969c Localization updates 2017-06-28 13:26:45 -07:00
Arjen van Bochoven 755204cad4 Update dutch locale (#786) 2017-06-28 13:20:47 -07:00