Update updates push sync

This commit is contained in:
Kevin Fenzi 2015-08-20 00:39:15 +00:00
parent 7f16e2b832
commit babd89e8e7

View file

@ -7,7 +7,7 @@ ATOMICDEST=/pub/fedora/linux/atomic/
OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS"
for rel in 20 21 22; do
for rel in 21 22 23; do
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
$SOURCE/f$rel-updates/ $DEST/$rel/ --link-dest $DEST/testing/$rel/)
@ -28,7 +28,7 @@ for rel in 20 21 22; do
fi
done
for rel in 20 21 22; do
for rel in 21 22 23; do
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
$SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/)