* mirror: Add sourceforge variant with 'projects'.
@ 2017-01-16 16:59 ng0
2017-01-16 16:59 ` [PATCH] download: Add Sourceforge variant including 'projects' ng0
0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2017-01-16 16:59 UTC (permalink / raw)
To: guix-devel
This adds a variant of sourceforge mirrors to cover downloads where the path includes projects instead of project.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] download: Add Sourceforge variant including 'projects'.
2017-01-16 16:59 mirror: Add sourceforge variant with 'projects' ng0
@ 2017-01-16 16:59 ` ng0
2017-01-16 18:30 ` ng0
0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2017-01-16 16:59 UTC (permalink / raw)
To: guix-devel
* 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 e2e5cee77..1bbf70c7a 100644
--- a/guix/download.scm
+++ b/guix/download.scm
@@ -104,6 +104,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.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] download: Add Sourceforge variant including 'projects'.
2017-01-16 16:59 ` [PATCH] download: Add Sourceforge variant including 'projects' ng0
@ 2017-01-16 18:30 ` ng0
0 siblings, 0 replies; 3+ messages in thread
From: ng0 @ 2017-01-16 18:30 UTC (permalink / raw)
To: guix-devel
ng0 <ng0@libertad.pw> writes:
> * 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 e2e5cee77..1bbf70c7a 100644
> --- a/guix/download.scm
> +++ b/guix/download.scm
> @@ -104,6 +104,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/"
The best change would be to add more /projects/ servers so it
actually is a mirror list, but as far as I understand it,
downloads.sourceforge.net itself redirect to whatever mirror of
their network.
> "http://ufpr.dl.sourceforge.net/project/"
> "http://heanet.dl.sourceforge.net/project/"
> "http://freefr.dl.sourceforge.net/project/"
> --
> 2.11.0
>
>
--
♥Ⓐ ng0 -- https://www.inventati.org/patternsinthechaos/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-16 18:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16 16:59 mirror: Add sourceforge variant with 'projects' ng0
2017-01-16 16:59 ` [PATCH] download: Add Sourceforge variant including 'projects' ng0
2017-01-16 18:30 ` ng0
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).