From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Cuirass frontend Date: Mon, 29 Jan 2018 18:42:40 +0100 Message-ID: <87d11sk1db.fsf@gnu.org> References: <877es6x5xj.fsf@gnu.org> <20180125232822.7cbe848e@scratchpost.org> <87efmc521t.fsf@gnu.org> <20180128133303.6d6f0035@scratchpost.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]:49390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1egDSC-0006G8-No for guix-devel@gnu.org; Mon, 29 Jan 2018 12:42:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1egDS7-0003vf-RL for guix-devel@gnu.org; Mon, 29 Jan 2018 12:42:48 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:51682) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1egDS7-0003uG-LU for guix-devel@gnu.org; Mon, 29 Jan 2018 12:42:43 -0500 In-Reply-To: <20180128133303.6d6f0035@scratchpost.org> (Danny Milosavljevic's message of "Sun, 28 Jan 2018 13:33:03 +0100") 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: Danny Milosavljevic Cc: guix-devel Heya, Danny Milosavljevic skribis: > First version of Cuirass status frontend is attached (renamed from "index= .html"). > > It displays, for a given project and jobset, a list of the latest finishe= d builds > and the latest queued builds. It also updates this list from time to tim= e (every > minute or so). Awesome! I committed it in the guix-maintenace.git repo on your behalf and put it on-line at (warning: the Cuirass instance on berlin is still in flux so expect it to break occasionally!). > For some reason, Cuirass only returns one project and jobset for the "job= sets" > request, so the HTML SELECTs will never contain more than one each :P Uh uh. That=E2=80=99s a great start, thanks a lot! Eventually we can probably add it to Cuirass proper so that it serves it by default. Thanks! Ludo=E2=80=99.