autopkg / novaksam-recipes

JSS Autopkg recipes
Apache License 2.0
12 stars 23 forks source link

Recipes that use PkgBuildTester are sadly broken #51

Open smashism opened 4 years ago

smashism commented 4 years ago

Looks like it got nuked from orbit: https://github.com/autopkg/nmcspadden-recipes/commit/c9948778b95e8153002f78327c1df8d257ed2be4#diff-583af2754478b0da39bd5110b2b261ce

Impact for me is Android Studio and Brackets, I'm unsure what other recipes in this repo use that processor.

beatlemike commented 4 years ago

at least JamfPro as well

novaksam commented 4 years ago

Yikes, that was sudden... And probably broke a handful of my PKG recipes. I'll investigate

novaksam commented 4 years ago

Ah, looks like this is duplicated functionality: https://github.com/autopkg/autopkg/wiki/Processor-AppPkgCreator. I'll try to get my stuff updated shortly.

novaksam commented 4 years ago

@smashism @beatlemike You guys want to give it a try? I suspect it's fixed.

beatlemike commented 4 years ago

Didn't work for me, I get an error about Foundation PList now

beatlemike commented 4 years ago

Brackets is fine, I guess the error is just in the JamfPro JSS recipe

Error in local.jss.Jamf Pro: Processor: com.scriptingosx.processors/PathListCopier: Error: module 'FoundationPlist' has no attribute 'FoundationPlistException'

So that would be a new issue...