diff --git a/roles/bodhi2/backend/files/fedora-updates-push b/roles/bodhi2/backend/files/fedora-updates-push index a5c6ee5fb2..9af4739d31 100755 --- a/roles/bodhi2/backend/files/fedora-updates-push +++ b/roles/bodhi2/backend/files/fedora-updates-push @@ -49,7 +49,7 @@ for rel in 21 22 23; do fi done -for rel in 21 22; do +for rel in 21 22 23; do OUTPUT1=$(rsync $OPTIONS --ignore-existing \ $ATOMICSOURCE/$rel/objects/ $ATOMICDEST/$rel/objects/)