chef-boneyard / push-jobs-cookbook

Development repository for Chef Cookbook push-jobs
https://supermarket.chef.io/cookbooks/push-jobs
Apache License 2.0
21 stars 43 forks source link

push jobs fail with ArgumentError: invalid byte sequence in US-ASCII #25

Closed runwaldarshu closed 9 years ago

runwaldarshu commented 9 years ago

Currently due to no encoding set on the chef config if there are cookbooks involved with data non ASCII format the push job fails. It will be nice to allow support for push-jobs cookbook to allow ENV variable setting so that we can set LC_ALL as per https://tickets.opscode.com/browse/CHEF-3304

There are copule of ways we can do it and based on which way we would like to resolve it I will submit PR

Any other options are welcome as well.

markan commented 9 years ago

Merged your fix. Thanks!