hdutil create issue
TechJedi51 opened this issue · 4 comments
I am getting the following error:
Error in local.munki.MakeMKV: Processor: DmgCreator: Error: creation of /pathname/AutoPkg/Cache/local.munki.MakeMKV/MakeMKV.dmg failed: hdiutil: create failed - No space left on device
It may be similar to this issue:
autopkg/jps3-recipes#57
Thanks for reporting I'll have a look as soon as I'm able
No worries. Thanks for maintaining this recipe. Much appreciated.
OK, this should be resolved now with 15e0193.
It appears we no longer need to create a separate DMG (I can't recall why this was needed in the first place) but had I just increased the configured DMG size that would have also addressed this. Still, never a bad idea to review what you've done before and make improvements!
This will produce a cleaner version number for the munki item (1.16.3
), albeit the app has a CFBundleShortVersionString
value of something like v1.16.3
. You'll need homebysix
's repo for the VersionSplitter
processor.
That worked great. Thanks again.
I sometimes go back and review code I have written and wonder why I took the long way around something. Sometimes, but not always, I add a comment or two explaining the "why". I need to get better at doing that.