From 07c0d29deea0ee65a42f503c906e12ff152bc49b Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 6 Mar 2018 09:24:41 -0500 Subject: [PATCH] For F26 and F27 Atomic Host we keep their prod repos in place We aren't moving their prod repos to the new unified prod repo. Signed-off-by: Dusty Mabe --- roles/bodhi2/backend/files/new-updates-sync | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 548616a168..3f7c7a0cb9 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -56,7 +56,7 @@ RELEASES = {'f28': {'topic': 'fedora', 'repos': {'updates': { 'from': 'f27-updates', 'ostrees': [{'ref': 'fedora/27/%(arch)s/updates/atomic-host', - 'dest': ATOMICDEST, + 'dest': '/mnt/koji/atomic/27/', 'arches': ['x86_64', 'ppc64le', 'aarch64']}, {'ref': 'fedora/27/x86_64/updates/workstation', 'dest': ATOMICDEST}, @@ -71,7 +71,7 @@ RELEASES = {'f28': {'topic': 'fedora', 'updates-testing': { 'from': 'f27-updates-testing', 'ostrees': [{'ref': 'fedora/27/%(arch)s/testing/atomic-host', - 'dest': ATOMICDEST, + 'dest': '/mnt/koji/atomic/27/', 'arches': ['x86_64', 'ppc64le', 'aarch64']}, {'ref': 'fedora/27/x86_64/testing/workstation', 'dest': ATOMICDEST}], @@ -87,10 +87,10 @@ RELEASES = {'f28': {'topic': 'fedora', 'repos': {'updates': { 'from': 'f26-updates', 'ostrees': [{'ref': 'fedora/26/x86_64/updates/atomic-host', - 'dest': ATOMICDEST}, + 'dest': '/mnt/koji/atomic/26/', # Hack around for the fact that ostree on f25 doesn't know links {'ref': 'fedora/26/x86_64/atomic-host', - 'dest': ATOMICDEST}], + 'dest': '/mnt/koji/atomic/26/'}], 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, '26')}, {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'], @@ -99,7 +99,7 @@ RELEASES = {'f28': {'topic': 'fedora', 'updates-testing': { 'from': 'f26-updates-testing', 'ostrees': [{'ref': 'fedora/26/x86_64/testing/atomic-host', - 'dest': ATOMICDEST}], + 'dest': '/mnt/koji/atomic/26/'], 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, 'testing', '26')}, {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'],