mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
also sync empty f25 updates and updates-testing
This commit is contained in:
@@ -7,7 +7,7 @@ ATOMICDEST=/mnt/koji/atomic/
|
||||
|
||||
OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS"
|
||||
|
||||
for rel in 23 24; do
|
||||
for rel in 23 24 25; do
|
||||
|
||||
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
|
||||
$SOURCE/f$rel-updates/ $DEST/$rel/ --link-dest $DEST/testing/$rel/)
|
||||
@@ -28,7 +28,7 @@ for rel in 23 24; do
|
||||
fi
|
||||
|
||||
done
|
||||
for rel in 23 24; do
|
||||
for rel in 23 24 25; do
|
||||
|
||||
OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \
|
||||
$SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/)
|
||||
|
||||
Reference in New Issue
Block a user