From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YEurHA149F59FgAA0tVLHw (envelope-from ) for ; Thu, 25 Jun 2020 10:10:21 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 6PhWGA149F61UQAAbx9fmQ (envelope-from ) for ; Thu, 25 Jun 2020 10:10:21 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C2ADD9403C5 for ; Thu, 25 Jun 2020 10:10:20 +0000 (UTC) Received: from localhost ([::1]:51848 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joOpn-0006ap-L4 for larch@yhetil.org; Thu, 25 Jun 2020 06:10:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60352) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joOpe-0006ab-Fs for guix-devel@gnu.org; Thu, 25 Jun 2020 06:10:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37478) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joOpd-0002ru-L5; Thu, 25 Jun 2020 06:10:09 -0400 Received: from lfbn-ann-1-136-86.w86-200.abo.wanadoo.fr ([86.200.104.86]:41286 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1joOpc-0002zi-Ec; Thu, 25 Jun 2020 06:10:09 -0400 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: Latest download from website References: <878sgowe36.fsf@gnu.org> <87366vuy16.fsf@gnu.org> <87366s4z1h.fsf@gnu.org> <87k102eqe9.fsf@gnu.org> Date: Thu, 25 Jun 2020 12:10:04 +0200 In-Reply-To: <87k102eqe9.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 19 Jun 2020 22:45:18 +0200") Message-ID: <87mu4rcv7n.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: nPYqUgZg4R8b Hey Ludo! > I missed something. Can=E2=80=99t we have a static page that refers to > ci.guix.gnu.org/=E2=80=A6/latest, and Cuirass returns a redirect from /la= test to > the actual URL? Yes in fact I missed something first :). I did add build products support to cuirass JSON API and its Guix "latest-builds" wrapper procedure. Then, I patched the website so that it fetches latest builds using this API. This means that website build needs network access, and a reachable Cuirass server. Not great. So, based on your suggestion I added two new routes to Cuirass: "/search/latest" and "/search/latest/". They allow respectively to get details on the last build and to download any available build product. I updated the website to use those routes as you can see here: https://guix.gnu.org/download/latest/. Thanks, Mathieu