From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 24 08:15:51 2017 Received: (at 25020) by debbugs.gnu.org; 24 Jan 2017 13:15:51 +0000 Received: from localhost ([127.0.0.1]:39879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cW0wx-0006OA-8t for submit@debbugs.gnu.org; Tue, 24 Jan 2017 08:15:51 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51049) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cW0ww-0006Nz-3F for 25020@debbugs.gnu.org; Tue, 24 Jan 2017 08:15:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cW0wl-0005Xx-U6 for 25020@debbugs.gnu.org; Tue, 24 Jan 2017 08:15:44 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cW0wl-0005Xs-KV; Tue, 24 Jan 2017 08:15:39 -0500 Received: from [193.50.110.118] (port=59964 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cW0wl-00065O-0v; Tue, 24 Jan 2017 08:15:39 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Hartmut Goebel Subject: Re: bug#25020: guix refresh does not discover updates if URLs are "non-standard" References: <58372A9C.2000205@goebel-consult.de> <87d1he48so.fsf@gnu.org> <87y3y1l8ze.fsf@gnu.org> <588712AE.60205@crazy-compilers.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 =?utf-8?Q?Pluvi=C3=B4se?= an 225 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Tue, 24 Jan 2017 14:15:35 +0100 In-Reply-To: <588712AE.60205@crazy-compilers.com> (Hartmut Goebel's message of "Tue, 24 Jan 2017 09:39:10 +0100") Message-ID: <8760l4sio8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.2 (--------) X-Debbugs-Envelope-To: 25020 Cc: 25020@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.2 (--------) Hartmut Goebel skribis: > Am 23.01.2017 um 23:14 schrieb Ludovic Court=C3=A8s: >> > Fixed for oxygen-icons in commit >> > 683c5ab70accb909697717bb61741a7692c52c09. > > For oxygen-icons (those with a number behind the name), refresh works. > > > For "kross" (additional directory level), it does not. Kross is still in > my work-pipeline, so here is the WIP (stripped down): > > (define-public kross > (package > (name "kross") > (version "5.28.0") > (source > (origin > (method url-fetch) > (uri (string-append > "mirror://kde/stable/frameworks/" > (version-major+minor version) "/portingAids/" > name "-" version ".tar.xz")) I see. I suggest that we address it by specifying an =E2=80=98ftp-directory=E2=80= =99 package property in this case, just like the GNU updater does. We=E2=80=99ll see once kross is committed. Thanks for the clarification! Ludo=E2=80=99.