From 13efaaa7675185721c48d2ba93667aad2670f693 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 17 Jun 2016 16:46:47 +0000 Subject: [PATCH] Also sync f24 atomic --- roles/bodhi2/backend/files/fedora-updates-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/fedora-updates-push b/roles/bodhi2/backend/files/fedora-updates-push index 2fce4e1620..7f7b4b147a 100755 --- a/roles/bodhi2/backend/files/fedora-updates-push +++ b/roles/bodhi2/backend/files/fedora-updates-push @@ -49,7 +49,7 @@ for rel in 22 23 24; 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/)