Re: [PATCH] build: container: Fix call-with-clean-exit.

2015-10-10 Thread Thompson, David
;> Date: Fri, 9 Oct 2015 12:33:40 -0400 >> Subject: [PATCH] build: container: Fix call-with-clean-exit. >> >> Before, call-with-clean-exit would *always* return an exit code of 1. >> >> * gnu/build/linux-container.scm (call-with-clean-exit): Exit with status >> code

Re: [PATCH] build: container: Fix call-with-clean-exit.

2015-10-09 Thread Ludovic Courtès
David Thompson <dthomps...@worcester.edu> skribis: > From dc72ee831d6c6b93cf404a7fd1abc4b8fb27b7f2 Mon Sep 17 00:00:00 2001 > From: David Thompson <dthomps...@worcester.edu> > Date: Fri, 9 Oct 2015 12:33:40 -0400 > Subject: [PATCH] build: container: Fix call-with-clea