From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#24168: Offloading builds does not honor --keep-failed Date: Fri, 25 Oct 2019 23:10:42 +0200 Message-ID: <8736fgmsz1.fsf@gnu.org> References: <871t2212rt.fsf@we.make.ritual.n0.is> <87vaz38asw.fsf@we.make.ritual.n0.is> <877fb5akoe.fsf@we.make.ritual.n0.is> <20191025104749.GL15460@E5400> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39504) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iO6rS-00014k-BF for bug-guix@gnu.org; Fri, 25 Oct 2019 17:11:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iO6rQ-0000Pe-6m for bug-guix@gnu.org; Fri, 25 Oct 2019 17:11:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iO6rQ-0000PX-3i for bug-guix@gnu.org; Fri, 25 Oct 2019 17:11:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iO6rP-0002a2-Ss for bug-guix@gnu.org; Fri, 25 Oct 2019 17:11:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20191025104749.GL15460@E5400> (Efraim Flashner's message of "Fri, 25 Oct 2019 13:47:49 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Efraim Flashner Cc: 24168@debbugs.gnu.org Efraim Flashner skribis: > On Wed, Aug 24, 2016 at 10:04:01PM +0000, ng0 wrote: >> ng0 writes: >>=20 >> > ng0 writes: >> > > > Offloading still does not honor --keep-failed, but with > b3673e9917217fc27c743092e58e4eb33d0fdd16 there is at least a warning > about it now. Actually no. :-) The warning is for when you have GUIX_DAEMON_SOCKET=3Dguix://host.example.com and not when you=E2=80=99re offloading. I was thinking that we could turn off offloading when =E2=80=98-K=E2=80=99 = is passed; that=E2=80=99s usually what one expects no? Thanks, Ludo=E2=80=99.