From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36708: Serving an up-to-date https://guix.gnu.org/packages Date: Thu, 22 Aug 2019 17:24:53 +0200 Message-ID: <87r25dp6ii.fsf@gnu.org> References: <8736j4wl4o.fsf@netris.org> <87k1cga1dt.fsf@gnu.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:470:142:3::10]:48852) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i0oyR-0005Ek-5M for bug-guix@gnu.org; Thu, 22 Aug 2019 11:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i0oyQ-0008S9-2U for bug-guix@gnu.org; Thu, 22 Aug 2019 11:26:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57559) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i0oyP-0008Rs-Uq for bug-guix@gnu.org; Thu, 22 Aug 2019 11:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i0oyP-0005aw-Ml for bug-guix@gnu.org; Thu, 22 Aug 2019 11:26:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k1cga1dt.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 17 Jul 2019 21:48:14 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Mark H Weaver Cc: 36708@debbugs.gnu.org Hello! Ludovic Court=C3=A8s skribis: > The package list at is made from the > current =E2=80=98guix=E2=80=99 package, not from the latest =E2=80=98m= aster=E2=80=99. We should > work to build it dynamically with something like hpcguix-web, or to > generate it from an inferior of =E2=80=98master=E2=80=99. I went for the latter option in commit 9dbb0073be83c25b44400a62ec22d0b240a88130 of guix-artwork.git. That approach was also motivated by the fact that people would get different behavior depending on whether their =E2=80=98guix=E2=80=99 packag= e depends on guile-json@1 or @3, as reported by nixo on IRC. That=E2=80=99s also the reason why the web site was no longer updated since 9c6f714305460e99c681d9b7f368e13bfe49fdd9 was pushed: the =E2=80=98guix=E2= =80=99 on berlin is still on guile-json@1, but said commit expects guile-json@3. If everything goes well, we should see an up-to-date list at within 40 minutes. Ludo=E2=80=99.