2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00
guix-cuirass/bin
Ludovic Courtès d544f3e6ba cuirass: Fix scope mismatch.
Previously STORE would be closed on the first context switch, before
'restart-builds' has completed, leading to an error (writing to a closed
port).

* src/cuirass/base.scm (restart-builds): Remove 'store' parameter.  Wrap
body in 'with-store'.
* bin/cuirass.in (main): Adjust accordingly.
2018-01-23 23:45:24 +01:00
..
cuirass.in cuirass: Fix scope mismatch. 2018-01-23 23:45:24 +01:00
evaluate.in cuirass: Store new information in database to prepare new HTTP API 2017-09-08 21:00:57 +02:00