Signed-off-by: Dusty Mabe <dusty@xxxxxxxxxxxxx> --- roles/bodhi2/backend/files/new-updates-sync | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 827e8cfcd..adfd5c2f0 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -22,7 +22,18 @@ ATOMICDEST = '/mnt/koji/atomic/repo/' RELEASES = {'f28': {'topic': 'fedora', 'version': '28', 'modules': ['fedora', 'fedora-secondary'], - 'repos': {'updates-testing': { + 'repos': {'updates': { + 'from': 'f28-updates', + 'ostrees': [{'ref': 'fedora/28/%(arch)s/updates/atomic-host', + 'dest': ATOMICDEST, + 'arches': ['x86_64', 'ppc64le', 'aarch64']}, + {'ref': 'fedora/28/x86_64/updates/workstation', + 'dest': ATOMICDEST}], + # Hack around for the fact that ostree on f25 doesn't know links + {'ref': 'fedora/28/x86_64/workstation', + 'dest': ATOMICDEST}], + 'to': []}}, + 'updates-testing': { 'from': 'f28-updates-testing', 'ostrees': [{'ref': 'fedora/28/%(arch)s/testing/atomic-host', 'dest': ATOMICDEST, -- 2.14.3 _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx