[FFmpeg-cvslog] [ffmpeg-web] branch master updated. c0d429d Use http:// instead of git:// for the source.

ffmpeg-cvslog at ffmpeg.org ffmpeg-cvslog at ffmpeg.org
Sat Dec 5 17:36:10 CET 2015


The branch, master has been updated
       via  c0d429d0f5ecf6de139b9f34c996ad27afd7af8c (commit)
      from  d391a05edc5b8b8ea9f3bfb53ecfb8f32c7466f3 (commit)


- Log -----------------------------------------------------------------
commit c0d429d0f5ecf6de139b9f34c996ad27afd7af8c
Author:     Konstantin Pavlov <thresh at videolan.org>
AuthorDate: Sat Dec 5 19:20:12 2015 +0300
Commit:     Kieran Kunhya <kierank at ob-encoder.com>
CommitDate: Sat Dec 5 16:35:58 2015 +0000

    Use http:// instead of git:// for the source.
    
    We're trying to minimize git:// usage on VideoLAN servers.

diff --git a/src/download b/src/download
index fde54ca..a1b9158 100644
--- a/src/download
+++ b/src/download
@@ -131,7 +131,7 @@
           by using the command:
         </p>
 
-        <pre>git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg</pre>
+        <pre>git clone http://source.ffmpeg.org/git/ffmpeg.git ffmpeg</pre>
 
         <div>
           <div class="pull-right">

-----------------------------------------------------------------------

Summary of changes:
 src/download | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list