Domen Kožar
Domen Kožar
It would be great if you can create a regression test case in tests directory.
@reidpr see https://github.com/NixOS/patchelf/commit/81c0ea3eb87b077e0089e0f2737a63654e8bf51a You can see a bunch of examples there, you'll also need to provide a sample binary to test.
@reidpr if you provide a binary and a small bash script to call patchelf and assert it works (and confirm it doesn't with the old patchelf) that should be sufficient.
It seems best to have all builders under one owner (or a few for redundancy) and then use something like https://cachix.org/ to provide a binary cache. In the future, hydra...
I'm happy to sponsor the cache for ofborg (thought I mentioned this earlier here, but I didn't).
Got bitten by this as well, there's no way to know what command was invoked to see how to reproduce.
Yeah I saw that too - didn't have time to implement it during #pycon sprints
I've written https://github.com/domenkozar/pyramid-cookiecutter-jinja2, but I'd appreciate someone proof reading before we move it to the Pylons project. I'll make a separate PR for pyramid_jinja2 to use the cookiecutter scaffold.
Should we move scaffold related docs to cookiecutter repo from pyramid_jinja2 docs? http://docs.pylonsproject.org/projects/pyramid_jinja2/en/latest/#creating-a-jinja2-pyramid-project
> I don't think so. Roger, I'll keep it there then. > I was wondering also - we are going to convert the cookiecutter for the starter scaffold in pyramid...