Have to split the syncs into two loops because we don't have updates for 13 just yet. When 13 goes GA we'll collapse this back to a single loop. --- configs/system/fedora-updates-push | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configs/system/fedora-updates-push b/configs/system/fedora-updates-push index 94105d5..ac458f9 100755 --- a/configs/system/fedora-updates-push +++ b/configs/system/fedora-updates-push @@ -10,6 +10,10 @@ rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \ rsync -rlptDvHh --delay-updates $RSYNC_OPTS --delete --delete-after \ $SOURCE/f$rel-updates/ $DEST/$rel/ &>/dev/null +done +# we don't have updates for 13 yet, just updates-testing. +for rel in 10 11 12 13; do + rsync -rlptDvHh --delay-updates $RSYNC_OPTS --exclude "repodata/*" \ $SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/ &>/dev/null rsync -rlptDvHh --delay-updates $RSYNC_OPTS --delete --delete-after \ -- 1.5.5.6 _______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure