Skip to content

Instantly share code, notes, and snippets.

@hfike
Created August 26, 2013 21:11
Show Gist options
  • Save hfike/c84e36d8b2f82eb9b0c2 to your computer and use it in GitHub Desktop.
Save hfike/c84e36d8b2f82eb9b0c2 to your computer and use it in GitHub Desktop.
autopkg over-rides failure
autopkg hefike$ Code/autopkg make-override Firefox.munki
Traceback (most recent call last):
File "Code/autopkg", line 1017, in <module>
sys.exit(main(sys.argv))
File "Code/autopkg", line 1011, in main
exit(subcommands[verb]['function'](argv))
File "Code/autopkg", line 723, in make_override
FoundationPlist.writePlist(override_plist, override_out_file)
File "/Users/hefike/Desktop/dev/autopkg/Code/FoundationPlist/FoundationPlist.py", line 103, in writePlist
"Failed to write plist data to %s" % filepath)
FoundationPlist.FoundationPlist.NSPropertyListWriteException: Failed to write plist data to /Users/hefike/Library/AutoPkg/RecipeOverrides/Firefox.munki.recipe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment