From unknown Mon Aug 18 15:40:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25997: mirror: Add sourceforge variant with 'projects'. Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Mar 2017 11:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 25997 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 25997@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.148880032627617 (code B ref -1); Mon, 06 Mar 2017 11:39:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Mar 2017 11:38:46 +0000 Received: from localhost ([127.0.0.1]:41786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckqyU-0007BM-JL for submit@debbugs.gnu.org; Mon, 06 Mar 2017 06:38:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckqyR-0007B8-Ud for submit@debbugs.gnu.org; Mon, 06 Mar 2017 06:38:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckqyL-0003fD-JU for submit@debbugs.gnu.org; Mon, 06 Mar 2017 06:38:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39571) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ckqyL-0003f8-G0 for submit@debbugs.gnu.org; Mon, 06 Mar 2017 06:38:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckqyK-0005Y3-2K for guix-patches@gnu.org; Mon, 06 Mar 2017 06:38:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckqyG-0003eJ-Ue for guix-patches@gnu.org; Mon, 06 Mar 2017 06:38:36 -0500 Received: from perdizione.investici.org ([2001:41d0:2:33d0::19]:40023) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ckqyG-0003ds-Kq for guix-patches@gnu.org; Mon, 06 Mar 2017 06:38:32 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 6CCDE12124E for ; Mon, 6 Mar 2017 11:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1488800309; bh=YfYlwzif3XGhNobuEtfdiSRk4M/hLL4rjLAJrAR8GSc=; h=Date:From:To:Subject; b=fRxdFarLU4qkTqJl/VgP3pu522AEGtLM60uRhNEIC4lSWIoe+Xnj22UwFOIxLGHN+ ZH8ARZAbJbv5f3HakOFgKgjtJj9kyjjsz30kLzsg4XhRbbPs9lARe45CGbm0VsjW+z UFJERNB8sgrQ1wYNpHaf1vkPhBkc9NrrP2ySvAHM= Date: Mon, 6 Mar 2017 12:47:13 +0000 From: ng0 Message-ID: <20170306124713.2mt5fuvdw22yvfz4@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="crhqhgchxe5vthae" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) 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: -4.1 (----) --crhqhgchxe5vthae Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This adds a variant of sourceforge mirrors to cover downloads where the path includes projects instead of project. Patch appended as file, rebased on master. --crhqhgchxe5vthae Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-download-Add-Sourceforge-variant-including-projects.patch" >From 05ee3f15cf52cfa22afb1200ae0eca9d5ae41901 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 16 Jan 2017 16:54:39 +0000 Subject: [PATCH] download: Add Sourceforge variant including 'projects'. * guix/download.scm [%mirrors]: Add a variant of first mirror: 'http://downloads.sourceforge.net/projects/'. --- guix/download.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/download.scm b/guix/download.scm index 86f859881..95f3d04d3 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -107,6 +107,7 @@ "http://download.savannah.gnu.org/releases-noredirect/") (sourceforge ; https://sourceforge.net/p/forge/documentation/Mirrors/ "http://downloads.sourceforge.net/project/" + "http://downloads.sourceforge.net/projects/" "http://ufpr.dl.sourceforge.net/project/" "http://heanet.dl.sourceforge.net/project/" "http://freefr.dl.sourceforge.net/project/" -- 2.12.0 --crhqhgchxe5vthae-- From unknown Mon Aug 18 15:40:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25997: mirror: Add sourceforge variant with 'projects'. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Mar 2017 21:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25997 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 25997@debbugs.gnu.org Received: via spool by 25997-submit@debbugs.gnu.org id=B25997.148926601717421 (code B ref 25997); Sat, 11 Mar 2017 21:01:01 +0000 Received: (at 25997) by debbugs.gnu.org; 11 Mar 2017 21:00:17 +0000 Received: from localhost ([127.0.0.1]:51760 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cmo7d-0004Wm-J8 for submit@debbugs.gnu.org; Sat, 11 Mar 2017 16:00:17 -0500 Received: from eggs.gnu.org ([208.118.235.92]:46237) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cmo7b-0004QL-U9 for 25997@debbugs.gnu.org; Sat, 11 Mar 2017 16:00:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmo7T-0004y0-SF for 25997@debbugs.gnu.org; Sat, 11 Mar 2017 16:00:10 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmo7T-0004xu-P6 for 25997@debbugs.gnu.org; Sat, 11 Mar 2017 16:00:07 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:38898 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cmo7S-0004A6-W3 for 25997@debbugs.gnu.org; Sat, 11 Mar 2017 16:00:07 -0500 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170306124713.2mt5fuvdw22yvfz4@abyayala> Date: Sat, 11 Mar 2017 22:00:04 +0100 In-Reply-To: <20170306124713.2mt5fuvdw22yvfz4@abyayala> (ng0's message of "Mon, 6 Mar 2017 12:47:13 +0000") Message-ID: <8760jf7cmj.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: -5.0 (-----) 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: -5.0 (-----) Hi, ng0 skribis: > This adds a variant of sourceforge mirrors to cover downloads where the p= ath includes projects instead of project. Does that really happen? Do you have an example? I thought that when they changed the URL scheme a few months ago they chose one and dismissed the other. Thanks, Ludo=E2=80=99. From unknown Mon Aug 18 15:40:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25997: mirror: Add sourceforge variant with 'projects'. Resent-From: ng0 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Mar 2017 21:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25997 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 25997@debbugs.gnu.org Received: via spool by 25997-submit@debbugs.gnu.org id=B25997.14892684121329 (code B ref 25997); Sat, 11 Mar 2017 21:41:01 +0000 Received: (at 25997) by debbugs.gnu.org; 11 Mar 2017 21:40:12 +0000 Received: from localhost ([127.0.0.1]:51789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cmokF-0000LN-LM for submit@debbugs.gnu.org; Sat, 11 Mar 2017 16:40:11 -0500 Received: from fragranza.investici.org ([178.175.144.26]:41616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cmokC-0000LD-Po for 25997@debbugs.gnu.org; Sat, 11 Mar 2017 16:40:09 -0500 Received: from [178.175.144.26] (fragranza [178.175.144.26]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 00F062C0466; Sat, 11 Mar 2017 21:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1489268407; bh=iqRGI/UeP2xZlZDKlG25j5w8/SIEkNC/J/CFTa+9Oq8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=r/uux+QiVEsMT2o7C3AXbSB54et8dqmF7nArHP2Yzd7VQvGIjgtmki4JYLdy/EpYT v3lwmrVXQLBgw0wNh45otrVy+B+CV0QN/HnYxnamqj0kINvU6k2td4I+jsCWdmbHHq dEKAzleN74POSpr/yiTgDF/bcB3/mgnYS4c+TIaE= Date: Sat, 11 Mar 2017 22:48:25 +0000 From: ng0 Message-ID: <20170311224825.fz5o2ej7crl4w7oi@abyayala> Mail-Followup-To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 25997@debbugs.gnu.org References: <20170306124713.2mt5fuvdw22yvfz4@abyayala> <8760jf7cmj.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8760jf7cmj.fsf@gnu.org> X-Spam-Score: 0.0 (/) 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: 0.0 (/) Ludovic Courtès transcribed 0.3K bytes: > Hi, > > ng0 skribis: > > > This adds a variant of sourceforge mirrors to cover downloads where the path includes projects instead of project. > > Does that really happen? Do you have an example? > > I thought that when they changed the URL scheme a few months ago they > chose one and dismissed the other. > > Thanks, > Ludo’. > > No, I run into this regulary. One example we have in the tree: tintin++. (define-public tintin++ (package (name "tintin++") (version "2.01.2") (source (origin (method url-fetch) (uri (string-append "https://sourceforge.net/projects/tintin" "/files/TinTin++ Source Code/" version "/tintin" "-" version ".tar.gz")) I have tried to use the (current) mirror format when I contributed it, and there are some more packages for which it happened that the mirror format was useless. From unknown Mon Aug 18 15:40:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#25997: mirror: Add sourceforge variant with 'projects'. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 12 Mar 2017 13:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25997 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 25997@debbugs.gnu.org Received: via spool by 25997-submit@debbugs.gnu.org id=B25997.148932583013141 (code B ref 25997); Sun, 12 Mar 2017 13:38:02 +0000 Received: (at 25997) by debbugs.gnu.org; 12 Mar 2017 13:37:10 +0000 Received: from localhost ([127.0.0.1]:52073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cn3gL-0003Pt-T8 for submit@debbugs.gnu.org; Sun, 12 Mar 2017 09:37:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:44514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cn3gK-0003Ph-B4 for 25997@debbugs.gnu.org; Sun, 12 Mar 2017 09:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cn3gC-00015A-0Q for 25997@debbugs.gnu.org; Sun, 12 Mar 2017 09:37:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cn3gB-000151-Si for 25997@debbugs.gnu.org; Sun, 12 Mar 2017 09:36:59 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:39586 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cn3gB-0005xH-65 for 25997@debbugs.gnu.org; Sun, 12 Mar 2017 09:36:59 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170306124713.2mt5fuvdw22yvfz4@abyayala> <8760jf7cmj.fsf@gnu.org> <20170311224825.fz5o2ej7crl4w7oi@abyayala> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 =?UTF-8?Q?Vent=C3=B4se?= an 225 de la =?UTF-8?Q?R=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: Sun, 12 Mar 2017 14:36:56 +0100 In-Reply-To: <20170311224825.fz5o2ej7crl4w7oi@abyayala> (ng0's message of "Sat, 11 Mar 2017 22:48:25 +0000") Message-ID: <87h92y4nwn.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: -5.4 (-----) 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: -5.4 (-----) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ng0 skribis: > Ludovic Court=C3=A8s transcribed 0.3K bytes: >> Hi, >>=20 >> ng0 skribis: >>=20 >> > This adds a variant of sourceforge mirrors to cover downloads where th= e path includes projects instead of project. >>=20 >> Does that really happen? Do you have an example? >>=20 >> I thought that when they changed the URL scheme a few months ago they >> chose one and dismissed the other. >>=20 >> Thanks, >> Ludo=E2=80=99. >>=20 >>=20 > > No, I run into this regulary. One example we have in the tree: tintin++. This particular case is fixed with this patch (that I=E2=80=99ll push soon): --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 550652eef..efa904f7d 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2880,8 +2880,8 @@ the GNU GPL.") (version "2.01.2") (source (origin (method url-fetch) - (uri (string-append "https://sourceforge.net/projects/tintin" - "/files/TinTin++ Source Code/" version + (uri (string-append "mirror://sourceforge/tintin" + "/TinTin++ Source Code/" version "/tintin" "-" version ".tar.gz")) (sha256 (base32 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I suspect that if there are other such cases, they can be addressed similarly? Thanks, Ludo=E2=80=99. --=-=-=-- From unknown Mon Aug 18 15:40:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ng0 Subject: bug#25997: closed (Re: bug#25997: mirror: Add sourceforge variant with 'projects'.) Message-ID: References: <20170312162401.pmsc7rez4mawu6gx@abyayala> <20170306124713.2mt5fuvdw22yvfz4@abyayala> X-Gnu-PR-Message: they-closed 25997 X-Gnu-PR-Package: guix-patches Reply-To: 25997@debbugs.gnu.org Date: Sun, 12 Mar 2017 15:16:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1489331763-22888-1" This is a multi-part message in MIME format... ------------=_1489331763-22888-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #25997: mirror: Add sourceforge variant with 'projects'. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 25997@debbugs.gnu.org. --=20 25997: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D25997 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1489331763-22888-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 25997-done) by debbugs.gnu.org; 12 Mar 2017 15:15:28 +0000 Received: from localhost ([127.0.0.1]:52765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cn5DT-0005wF-PY for submit@debbugs.gnu.org; Sun, 12 Mar 2017 11:15:27 -0400 Received: from perdizione.investici.org ([94.23.50.208]:46089) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cn5DR-0005w4-1M for 25997-done@debbugs.gnu.org; Sun, 12 Mar 2017 11:15:25 -0400 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id DA38A121311; Sun, 12 Mar 2017 15:15:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1489331723; bh=TYKDeluLX8etm6pwA9HM9EgNCc8JT1eBaRITwsZLzRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=pKCtr5i1XwS4UYluiRZvBs6XenpUa3Jk0cdAf2stb9NhhmRB6lFYwjOuktHTVekl1 ZoBTC7nHl+qRAvBSj7L6yYVar3MM+H9f2ZZvSjyHWHZk0j+oeupS/5+Py9nxWxHl7k nbDAgTOSSEsiDuIOvXoi9t2rCqrZ/KxdfYSnz51c= Date: Sun, 12 Mar 2017 16:24:01 +0000 From: ng0 To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#25997: mirror: Add sourceforge variant with 'projects'. Message-ID: <20170312162401.pmsc7rez4mawu6gx@abyayala> Mail-Followup-To: Ludovic =?utf-8?Q?Court=C3=A8s?= , 25997-done@debbugs.gnu.org References: <20170306124713.2mt5fuvdw22yvfz4@abyayala> <8760jf7cmj.fsf@gnu.org> <20170311224825.fz5o2ej7crl4w7oi@abyayala> <87h92y4nwn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87h92y4nwn.fsf@gnu.org> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 25997-done Cc: 25997-done@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: 0.0 (/) Ludovic Courtès transcribed 1.7K bytes: > ng0 skribis: > > > Ludovic Courtès transcribed 0.3K bytes: > >> Hi, > >> > >> ng0 skribis: > >> > >> > This adds a variant of sourceforge mirrors to cover downloads where the path includes projects instead of project. > >> > >> Does that really happen? Do you have an example? > >> > >> I thought that when they changed the URL scheme a few months ago they > >> chose one and dismissed the other. > >> > >> Thanks, > >> Ludo’. > >> > >> > > > > No, I run into this regulary. One example we have in the tree: tintin++. > > This particular case is fixed with this patch (that I’ll push soon): > > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index 550652eef..efa904f7d 100644 > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -2880,8 +2880,8 @@ the GNU GPL.") > (version "2.01.2") > (source (origin > (method url-fetch) > - (uri (string-append "https://sourceforge.net/projects/tintin" > - "/files/TinTin++ Source Code/" version > + (uri (string-append "mirror://sourceforge/tintin" > + "/TinTin++ Source Code/" version > "/tintin" "-" version ".tar.gz")) > (sha256 > (base32 > > I suspect that if there are other such cases, they can be addressed > similarly? > > Thanks, > Ludo’. Maybe… It's been a while since I had to use sourceforge. It could be that the change in url from projects -> project just took a while to be applied to all projectS. My patch is small enough that I'll close it now, problem seems to no longer exist and if it still does, it's just a one line change which can be added easy enough. Thanks. ------------=_1489331763-22888-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Mar 2017 11:38:46 +0000 Received: from localhost ([127.0.0.1]:41786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckqyU-0007BM-JL for submit@debbugs.gnu.org; Mon, 06 Mar 2017 06:38:46 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ckqyR-0007B8-Ud for submit@debbugs.gnu.org; Mon, 06 Mar 2017 06:38:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckqyL-0003fD-JU for submit@debbugs.gnu.org; Mon, 06 Mar 2017 06:38:38 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39571) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ckqyL-0003f8-G0 for submit@debbugs.gnu.org; Mon, 06 Mar 2017 06:38:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckqyK-0005Y3-2K for guix-patches@gnu.org; Mon, 06 Mar 2017 06:38:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckqyG-0003eJ-Ue for guix-patches@gnu.org; Mon, 06 Mar 2017 06:38:36 -0500 Received: from perdizione.investici.org ([2001:41d0:2:33d0::19]:40023) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ckqyG-0003ds-Kq for guix-patches@gnu.org; Mon, 06 Mar 2017 06:38:32 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 6CCDE12124E for ; Mon, 6 Mar 2017 11:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1488800309; bh=YfYlwzif3XGhNobuEtfdiSRk4M/hLL4rjLAJrAR8GSc=; h=Date:From:To:Subject; b=fRxdFarLU4qkTqJl/VgP3pu522AEGtLM60uRhNEIC4lSWIoe+Xnj22UwFOIxLGHN+ ZH8ARZAbJbv5f3HakOFgKgjtJj9kyjjsz30kLzsg4XhRbbPs9lARe45CGbm0VsjW+z UFJERNB8sgrQ1wYNpHaf1vkPhBkc9NrrP2ySvAHM= Date: Mon, 6 Mar 2017 12:47:13 +0000 From: ng0 To: guix-patches@gnu.org Subject: mirror: Add sourceforge variant with 'projects'. Message-ID: <20170306124713.2mt5fuvdw22yvfz4@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="crhqhgchxe5vthae" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit 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: -4.1 (----) --crhqhgchxe5vthae Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This adds a variant of sourceforge mirrors to cover downloads where the path includes projects instead of project. Patch appended as file, rebased on master. --crhqhgchxe5vthae Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-download-Add-Sourceforge-variant-including-projects.patch" >From 05ee3f15cf52cfa22afb1200ae0eca9d5ae41901 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 16 Jan 2017 16:54:39 +0000 Subject: [PATCH] download: Add Sourceforge variant including 'projects'. * guix/download.scm [%mirrors]: Add a variant of first mirror: 'http://downloads.sourceforge.net/projects/'. --- guix/download.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/download.scm b/guix/download.scm index 86f859881..95f3d04d3 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -107,6 +107,7 @@ "http://download.savannah.gnu.org/releases-noredirect/") (sourceforge ; https://sourceforge.net/p/forge/documentation/Mirrors/ "http://downloads.sourceforge.net/project/" + "http://downloads.sourceforge.net/projects/" "http://ufpr.dl.sourceforge.net/project/" "http://heanet.dl.sourceforge.net/project/" "http://freefr.dl.sourceforge.net/project/" -- 2.12.0 --crhqhgchxe5vthae-- ------------=_1489331763-22888-1--