From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: b588adc (c-ares update) triggers 6959 builds Date: Tue, 06 Nov 2018 12:01:29 +0100 Message-ID: <877ehq5v1y.fsf@lassieur.org> References: <87a7mm5x1u.fsf@lassieur.org> <20181106102132.GC1206@macbook41> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJz78-0003Jr-7G for guix-devel@gnu.org; Tue, 06 Nov 2018 06:01:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJz77-0003xk-D9 for guix-devel@gnu.org; Tue, 06 Nov 2018 06:01:42 -0500 In-reply-to: <20181106102132.GC1206@macbook41> 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: Ricardo Wurmus , Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Efraim Flashner writes: > On Tue, Nov 06, 2018 at 11:18:21AM +0100, Cl=C3=A9ment Lassieur wrote: >> Hi, >>=20 >> FYI commit b588adc96feec4498857ecb6d3537f746b0c0463 (gnu: c-ares: Update >> to 1.15.0.) triggers 6959 commits, and was pushed to master. >>=20 > > I obviously did not check that well enough, I thought it was only used > by a few packages. Reverting it now. Cool, thank you! Ricardo or Ludovic, maybe you could type: # herd stop cuirass # sqlite3 /var/lib/cuirass/cuirass.db 'update builds set status =3D 4 w= here evaluation =3D 1401' # herd start cuirass To cancel all the builds that have been triggered by that evaluation? Cl=C3=A9ment