bodhi: Change the repo names to match the fedora-atomic.git configuration
This commit is contained in:
parent
d44fc16d28
commit
b1edb7dfed
1 changed files with 3 additions and 2 deletions
|
@ -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/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue