From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: Web interface pushed Date: Fri, 10 Aug 2018 11:10:42 +0200 Message-ID: <87600i1t9p.fsf@lassieur.org> 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> 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]:53833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fo3Rf-0004bI-Li for guix-devel@gnu.org; Fri, 10 Aug 2018 05:10:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fo3Rc-0005Np-5U for guix-devel@gnu.org; Fri, 10 Aug 2018 05:10:55 -0400 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: =?utf-8?Q?G=C3=A1bor?= Boskovits , Ricardo Wurmus Cc: Guix-devel , Tatiana Sholokhova Hello! G=C3=A1bor Boskovits writes: >> > I have reconsidered the idea of having a >> > separate page with build information, as I do not see what additional >> > information we can display on this page except the link to the log fil= e. >> > So, for now I have added a link to the log file in the newly added col= umn >> > of the table with information about builds of an evaluation. What do y= ou >> > think about this? >> >> I think that=E2=80=99s fine for now. >> >> I=E2=80=99d like to show more information in the future, such as build t= ime, 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. > 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