Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect closing tag in description of ack.munki.recipe #8

Open
gerardkok opened this issue Jan 30, 2015 · 1 comment
Open

Incorrect closing tag in description of ack.munki.recipe #8

gerardkok opened this issue Jan 30, 2015 · 1 comment

Comments

@gerardkok
Copy link

Something went wrong in the recent edit of the description field of the ack.munki.recipe; its closing tag is now incorrect. Actual error (when, for example, running 'autopkg info ack.munki'):

WARNING: plist error for /Users/munki/Library/AutoPkg/RecipeRepos/com.github.autopkg.jleggat-recipes/ack/ack.munki.recipe: Error Domain=NSCocoaErrorDomain Code=3840 "The data couldn’t be read because it isn’t in the correct format." (Encountered unexpected character D on line 23 while looking for close tag) UserInfo=0x7ff0c2fbf4b0 {NSDebugDescription=Encountered unexpected character D on line 23 while looking for close tag, kCFPropertyListOldStyleParsingError=The data couldn’t be read because it isn’t in the correct format.}

(note that I had to set LANG to 'en_US.UTF-8' to see the actual error, otherwise I would only get a Python exception: "UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 181: ordinal not in range(128)").

This error seems to affect your entire repository, instead of just this recipe (I use your SequelPro recipe, and still got the Python exception).

Also, I would have made a pull request if only I would know how to do it, but I'm still very much a beginner to git and github.

@48kRAM
Copy link

48kRAM commented Feb 1, 2015

I have a fork at https://github.com/48kRAM/jleggat-recipes with an open pull request. Untill that request is accepted, you can use my forked version by removing this one and using my fork:

autopkg repo-add https://github.com/48kRAM/jleggat-recipes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants