From 7606be61952baccee5785d8048969ea9062a184c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 27 Apr 2018 03:42:13 +0000 Subject: [PATCH] forgot the trailing Everything dir --- roles/bodhi2/backend/files/new-updates-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 21600c7d77..fba2a3d279 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -33,9 +33,9 @@ RELEASES = {'f28': {'topic': 'fedora', {'ref': 'fedora/28/x86_64/workstation', 'dest': ATOMICDEST}], 'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'], - 'dest': os.path.join(FEDORADEST, '28')}, + 'dest': os.path.join(FEDORADEST, '28', 'Everything')}, {'arches': ['i386', 'ppc64', 'ppc64le', 's390x'], - 'dest': os.path.join(FEDORAALTDEST, '28')} + 'dest': os.path.join(FEDORAALTDEST, '28', 'Everything')} ]}, 'updates-testing': { 'from': 'f28-updates-testing',