You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
check-autopkg-recipes and check-munki-pkgsinfo now validates that supported_architectures values are set appropriately.
In anticipation of Munki 7, check-munki-pkgsinfo validates that version_script is a string starting with a script shebang.
check-munki-pkgsinfo now checks for specific deprecated installer_type and uninstall_method values, most of which are detailed here.
Added new FindAndReplace core processor version requirements for AutoPkg recipes.
Changed
Improvements to check-preference-manifests hook. (#91, thanks to @relgit)
check-autopkg-recipes ignores supported_architectures values within Munki pkginfo dictionaries that appear to be AutoPkg recipe substitution variables (e.g. %ARCH%).