From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28159: Updater needs to support HTTP(S) servers Date: Tue, 26 Sep 2017 00:39:54 +0200 Message-ID: <87tvzqpflx.fsf@gnu.org> References: <2c2838f3-24d6-5010-faf6-49e70f85e963@crazy-compilers.com> <87poboasjz.fsf@gnu.org> <570534f1-58d2-6db5-b5c2-b9e5276c5974@crazy-compilers.com> <87r2vybqnw.fsf@gnu.org> <263fe0e0-b9f5-3377-30ad-2675698d41c8@crazy-compilers.com> <87pob71mwt.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:4830:134:3::10]:36492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwc3j-0006jZ-3c for bug-guix@gnu.org; Mon, 25 Sep 2017 18:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwc3i-0006EH-3h for bug-guix@gnu.org; Mon, 25 Sep 2017 18:41:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50429) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dwc3h-0006EC-WC for bug-guix@gnu.org; Mon, 25 Sep 2017 18:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dwc3h-00009B-N5 for bug-guix@gnu.org; Mon, 25 Sep 2017 18:41:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87pob71mwt.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 03 Sep 2017 23:40:18 +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: Hartmut Goebel Cc: 28159@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > This one is nice and smaller than =E2=80=98ls-lR=E2=80=99. I reimplement= ed the GNU > updater in terms of this file, and kept the previous FTP-based updater > around for GNU packages not hosted on ftp.gnu.org: > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D100b216d8a4218d= aec4a79024d62d54b52dc07be > > =E2=80=9Cguix refresh -t gnu=E2=80=9D is now much faster. Commit c1d8b3b3b5af8282328b87dd7a8d09357cbb0af7 rewrites the GNOME updater in terms of the =E2=80=98cache.json=E2=80=99 files that can be foun= d in each package directory at . Ludo=E2=80=99.