--- 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 c1c4378..a241eeb 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'],
On 11/08/2017 12:20 PM, Dusty Mabe wrote:
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 c1c4378..a241eeb 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'],
Seems ok to me. +1
kevin
infrastructure@lists.fedoraproject.org