bodhi: Change the repo names to match the fedora-atomic.git configuration

This commit is contained in:
Luke Macken 2016-01-15 18:34:33 +00:00
parent d44fc16d28
commit b1edb7dfed

View file

@ -18,7 +18,7 @@ config = dict(
'treefile': {
'include': 'fedora-atomic-docker-host.json',
'ref': 'fedora-atomic/f23/x86_64/docker-host',
'repos': ['fedora-23', 'updates'],
'repos': ['fedora-23', 'fedora-23-updates'],
'packages': [],
},
@ -45,7 +45,7 @@ config = dict(
'treefile': {
'include': 'fedora-atomic-docker-host.json',
'ref': 'fedora-atomic/f23/x86_64/testing/docker-host',
'repos': ['fedora-23', 'updates', 'updates-testing'],
'repos': ['fedora-23', 'fedora-23-updates', 'updates-testing'],
'packages': [],
},
@ -164,6 +164,7 @@ config = dict(
repos={
{% if env == 'production' %}
'fedora-{version}': 'file:///pub/fedora/linux/releases/{version}/Everything/{arch}/os',
'fedora-{version}-updates': 'file:///pub/fedora/linux/updates/{version}/{arch}/',
'updates': 'file:///pub/fedora/linux/updates/{version}/{arch}/',
'updates-testing': 'file:///pub/fedora/linux/updates/testing/{version}/{arch}/',
'f22-temprepo': 'file:///mnt/koji/mash/updates/f22-temprepo/',