[FFmpeg-devel] [PATCH] source snapshots URLs for all repositories on the download page

Diego Biurrun diego
Fri Mar 4 16:46:07 CET 2011


On Fri, Mar 04, 2011 at 03:22:34PM +0000, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> 
> > Here's a patch that adds snapshot URLs for all the listed repositories
> > to the download page.  Hope people are happy now.
> >
> >  <tr>
> >      <td>git://git.mansr.com/ffmpeg.git</td>
> >      <td><a href="http://git.mansr.com/?p=ffmpeg">http://git.mansr.com/?p=ffmpeg</a></td>
> > +    <td><a href="http://git.mansr.com/?p=ffmpeg;a=snapshot;h=HEAD;sf=tgz">http://git.mansr.com/?p=ffmpeg;a=snapshot;h=HEAD;sf=tgz</a></td>
> >      <td>Mans Rullgard</td>
> >      <td>Personal repository with works in progress</td>
> >  </tr>
> 
> Please skip the live snapshot for my repo.  It kills my upload
> bandwidth, and I should probably disable it entirely.

Done.

> >  <p>
> > -Alternatively if you have no need for git metadata and/or prefer the smaller
> > -download, get the bare
> > -<a href="releases/ffmpeg-snapshot.tar.bz2">source snapshot</a>.
> > +Alternatively, if you cannot access Git directly or wish to speed up
> > +the cloning and reduce the bandwidth usage, we also offer a complete
> > +<a href="releases/ffmpeg-snapshot-git.tar.bz2">git snapshot</a>
> > +tarball that comes with git metadata and version history to
> > +bootstrap your local ffmpeg.org repository.
> >  </p>
> 
> I doubt the tarball is any smaller than what git clone would transfer.

Why?  Does the history goes over the wire compressed?  Downloading the
tarball is considerably faster than cloning for me, witness:

~/tmp $ time git clone -q git://git.ffmpeg.org/ffmpeg.git

real    0m29.432s
user    0m9.430s
sys     0m1.110s

~/tmp $ time wget -q http://ffmpeg.org/releases/ffmpeg-snapshot-git.tar.bz2

real    0m6.659s
user    0m0.060s
sys     0m0.240s

Diego
-------------- next part --------------
A non-text attachment was scrubbed...
Name: snapshots3.diff
Type: text/x-diff
Size: 3429 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20110304/7cb81380/attachment.diff>



More information about the ffmpeg-devel mailing list