From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Web interface pushed Date: Sat, 11 Aug 2018 18:38:15 +0200 Message-ID: <87tvo0c0zs.fsf@elephly.net> References: <87r2jlbsq3.fsf@lassieur.org> <87h8khbo71.fsf@gnu.org> <20180730124528.hgkpl2kbxc6fglp5@thebird.nl> <87lg9ssvl7.fsf@elephly.net> <87sh3vpne9.fsf@elephly.net> <877el57psd.fsf@elephly.net> <87a7pvuv3c.fsf@elephly.net> <87600i1t9p.fsf@lassieur.org> 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]:45308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpBvH-0002c1-PT for guix-devel@gnu.org; Mon, 13 Aug 2018 08:26:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpBvD-0000pP-Vm for guix-devel@gnu.org; Mon, 13 Aug 2018 08:26:11 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fpBvD-0000pB-MT for guix-devel@gnu.org; Mon, 13 Aug 2018 08:26:07 -0400 In-reply-to: <87600i1t9p.fsf@lassieur.org> 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: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Cc: Guix-devel , Tatiana Sholokhova Cl=C3=A9ment Lassieur writes: >>> I=E2=80=99d like to show more information in the future, such as build = time, git >>> change that triggered the build, links to packages that depend on this >>> build (and packages that affect this build in case of a propagated >>> failure), etc. > > Note that there is no notion of 'package' in Cuirass. Most of the > things you said would work with 'derivations' though. But to add a link > to the package, we would need a way to find out if a derivation refers > to a package. I don't know how to do this. Yeah, I used =E2=80=9Cpackage=E2=80=9D as a shorthand for =E2=80=9Cderivati= on for a package=E2=80=9D. Links to related derivations would be enough. We may want to consider taking a closer look at the format for derivations and think about whether it would make sense to extend it, so that it is easier to understand the derivation=E2=80=99s context. >> Here we could also find a place for things like previous builds, last >> successful build, last failing build later. > > The 'job name' page I was talking about[1] is what you want, isn't it? > > Cl=C3=A9ment > > [1]: > https://lists.gnu.org/archive/html/guix-devel/2018-08/msg00039.html Yes, that=E2=80=99s what I=E2=80=99d like. -- Ricardo