Re: [FFmpeg-devel] [PATCH] web/download: Change main snapshot url to point to github

2015-01-23 Thread Michael Niedermayer
On Fri, Jan 23, 2015 at 02:12:30PM +0100, Clément Bœsch wrote: > On Fri, Jan 23, 2015 at 03:31:28AM +0100, Michael Niedermayer wrote: > > The url did just end at a "403 - Snapshots not allowed" > > > > We also could point to ffmpeg.org, but the snapshots there are upto 24h old > > with the current

Re: [FFmpeg-devel] [PATCH] web/download: Change main snapshot url to point to github

2015-01-23 Thread Clément Bœsch
On Fri, Jan 23, 2015 at 03:31:28AM +0100, Michael Niedermayer wrote: > The url did just end at a "403 - Snapshots not allowed" > > We also could point to ffmpeg.org, but the snapshots there are upto 24h old > with the current cronjob > --- > src/download |2 +- > 1 file changed, 1 insertion(+

Re: [FFmpeg-devel] [PATCH] web/download: Change main snapshot url to point to github

2015-01-23 Thread Paul B Mahol
On 1/23/15, Michael Niedermayer wrote: > The url did just end at a "403 - Snapshots not allowed" > > We also could point to ffmpeg.org, but the snapshots there are upto 24h old > with the current cronjob > --- > src/download |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > lgtm _

[FFmpeg-devel] [PATCH] web/download: Change main snapshot url to point to github

2015-01-22 Thread Michael Niedermayer
The url did just end at a "403 - Snapshots not allowed" We also could point to ffmpeg.org, but the snapshots there are upto 24h old with the current cronjob --- src/download |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download b/src/download index 20c42f8..4e56bc1 1