Vitaly Rybnikov
Vitaly Rybnikov
Gixy v0.1.20 failes with message `[nginx_parser] WARNING Skip unparseable block: "http"` on config like ``` log_format json escape=json '' '{ "@timestamp": "$time_iso8601", ' ... # problem line: '"any_variable": "any-value", '...
@xsuchy what do you think about this? I faced with issues, that several packages (mostly various kernel drivers) dynamically depends in spec on installed kernel-{headers,devel}. And after build packages (drivers)...
When I'm using `mock` like ``` mock --resultdir /myresults --shell "some command" ``` it doesn't store any logs in `/myresults` dir at all. I expect at least `build.log`, `root.log` and...
``` python3 ./vktotg.py ✭ Do you want to leave the local files? [N/y] y First, log in to vk.com Enter login: sy*** Enter password: Traceback (most recent call last): File...
I love you extension. Really cool! Thank you! One of two things I would like: have bash functions support also :)
I use bb-0.9.11 and python-2.7, CentOS-7.3. I'm trying to use new feature (renderable builderNames) for ForceScheduler. My code, just from docs: ```python @util.renderer @defer.inlineCallbacks def builderNames4ForceBuild(props): builders = set() var_id...