Clean up unused input/output variables
Closed this issue · 2 comments
timsutton commented
Right now there seem to be some either unused or duplicated input/output variables in some of the processors. For example, when I run a munki recipe, CreativeCloudFeed outputs these 5 variables:
{'Output': {'display_name': u'Media Encoder CC (2017)',
'icon_url': u'https://adobe-oobe-prod-data-store-ue1.s3.amazonaws.com/prod/icons/AME/11.1.0/192x192.png',
'minimum_os_version': u'10.10.0',
'product_info_url': u'https://creative.adobe.com/products/media-encoder',
'version': u'11.1.0'}}
and yet it defines 10 output variables.
CreativeCloudVersioner also seems to copy several output variables from other processors.
timsutton commented
I could see some of the other variables defined like family
, release_notes
being useful. It looks like we just aren't setting them in the env
.
timsutton commented
This issue was moved to autopkg/adobe-ccp-recipes#4