savannah-hackers-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-hackers-public] [Savannah-users] Download releases-nodirec


From: Assaf Gordon
Subject: Re: [Savannah-hackers-public] [Savannah-users] Download releases-nodirect
Date: Wed, 8 Mar 2017 16:38:23 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

Hello,

(adding 'address@hidden' mailing list)

On Sun, Mar 05, 2017 at 12:20:37PM +0100, Andreas Ronnquist wrote:
There seems to be a problem with the no-redirect for downloads, which
are used in Debian watch files - I am using

http://download.savannah.gnu.org/releases-noredirect/[project]/[project].tar.gz

The 'releases-noredirect' is an internal implementation detail which
can be changed at any moment and should not be used in public URLs.

If you need to bypass the mirror redirection please use:
http://download-mirror.savannah.gnu.org/releases/[project]/[project].tar.gz
(i.e. same URL, just replace 'download' with 'download-mirror' host name).

Compare:

   $ curl -s -o /dev/null -D /dev/stderr \
         http://download.savannah.gnu.org/releases/test-project/README
   HTTP/1.1 302 Moved Temporarily
   Location: http://gnu.mirrors.pair.com/savannah/savannah/test-project/README
   ...


   $ curl -s -o /dev/null -D /dev/stderr \
         http://download-mirror.savannah.gnu.org/releases/test-project/README
   HTTP/1.1 200 OK
   Content-Length: 908
   ...


Generally bypassing the mirrors is not recommended,
as it overloads our servers and negates the point of having mirrors.
You've mentioned "Debian watch files" - do these use HTTP HEAD to just check for updates?


regards,
- assaf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]