mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03: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:
commit
714ab5622e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue