From 0ef6f4e6d1e445c3a367544e14b4cc83376f75ec Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 20 Dec 2016 21:17:02 +0000 Subject: [PATCH] f23 EOL Signed-off-by: Mohan Boddu --- 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 3426220ca6..326f0712a5 100755 --- a/roles/bodhi2/backend/files/fedora-updates-push +++ b/roles/bodhi2/backend/files/fedora-updates-push @@ -7,7 +7,7 @@ ATOMICDEST=/mnt/koji/atomic/ OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS" -for rel in 23 24 25; do +for rel in 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 25; do fi done -for rel in 23 24 25; do +for rel in 24 25; do OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \ $SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/) @@ -49,7 +49,7 @@ for rel in 23 24 25; do fi done -for rel in 23 24 25; do +for rel in 24 25; do OUTPUT1=$(rsync $OPTIONS --ignore-existing \ $ATOMICSOURCE/$rel/objects/ $ATOMICDEST/$rel/objects/)