apenwarr-redo/docs/cookbook
Avery Pennarun 2e4d3d518e cookbook/container/default.sha256.do: use explicit close_fds=False.
Some people have /usr/bin/python as a link to python3. The script is
designed to work in either python2 or python3, but python3's subprocess
model defaults to close_fds=True, which closes the jobserver fds and
causes an error.  Explicitly force close_fds=False to get identical
behaviour on python2 and python3.

Reported-by: Tharre <tharre3@gmail.com>
2019-05-15 15:19:06 -07:00
..
c Work around ancient shells where >$3 does not implicitly quote $3. 2019-03-03 20:56:17 -05:00
container cookbook/container/default.sha256.do: use explicit close_fds=False. 2019-05-15 15:19:06 -07:00
defaults Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
hello Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
latex Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
redoconf-simple docs/cookbook/redoconf-simple: a simple redoconf C++ project. 2019-03-06 03:05:04 -05:00
all.do Experimental new redoconf C/C++ build/autoconfiguration system. 2019-02-23 06:52:25 -05:00
clean.do cookbook/container: example of building+running docker containers. 2019-01-08 01:42:33 -05:00