]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/blob - fetch-scripts/kodi
combine fedora and epel jobs into fedora-buffet
[sipb-mirrors.git] / fetch-scripts / kodi
1 #!/bin/sh
2
3 set -x
4 set -v
5 set -e
6 set -u
7
8 # See http://kodi.wiki/view/Mirrors for instructions.
9 # All U.S. mirrors should use the Georgia Tech mirror,
10 # which excludes plugins with possibly infringing files.
11 RSYNCSOURCE=rsync://rsync.gtlib.gatech.edu/xbmc/
12 BASEDIR=${MIRRORDIR}/kodi
13
14 rsync --archive --hard-links \
15       --delete --delete-after \
16       --stats --verbose \
17       ${RSYNCSOURCE} ${BASEDIR}