mirror of
https://github.com/munki/munki.git
synced 2026-05-11 23:09:46 -05:00
04b33642b3
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.