[MPlayer-cvslog] r35345 - trunk/DOCS/tech/release.sh
al
subversion at mplayerhq.hu
Mon Nov 5 21:39:52 CET 2012
Author: al
Date: Mon Nov 5 21:39:52 2012
New Revision: 35345
Log:
release.sh: Use official FFmpeg source repository URL
The new name points at the same IP but it is less confusing.
Modified:
trunk/DOCS/tech/release.sh
Modified: trunk/DOCS/tech/release.sh
==============================================================================
--- trunk/DOCS/tech/release.sh Mon Nov 5 21:28:39 2012 (r35344)
+++ trunk/DOCS/tech/release.sh Mon Nov 5 21:39:52 2012 (r35345)
@@ -25,7 +25,7 @@ mv $dst-DOCS/DOCS/HTML $dst/DOCS
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
More information about the MPlayer-cvslog
mailing list