guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding build status to the package list table


From: Mark H Weaver
Subject: Re: Adding build status to the package list table
Date: Thu, 19 Nov 2015 14:57:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Roel Janssen <address@hidden> writes:

> The list of packages included in Guix [1] provides links to the build
> status of each package in the details.  I would like to provide this
> information in a column after "Package details", either as an icon or as
> a count (e.g. 3/4 builds succeeded).  This provides a nicer overview for
> the current status of the package.

Sounds good to me, but I'm not sure that either a single icon or a count
will be very useful.

We currently support four architectures: x86_64-linux, i686-linux,
armhf-linux, and mips64el-linux.  There will likely be a fifth for the
Hurd as well.

If the status is to be useful, users will need to see at a glance if the
package builds on their chosen architecture.  A count like 2/4 or 3/4
doesn't tell me whether the package works on armhf.

So, I think we'd actually need one new column for each supported
architecture.  I could imagine more clever solutions as well, but
somehow it needs to indicate *which* architectures the package builds
on, not just how many.

Does that make sense?

      Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]