--
You received this message because you are subscribed to the Google Groups "munki-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<Screen Shot 2013-08-26 at 10.22.18 AM.png>
--
You received this message because you are subscribed to the Google Groups "munki-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
This tidbit really should be noted somewhere on https://code.google.com/p/munki/wiki/PkginfoForAppleSoftwareUpdates,
I have been getting the same "No pkginfo found" error noted above because when using "munkiimport --apple-update 041-6651 --catalog=testing" I named it with a hyphen instead of an underscore during the import process. Now when I run managedsoftwareupdate I do not get the "No pkginfo found" error if I instead use an underscore.Of course, your confusion may stem from the fact that I'm not sure I'm actually using the --apple-update tool correctly as my assumption was that I could simply tell Munki to pull only this specific update referenced by the Product Key from Apple and it would go out, put the pkg in my repo, and apply it to my fleet... which upon more careful reading it seems this tool is only for tweaking additional metadata if you are using munki to provide ALL Apple software updates, correct???
Is there another tool I'm missing that would do that, because that would be pretty awesome ;)
On Wednesday, November 13, 2013 5:12:04 PM UTC-5, gregn...@mac.com wrote:This tidbit really should be noted somewhere on https://code.google.com/p/munki/wiki/PkginfoForAppleSoftwareUpdates,Why there, specifically?If you understand how you can refer to items in manifests, you understand this is not something specific to PkginfoForAppleSoftwareUpdates.If I can say 'install the item named "Firefox", version "3.0.9"' by adding "Firefox-3.0.9" to a manifest, it follows that it might be a bad idea to name something "Foo-1.0". Is that item "Foo", version "1.0", or Item "Foo-1.0", latest version?-GregI've been struggling with this for days until I found this post.
On Sunday, August 25, 2013 10:01:14 PM UTC-4, gregn...@mac.com wrote:Pkginfo names that end with a hyphen and digits confuse Munki.
The motivator for this was Safari 6.1 - the package for this update was far harder to obtain (at least for me) than any package has right to be and I suspect Apple is going to continue down this road so I doubt this is a unique case.
For me, Munki is about simplifying my workflow, as I learn more and more about it I keep marveling at the level of control I have.It seemed perfectly logical that I could simply read my com.apple.SoftwareUpdate plist to find a specific product key for a troublesome pkg and then entering that key into munkiimport --apple-update would automate grabbing and distributing that specific item for me without enabling all Apple software updates en masse.
That's exactly the kind of simplicity Munki is spoiling me with and honestly seems even easier than manually downloading packages from Apple to import as is SOP.
It is what the page I referenced implied to me when I read it, whether that was intended or not. Were that accurate, your nugget about it not liking hyphens and numbers is incredibly important... the tool even suggests naming it "041-6651"
by default when you run it so I never thought to second guess it.
If this was not your intent for the tool, please forgive my rambling, my post was simply to help point out a potential clarification for the wiki to help others avoid losing the time I lost figuring this out.