From d5ffeddb05ca0fa355e031cfc98be8524ac9da32 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 8 Nov 2017 15:20:22 -0500 Subject: [PATCH] add syncing for f27-u-t ostree ref --- roles/bodhi2/backend/files/new-updates-sync | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index c1c4378d5a..a241eebe20 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -24,6 +24,8 @@ RELEASES = {'f27': {'topic': 'fedora', 'modules': ['fedora', 'fedora-secondary'], 'repos': {'updates-testing': { 'from': 'f27-updates-testing', + 'ostree': {'ref': 'fedora/27/x86_64/testing/atomic-host', + 'dest': os.path.join(ATOMICDEST, '27')}, 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, 'testing', '27')}, {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],