LGTM +1

On Thu, Apr 26, 2018 at 8:35 PM Kevin Fenzi <kevin@scrye.com> wrote:
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

_______________________________________________
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org