[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 110925b web/download: Change main repository URL to use https
ffmpeg-cvslog at ffmpeg.org
ffmpeg-cvslog at ffmpeg.org
Tue May 3 12:17:35 CEST 2016
The branch, master has been updated
via 110925bb71a0c83cfcd247958eb0d7c22a7d63f7 (commit)
from 9bbddd44cb8ec4a921c16660c266ea84478cb499 (commit)
- Log -----------------------------------------------------------------
commit 110925bb71a0c83cfcd247958eb0d7c22a7d63f7
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Mon May 2 02:36:53 2016 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Tue May 3 12:14:12 2016 +0200
web/download: Change main repository URL to use https
This also switches the public git URL to use the same server as ffmpeg-web & fateserver git
That way all git server URLs are also much more consistent
Reviewed-by: Hendrik Leppkes <h.leppkes at gmail.com>
diff --git a/src/download b/src/download
index 4e8f7fa..d59ba57 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 https://git.ffmpeg.org/ffmpeg.git ffmpeg</pre>
<div>
<div class="pull-right">
@@ -194,7 +194,7 @@
<tbody>
<tr>
<td>
- <div class="pull-left"><a href="git://source.ffmpeg.org/ffmpeg.git">git://source.ffmpeg.org/ffmpeg.git</a></div>
+ <div class="pull-left"><a href="https://git.ffmpeg.org/ffmpeg.git">https://git.ffmpeg.org/ffmpeg.git</a></div>
<div class="pull-right">
<a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git">Browse</a>
</div>
-----------------------------------------------------------------------
Summary of changes:
src/download | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list