From d943c8d442ecf98fdf8ace33899a323656aaed6a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 25 Feb 2016 16:00:58 +0000 Subject: [PATCH] sync 24 bits as well as 22 and 23 Signed-off-by: Dennis Gilmore --- roles/bodhi2/backend/files/fedora-updates-push | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/bodhi2/backend/files/fedora-updates-push b/roles/bodhi2/backend/files/fedora-updates-push index 124b4a0696..581c36dc6d 100755 --- a/roles/bodhi2/backend/files/fedora-updates-push +++ b/roles/bodhi2/backend/files/fedora-updates-push @@ -7,7 +7,7 @@ ATOMICDEST=/pub/fedora/linux/atomic/ OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS" -for rel in 22 23; do +for rel in 22 23 24; do OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \ $SOURCE/f$rel-updates/ $DEST/$rel/ --link-dest $DEST/testing/$rel/) @@ -28,7 +28,7 @@ for rel in 22 23; do fi done -for rel in 22 23; do +for rel in 22 23 24; do OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \ $SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/) @@ -49,7 +49,7 @@ for rel in 22 23; do fi done -for rel in 22 23; do +for rel in 22 23 24; do OUTPUT1=$(rsync $OPTIONS --ignore-existing \ $ATOMICSOURCE/$rel/objects/ $ATOMICDEST/$rel/objects/)