1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

Merge branch 'new-primary-mirror' into 'master'

mirror-to-mirror.sh: also sync to plug-mirror.rcac.purdue.edu

See merge request fdroid/fdroidserver!1017
This commit is contained in:
Hans-Christoph Steiner 2021-09-16 08:15:34 +00:00
commit 714ab5622e

View File

@ -15,7 +15,7 @@ set -e
cd /home/fdroid cd /home/fdroid
for section in repo archive; do for section in repo archive; do
echo "Started $section at `date`:" echo "Started $section at `date`:"
for host in fdroid@mirror.f-droid.org fdroid@ftp-push.lysator.liu.se; do for host in fdroid@ftp-push.lysator.liu.se fdroid@plug-mirror.rcac.purdue.edu fdroid@mirror.f-droid.org; do
set -x set -x
# be super careful with the trailing slashes here! if one is wrong, it'll delete the entire section! # be super careful with the trailing slashes here! if one is wrong, it'll delete the entire section!
rsync --archive --delay-updates --progress --delete \ rsync --archive --delay-updates --progress --delete \