From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: [Cuirass] Build details Date: Wed, 19 Jun 2019 00:18:48 +0200 Message-ID: <87blyuo7uf.fsf@elephly.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]:49356) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdMRS-0005im-Lh for guix-devel@gnu.org; Tue, 18 Jun 2019 18:19:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdMRR-0000tU-JV for guix-devel@gnu.org; Tue, 18 Jun 2019 18:19:02 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21273) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hdMRP-0000rU-G9 for guix-devel@gnu.org; Tue, 18 Jun 2019 18:18:59 -0400 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: guix-devel@gnu.org Hi Guix, Cuirass now handles URLs of the pattern /build//details to show you details of the selected build. It=E2=80=99s not much at this point and it = could be prettier (e.g. to display the duration in human-readable form, not just in seconds) and show more information (such as dependencies), but it=E2=80=99s a start. Here=E2=80=99s an example so you don=E2=80=99t have to go look for it: https://ci.guix.gnu.org/build/1399809/details --=20 Ricardo