Added
-
New
--warn-on-duplicate-imports
flag for use with Munki pkginfo checks, for Munki administrators who don't care about multiple potential versions of the same pkginfo/pkg in the repository (perhaps because of differingsupported_architectures
or other keys).When this is specified, the pre-commit hook will warn when files with
__1
(and similar) suffixes are seen in the pkgsinfo/pkgs folders. This will enbale pre-commit hooks to pass, as long as there are no other errors. Omitting the--warn-on-duplicate-imports
flag will continue generating an error and failing the hooks, as was the previous behavior. -
Include
SignToolVerifier
andURLDownloaderPython
AutoPkg processors when suggesting minimum versions. -
Updated AutoPkg recipe type convention checking to include new
JamfUpload
processors as well asURLDownloaderPython
andMunkiInfoCreator
. -
Added a suggestion to use Rich Trouton's VariablePlaceholder processor for setting arbitrary environment variables instead of supplying unexpected arguments to existing processors.
Fixed
- Fixed FileWaveImporter processor detection.