From a6e3f5b0e1fe53add4061f5208f4f7310e1640c8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 May 2016 19:37:52 +0000 Subject: [PATCH] change the atomicdest location Signed-off-by: root --- 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 1568903223..2fce4e1620 100755 --- a/roles/bodhi2/backend/files/fedora-updates-push +++ b/roles/bodhi2/backend/files/fedora-updates-push @@ -3,7 +3,7 @@ SOURCE=/mnt/koji/mash/updates DEST=/pub/fedora/linux/updates/ ATOMICSOURCE=/mnt/koji/mash/atomic/ -ATOMICDEST=/pub/fedora/linux/atomic/ +ATOMICDEST=/mnt/koji/atomic/ OPTIONS="-rlptDvHh --stats --delay-updates $RSYNC_OPTS"