From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: List of failing packages Date: Mon, 04 Nov 2019 16:26:23 +0100 Message-ID: <87h83jfysg.fsf@elephly.net> References: <4fa52687a643221e32009113fa4f42b3932eb0c7.camel@gnu.org> <05DEF5E9-ADE1-4C13-B24D-C2BA5675F43E@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43056) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iReFX-00085u-8x for guix-devel@gnu.org; Mon, 04 Nov 2019 10:26:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iReFW-00089t-6E for guix-devel@gnu.org; Mon, 04 Nov 2019 10:26:35 -0500 In-reply-to: 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: Roel Janssen Cc: guix-devel@gnu.org Roel Janssen writes: > With Hydra, when clicking on a failed build you could see > previous builds of that same package and its success or failure of > them. I found that very useful. For previous builds you can use a query like icecat spec:guix-master system:x86_64-linux and it will show you all past builds for icecat on the given system and matching the given specification name (here: the master branch). -- Ricardo