From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: cuirass evaluate Date: Wed, 12 Jul 2017 11:39:42 +0200 Message-ID: <86eftmm1sx.fsf@gmail.com> References: <87podbthkk.fsf@gmail.com> <87k23g498e.fsf@gnu.org> <87o9squc3d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVE7V-0006ys-Tw for guix-devel@gnu.org; Wed, 12 Jul 2017 05:39:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVE7R-0001V3-2K for guix-devel@gnu.org; Wed, 12 Jul 2017 05:39:45 -0400 In-reply-to: <87o9squc3d.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel Hi Ludo, A cuirass question : In src/cuirass/base.scm, you wrote the following comment : --8<---------------cut here---------------start------------->8--- ;; Register the results in the database. ;; XXX: The 'build-derivations' call is blocking so we end updating the ;; database potentially long after things have been built. --8<---------------cut here---------------end--------------->8--- How would it be possible to be notified when a build succeeds, to update the database asap ? Thanks, Mathieu