From fc9b896beda5782cae8c0acbd9f17e32c9957d77 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 27 Aug 2018 21:36:24 +0000 Subject: [PATCH] Fixes for rawhide ostree sync Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/files/new-updates-sync | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 194e2bda13..3619e6c13b 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -18,11 +18,13 @@ RAWHIDESOURCE = '/mnt/koji/compose/rawhide/' FEDORADEST = '/pub/fedora/linux/updates/' FEDORAMODDEST = '/pub/fedora/linux/modular/updates/' FEDORAALTDEST = '/pub/fedora-secondary/updates/' +RAWHIDEDEST = '/pub/fedora/linux/development/' +RAWHIDEALTDEST = '/pub/fedora-secondary/development/' EPELDEST = '/pub/epel/' ATOMICSOURCE = '/mnt/koji/compose/atomic/repo/' ATOMICDEST = '/mnt/koji/atomic/repo/' -RELEASES = {'f30': {'topic': 'fedora', - 'version': '30', +RELEASES = {'rawhide': {'topic': 'fedora', + 'version': 'rawhide', 'modules': ['fedora', 'fedora-secondary'], 'repos': {'rawhide': { 'from': 'latest-Fedora-Rawhide', @@ -32,9 +34,9 @@ RELEASES = {'f30': {'topic': 'fedora', {'ref': 'fedora/rawhide/x86_64/silverblue', 'dest': ATOMICDEST}], 'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'], - 'dest': os.path.join(FEDORADEST, '30', 'Everything')}, + 'dest': os.path.join(RAWHIDEDEST, 'rawhide', 'Everything')}, {'arches': ['i386', 'ppc64le', 's390x'], - 'dest': os.path.join(FEDORAALTDEST, '30', 'Everything')} + 'dest': os.path.join(RAWHIDEALTDEST, 'rawhide', 'Everything')} ]}}, }, 'f29': {'topic': 'fedora',