From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: [PATCH 1/4] utils: Change critical section terminology to worker threads. Date: Wed, 29 Jan 2020 17:26:50 +0100 Message-ID: <87eevi6xf9.fsf@gnu.org> References: <20200124194406.29638-1-mail@cbaines.net> <87r1zn8m5h.fsf@gnu.org> <875zgz87my.fsf@cbaines.net> <87eevjj2p6.fsf@gnu.org> <87zhe7o5wj.fsf@cbaines.net> 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]:38881) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwqBA-0002PC-Vt for guix-devel@gnu.org; Wed, 29 Jan 2020 11:27:02 -0500 In-Reply-To: <87zhe7o5wj.fsf@cbaines.net> (Christopher Baines's message of "Tue, 28 Jan 2020 17:19:24 +0000") 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-mx.org@gnu.org Sender: "Guix-devel" To: Christopher Baines Cc: guix-devel@gnu.org Hi! Christopher Baines skribis: > Ludovic Court=C3=A8s writes: > >> Christopher Baines skribis: >> >>> I've gone ahead an pushed these patches now, as it's something I'd like >>> to deploy prior to the Guix days. >> >> Woohoo! Should we deploy it on berlin? Let=E2=80=99s synchronize on IR= C maybe? > > Yep, it would be good. I think it works fine on Bayfront (ignoring the > issues there with running out of disk space, and the build users thing). > > It might already be deployed though, as I've just noticed the /output/ > requests work on Berlin ([1] for example). That's really good, as it > means I'll be able to pull builds in to the Guix Data Service much more > easily. > > 1: https://ci.guix.gnu.org/output/4whab5ys3k3r4yn7knc3pfjpwcxqiqxi-maven-= resolver-provider-3.6.1 Yeah, it was reconfigured on Jan. 26 from a Cuirass commit that was current at that point; specifically, the config has this uncommitted change: +(define cuirass-devel + (package + (inherit cuirass) + (version (string-append (package-version cuirass) "-dev")) + (source (git-checkout + (url "https://git.savannah.gnu.org/git/guix/guix-cuirass.git"))= ))) Ludo=E2=80=99.