We kinda need to sync f28 stable updates too: > diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync > index 7cfe15e..21600c7 100755 > --- a/roles/bodhi2/backend/files/new-updates-sync > +++ b/roles/bodhi2/backend/files/new-updates-sync > @@ -32,7 +32,11 @@ RELEASES = {'f28': {'topic': 'fedora', > # Hack around for the fact that ostree on f25 doesn't know links > {'ref': 'fedora/28/x86_64/workstation', > 'dest': ATOMICDEST}], > - 'to': []}, > + 'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'], > + 'dest': os.path.join(FEDORADEST, '28')}, > + {'arches': ['i386', 'ppc64', 'ppc64le', 's390x'], > + 'dest': os.path.join(FEDORAALTDEST, '28')} > + ]}, > 'updates-testing': { > 'from': 'f28-updates-testing', > 'ostrees': [{'ref': 'fedora/28/%(arch)s/testing/atomic-host', kevin
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx