Dennis Hoer
Dennis Hoer
I looked at kompose, but generating json instead of yaml and not being able to direct output was a big turnoff.
@sebgoa Thanks for the tip! By "direct output" I meant the `--output` switch that compose2kube has. It does look like yaml will be the default in a later release: https://github.com/kubernetes-incubator/kompose/issues/306.
I tried this and it didn't work: https://github.com/dhoer/chef-privacy_services_manager/blob/sierra/providers/default.rb#L25-L38 Error: https://travis-ci.org/dhoer/chef-privacy_services_manager/jobs/200815034#L406 Any advice on what to try to resolve this SIP issue would be welcomed.
Thank you for the help!
See https://github.com/gradle/gradle/issues/4012
I sent you an email. Question: have you thought about building, unit and integration testing this with appveyor?
Thanks. https://www.appveyor.com/ is a windows continuous integration tool that is free to opensource projects. You check-in a appveyor.yml that describes the steps to build and test your code: https://www.appveyor.com/docs/build-configuration/.
I'm having issues with comments. Logrotatewin sucks up the next uncommented line as part of the comment and throws Unknown directive error at the end, e.g., ``` # my comment...
Done: Comments in conf causes Unknown directive error #14
On windows is SCHTASKS the best way to run logrotate periodically?