changeset 35251:c8d891e708dc

release.sh: Use official FFmpeg source repository URL The new name points at the same IP but it is less confusing.
author al
date Mon, 05 Nov 2012 20:39:52 +0000
parents 7a93fe8c6956
children a1e273544f61
files DOCS/tech/release.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/release.sh	Mon Nov 05 20:28:39 2012 +0000
+++ b/DOCS/tech/release.sh	Mon Nov 05 20:39:52 2012 +0000
@@ -25,7 +25,7 @@
 rm -rf $dst-DOCS/
 
 # git archive unfortunately is refused
-git clone --depth 1 git://git.videolan.org/ffmpeg.git $dst/ffmpeg
+git clone --depth 1 git://source.ffmpeg.org/ffmpeg.git $dst/ffmpeg
 rm -rf $dst/.git* $dst/ffmpeg/.git*
 
 # create .tar.gz and .tar.xz files