mirror of
https://github.com/mpv-player/mpv
synced 2025-01-04 14:12:10 +00:00
natsuki.mplayerhq.hu -> rsync.mplayerhq.hu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18810 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
64fb0e7cd3
commit
33368094e8
@ -22,12 +22,12 @@ trap "rm -f $LOCK > /dev/null 2>&1" exit
|
||||
cd $MIRROR_ROOT
|
||||
|
||||
echo "************ rsyncing homepage ************" >> $TMPFILE
|
||||
rsync -pxlrHtWv --delete --delete-after natsuki.mplayerhq.hu::homepage/ \
|
||||
rsync -pxlrHtWv --delete --delete-after rsync.mplayerhq.hu::homepage/ \
|
||||
homepage >> $TMPFILE 2>&1
|
||||
|
||||
echo "************ rsyncing MPlayer ************" >> $TMPFILE
|
||||
rsync -pxlrHtWv --delete --delete-after --exclude '/benchmark' \
|
||||
--exclude '/old_stuff' --exclude '/tests' natsuki.mplayerhq.hu::ftp/ \
|
||||
--exclude '/old_stuff' --exclude '/tests' rsync.mplayerhq.hu::ftp/ \
|
||||
MPlayer >> $TMPFILE 2>&1
|
||||
|
||||
x=`wc -l $TMPFILE | awk '{print $1}'`
|
||||
|
Loading…
Reference in New Issue
Block a user