Sync out the stable ref too, which is just aliased to the updates ref at this point. --- roles/bodhi2/backend/files/new-updates-sync | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 142a73516..e220d7121 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -57,6 +57,9 @@ RELEASES = {'f27': {'topic': 'fedora', 'from': 'f26-updates', 'ostrees': [{'ref': 'fedora/26/x86_64/updates/atomic-host', 'dest': os.path.join(ATOMICDEST, '26')}], + # Hack around for the fact that ostree on f25 doesn't know links + {'ref': 'fedora/26/x86_64/atomic-host', + 'dest': os.path.join(ATOMICDEST, '26')}], 'to': [{'arches': ['x86_64', 'armhfp', 'source'], 'dest': os.path.join(FEDORADEST, '26')}, {'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'], -- 2.14.3 _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx