autopkg / grahamgilbert-recipes

Apache License 2.0
7 stars 19 forks source link

Crypt recipe consolidation #21

Closed aysiu closed 4 years ago

aysiu commented 4 years ago

Since Crypt is essentially Crypt and Crypt and Crypt2, this PR makes the Crypt.download and Crypt.munki recipes the core recipes, and it makes the Crypt2.download and Crypt2.munki recipes simply placeholders that use Crypt.download and Crypt.munki as parent recipes.

This way, there don't have to be two separately maintained sets of recipes that are replicas of one another or any confusion about which recipe to use, especially now that Crypt is on version 3+ (not 2).

grahamgilbert commented 4 years ago

Perhaps use https://github.com/autopkg/autopkg/wiki/Processor-DeprecationWarning on the Crypt2 recipe?

aysiu commented 4 years ago

That's a good idea. I'll add that commit to the PR.