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
Greg Neagle
9662237434
Adjust line lengths to max 80 chars
2017-05-04 14:40:48 -07:00
Timothy Sutton
e589cf0b23
Calculate installed_size for Adobe CCP HyperDrive installers ( #765 )
...
* Include Adobe HD payloads in calculated installed_size
* Improve calculation of Adobe CCP HD package sizes
- include DownloadSize and regional package sizes, and add a small overhead for the CC Desktop app
2017-05-04 14:22:29 -07:00
Greg Neagle
0d121949b6
Properly unquote paths from file:// repo urls
2017-05-04 10:12:41 -07:00
Greg Neagle
778df23802
Tweak progress/status messages for macOS upgrade installs
2017-04-25 15:20:58 -07:00
Greg Neagle
d8917e8dd5
Do not enforce force_update_after_date for optional installs that are being installed for the first time; ie there is no prior install
2017-04-22 21:09:09 -07:00
Greg Neagle
d73eda81de
Merge branch 'authrestart' into Munki3
2017-04-22 16:13:13 -07:00
Greg Neagle
89a3e0d993
Localization work for macOS upgrades
2017-04-22 07:34:37 -07:00
Greg Neagle
eda5e76905
profiles.py: Fix a logic error that sometimes caused config_profile_info() to return None instead of an empty dictionary
2017-04-21 13:34:07 -05:00
Greg Neagle
1ca9c32e73
profiles.py: Fix a logic error that sometimes caused config_profile_info() to return None instead of an empty dictionary
2017-04-21 13:33:41 -05:00
Greg Neagle
98a4892985
Auth restart support for Managed Software Center.app
2017-04-20 14:52:02 -05:00
Greg Neagle
4b1c0c9949
Start of launchd socket support
2017-04-14 10:47:58 -07:00
Greg Neagle
8b6ecc6788
Only set the secret preference if we're going to attempt an authrestart; rely on default behavior otherwise
2017-04-13 16:31:30 -07:00
Greg Neagle
72f369544f
Experimental support for authrestart after kicking off macOS upgrade
2017-04-13 15:48:14 -07:00
Greg Neagle
b45a36a337
Refactor authrestart code so osinstaller can use it.
2017-04-13 15:47:29 -07:00
Greg Neagle
f3c85492c4
Improved debug logging in keychain.py
2017-04-10 16:43:59 -07:00
Greg Neagle
7a78d286fc
Code cleanup
2017-04-08 09:24:34 -07:00
Greg Neagle
233c92501e
logic cleanup and code de-dupe
2017-04-08 09:23:44 -07:00
Greg Neagle
d13130c4dc
PyLint cleanups
2017-04-07 22:12:02 -07:00
Greg Neagle
a4eef0f256
PyLint cleanups
2017-04-07 22:05:02 -07:00
Greg Neagle
78383f5980
PyLint cleanups
2017-04-07 21:59:55 -07:00
Greg Neagle
d50919f5ae
PyLint cleanups
2017-04-07 21:56:13 -07:00
Greg Neagle
8172507fe8
PyLint cleanup
2017-04-07 21:53:07 -07:00
Greg Neagle
7dc510836a
PyLint cleanup
2017-04-07 21:51:49 -07:00
Greg Neagle
af19f8686f
Fix comments entered as doc strings
2017-04-07 21:35:14 -07:00
Greg Neagle
7304a87e87
Refectoring of munkilib/appleupdates and removal of unsued code
2017-04-07 16:43:06 -07:00
Greg Neagle
de38380516
Refactring of munkilib/installer/core.py
2017-04-07 16:42:04 -07:00
Greg Neagle
25e42ecdb0
Faster iteration of installed apps when searching for matching apps during updatecheck
2017-04-07 16:41:22 -07:00
Greg Neagle
11e5d79f69
munkilib/appleupdates/dist.py: Refactoring to make PyLint happier. Now with a score of 100!
2017-04-07 12:10:06 -07:00
Greg Neagle
15fb5c56c5
Refactoring in munkilib/installer/dmg.py to make PyLint happier. Now a score of 100!
2017-04-07 10:47:25 -07:00
Greg Neagle
254b03ba07
Refactoring in munkilib/installer/pkg.py to make PyLint happier. Now a score of 100!
2017-04-07 09:15:16 -07:00
Greg Neagle
15c26d8ae3
Add support for -allowUntrusted flag for installer packages
2017-04-05 11:35:42 -07:00
Greg Neagle
ffbf9242cf
osinstaller: When signalled that startosinstall is ready to reboot, rm the diskimage to make more room for the actual install; only return pkginfo for Sierra installers (ignore pre-Sierra OS X installers)
2017-04-05 08:56:18 -07:00
Greg Neagle
691e399afe
osinstaller: add minimum_munki_version to generated pkginfo
2017-04-04 10:55:29 -07:00
Greg Neagle
292bc808c6
- Groundwork for installing from locally-installed app instead of dmg
...
- Run some finishing tasks including postflight script when signalled by startosinstall that it's ready to restart
- launchd.py extended to optionally _not_ cleanup a launchd job on exit so that startosinstall isn't killed prematurely and can live on after managedsoftwareupdate's untimely death
2017-04-04 10:49:15 -07:00
Greg Neagle
dfffb65ee9
osinstaller: run startosinstall in a seperate launchd job
2017-04-03 14:03:30 -07:00
Greg Neagle
bf2c2332b3
osinstaller: generated pkginfo now contains installed_size
2017-04-02 23:00:54 -07:00
Greg Neagle
2219f13621
Add macOS install support to managedsoftwareupdate
2017-04-01 21:28:48 -07:00
Greg Neagle
ed341229a1
Start adding support for startosinstall items to updatecheck
2017-04-01 12:34:23 -07:00
Greg Neagle
a64b1d7ab3
Add 'startosinstall' support to iconimporter, makepkginfo, and munkiimport
2017-04-01 12:33:35 -07:00
Greg Neagle
accc63e8ca
More output parsing cleanup
2017-04-01 09:32:15 -07:00
Greg Neagle
794af35a02
Filter out some more startosinstall output when displaying progress feedback.
2017-04-01 09:21:07 -07:00
Greg Neagle
96fac18287
Mount installer dmg under /Volumes to work around validation issue; better validation of successful run of startosinstall
2017-04-01 08:31:57 -07:00
Greg Neagle
4c693512b2
Fix for MunkiStatus displaying percent done
2017-04-01 08:29:24 -07:00
Greg Neagle
f579515633
dmgutils.mountdmg can now optionally mount a dmg under /Volumes; adobeutils.mount_adobe_dmg now just calls dmgutils.mountdmg
2017-04-01 08:28:38 -07:00
Greg Neagle
61424cd356
AppleUpdates._run_softwareupdate(): properly find the local ptyexec tool
2017-03-30 22:46:41 -07:00