homebysix / recipe-robot

A kick ass tool for creating AutoPkg recipes.
Apache License 2.0
301 stars 28 forks source link

Certain recipe types should require other recipe types to be selected in prefs #58

Closed homebysix closed 8 years ago

homebysix commented 8 years ago

Because Recipe Robot produces entire recipe chains, you shouldn't be able to select a specific recipe type in preferences unless its parent recipe type is also selected.

Here are the dependencies:

homebysix commented 8 years ago

https://github.com/homebysix/recipe-robot/commit/96e90270bbaef459e3efc2d9cab1b487f679bfea, https://github.com/homebysix/recipe-robot/commit/8c9cbdebe52e6df02b7a9b318bf0ae0b1159ffd6, and https://github.com/homebysix/recipe-robot/commit/2d429ba964ec21e774b9ffdfaefa8f4d7983aab3 should take care of this. Thanks @eahrold!