autopkg / jss-recipes

AutoPkg recipes that use JSSImporter to upload software packages to your JSS.
84 stars 63 forks source link

PyCharm Complains about several layers of Parent Recipes #188

Closed HewittJC closed 4 years ago

HewittJC commented 5 years ago

I get the following error when trying to use the PyCharm Recipe even though I have the parent. It appears there is yet another missing parent, though I cannot find where said parent even exists.

image

homebysix commented 5 years ago

Hi @HewittJC - The PyCharm.jss recipe's parent is com.github.chilcote.pkg.PyCharm, and that recipe's parent is com.github.mosen.download.PyCharmPro. So you'll need both the chilcote-recipes and mosen-recipes repositories added, if you haven't already.

autopkg repo-add chilcote-recipes mosen-recipes

Then try the PyCharm.jss recipe again and see if you get different results.

homebysix commented 4 years ago

Closing due to no response, but please reopen with details if the issue continues.