From 1b7e67111629dc284ba70135a7d887e39e473e64 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 3 Mar 2017 17:05:53 +0000 Subject: [PATCH] sync f26 updates and updates-testing Signed-off-by: Dennis Gilmore --- roles/bodhi2/backend/files/fedora-updates-push | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/fedora-updates-push b/roles/bodhi2/backend/files/fedora-updates-push index d8c922765f..9b5025db09 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 24 25; do +for rel in 24 25 26; do OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \ $SOURCE/f$rel-updates/ $DEST/$rel/ --link-dest $DEST/testing/$rel/) @@ -28,7 +28,7 @@ for rel in 24 25; do fi done -for rel in 24 25; do +for rel in 24 25 26; do OUTPUT1=$(rsync $OPTIONS --exclude "repodata/*" \ $SOURCE/f$rel-updates-testing/ $DEST/testing/$rel/)