munki / munki-pkg

Repo for the munkipkg tool and example projects
Other
345 stars 73 forks source link

Added json support for build-info #4

Closed natewalck closed 9 years ago

natewalck commented 9 years ago

Uses build-info.plist if present, if it does not find it, looks for build-info.json.

gregneagle commented 9 years ago

I'll accept and merge if you then work on reducing the duplication: there's a lot of duplicated code between read_build_info_plist and read_build_info_json.

natewalck commented 9 years ago

Agreed. This was the 10 second version.

gregneagle commented 9 years ago

I've been working hard to make sure PyLint gives me a score of 100% on the code in munkipkg -- let's not break the record!