Petr Michalec

Results 72 comments of Petr Michalec

[**@bbinet**](https://github.com/bbinet) commented on [Aug 4, 2017, 12:06 PM GMT+2](https://github.com/madduck/reclass/issues/73#issuecomment-320211232 "2017-08-04T10:06:30Z - Replied by Github Reply Comments"): > The new features available in [@AndrewPickford](https://github.com/andrewpickford) fork sound great. I'm planning to switch...

@MathieuBordere thanks, that definitively bring some light. UPDATE: removed some part of the comment, after I have read 2nd time `address after -s doesn't really matter for this command` My...

This you can solve by creating baz: target and adding it to the requires before foo, bar. Can you be more specific how that would be useful? BTW: I found...

I think so finally, jinja2 is out of scope. For anything other, I found pyInvoke (python kind of Makefile) can do the remaining magic quite well. https://github.com/epcim/docker-salt-formulas/blob/master/tasks.py What I would...

Poor fix was like handle 400 error code, gerrit.py: ```class Gerrit(object): curl -s 'https://REPOURL/gerrit/changes/?q=is:abandoned+age:7d' ---------------- def __init__(self, baseurl, prefix): -------------------------------------------- def join_URL_frags(base, query): ------------------------------------------------ def get_query_result(self, url): log.debug('url = {0}'.format(url))...

note: formula fetch scritpt is bit special way escaped as kitchen do some magic with it when transporting/running it. was a nightmare. imho it is not usable/test-able out of kitchen....

Obiously not: https://github.com/portertech/kitchen-docker/blob/master/lib/kitchen/driver/docker.rb#L106 so can we make that 'localhost' an driver attribute?

@ejstreet would not help you to do it with KRM gotpl renderer? https://github.com/epcim/render-gotpl-fn

BTW some of them has README in a docs directory (like etcd)