Closed elflames closed 4 years ago
Sounds like you've identified the issue, thanks! Would you be able to contribute a working PR?
I was getting the same error as elflames and adding /Applications to the dmg_root resolved my issue as well :
The following recipes failed: /Users/bs_autopkg/Library/AutoPkg/RecipeOverrides/QLab3.munki.recipe Error in local.munki.QLab3: Processor: MunkiImporter: Error: creating pkginfo for /Users/bs_autopkg/Library/AutoPkg/Cache/local.munki.QLab3/QLab.dmg failed: Could not find a supported installer item in /Users/bs_autopkg/Library/AutoPkg/Cache/local.munki.QLab3/QLab.dmg!
`<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
`
Thanks for confirming @nescom-it! Would anyone be willing to submit those changes as a PR so that we can merge a fix?
Tangentially, is Figure53 still supporting Qlab3? Been a while since I’ve worked with it and before I left my workplace which used it we had moved onto Qlab4.
I have created a PR for this fix. Figure 53 is still supporting Qlab 3 as of February 5, 2018. Thanks again.
Closed in #58.
It appears when the Qlab3.download.recipe was updated with the addition of /Applications the munki recipe broke when trying to do a munkiimport as there was no application anymore at the root of the DMG. Munkimport is failing with "Error in local.munki.CDU-QLab3: Processor: MunkiImporter: Error: creating pkginfo for /Users/autopkgr/Library/AutoPkg/Cache/local.munki.CDU-QLab3/QLab3.dmg failed: Could not find a supported installer item in /Users/autopkgr/Library/AutoPkg/Cache/local.munki.CDU-QLab3/QLab3.dmg!"
by adding /Applications to the dmg_root key munkiimport works again.
Figured I would open this issue, incase this was a slight oversight?
cheers for all your goodies over the years mate.