From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58141) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1huDjE-0006Ra-0b for guix-patches@gnu.org; Sun, 04 Aug 2019 06:27:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1huDjD-0005CS-35 for guix-patches@gnu.org; Sun, 04 Aug 2019 06:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51642) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1huDjC-0005CJ-W3 for guix-patches@gnu.org; Sun, 04 Aug 2019 06:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1huDjC-0006Ki-Q0 for guix-patches@gnu.org; Sun, 04 Aug 2019 06:27:02 -0400 Subject: [bug#36919] [PATCH 0/2] Make the KDE updater find packaes in subdirectories Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:57947) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1huDiH-0006NF-2V for guix-patches@gnu.org; Sun, 04 Aug 2019 06:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1huDiG-0004kN-5B for guix-patches@gnu.org; Sun, 04 Aug 2019 06:26:05 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:47793) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1huDiF-0004ih-Vg for guix-patches@gnu.org; Sun, 04 Aug 2019 06:26:04 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 461cVw6DGqz1rGRh for ; Sun, 4 Aug 2019 12:26:00 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 461cVw5M88z1qqkk for ; Sun, 4 Aug 2019 12:26:00 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id BbXtngaXReSv for ; Sun, 4 Aug 2019 12:26:00 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-55-210.dynamic.mnet-online.de [188.174.55.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Sun, 4 Aug 2019 12:26:00 +0200 (CEST) Received: from thisbe.fritz.box (unknown [192.168.110.24]) by hermia.goebel-consult.de (Postfix) with ESMTP id 21ADC60052 for ; Sun, 4 Aug 2019 12:26:45 +0200 (CEST) From: Hartmut Goebel Date: Sun, 4 Aug 2019 12:25:59 +0200 Message-Id: <20190804102559.32296-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36919@debbugs.gnu.org Als make the KDE updater no longer rely on FTP access. Formerly packages living in a path like /stable/frameworks/5.60/portingAids/kross-5.60.0.tar.xz have not been found due to the additional directory level. These patches change the KDE updater to download the "ls -lR" file from downloader.kde.org and use a pattern for searching the relevant files. Sine I'm sitt a beginner in Guile, I apprechiate any enhancement suggesti= on to the code. I assume esp. the loop in download.kde.org-files and canonicalize-path could be written more scheme-ish. Hartmut Goebel (2): gnu-maintenance: KDE updater no longer relies on FTP access. gnu-maintenance: KDE updater finds packages even in sub-directory. guix/gnu-maintenance.scm | 99 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 92 insertions(+), 7 deletions(-) --=20 2.21.0