From 9c850e2a020f470018b59b19b7a4a95282dc86ea Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 26 Feb 2016 19:53:53 +0000 Subject: [PATCH] We don't yet have an atomic f24 repo, so stop trying to sync it until we do. --- 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 581c36dc6d..1568903223 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 24; do +for rel in 22 23; do OUTPUT1=$(rsync $OPTIONS --ignore-existing \ $ATOMICSOURCE/$rel/objects/ $ATOMICDEST/$rel/objects/)