From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Cuirass enhancements Date: Tue, 18 Jun 2019 22:52:29 +0200 Message-ID: <87ef3qobua.fsf@elephly.net> References: <20190618195025.62b32955@alma-ubu> 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]:60123) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdL61-0000Vi-Qq for guix-devel@gnu.org; Tue, 18 Jun 2019 16:52:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdL60-0000EA-SJ for guix-devel@gnu.org; Tue, 18 Jun 2019 16:52:49 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hdL60-0000Bf-FA for guix-devel@gnu.org; Tue, 18 Jun 2019 16:52:48 -0400 In-reply-to: <20190618195025.62b32955@alma-ubu> 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?Bj=C3=B6rn_H=C3=B6fling?= Cc: guix-devel@gnu.org Hi Bj=C3=B6rn, > I would like to see a "build series" for a specific job/system > combination. > > For that, In Hydra I searched for the job name. It first presented me > with a list of > "types", like "maven: master/i386" or "maven: staging/x86_64". > > Then I had to click one of them to see that specific series. > > In the Curiass search, I only have a fulltext search, I cannot choose > the system. You can. E.g. =E2=80=9Cr-minimal system:armhf-linux spec:guix-master=E2=80= =9D. It=E2=80=99s not documented (what=E2=80=99s new=E2=80=A6?), but it was the = first thing I wanted after implementing the search itself. --=20 Ricardo