Revert "bodhi: Fix the f23 repo path for the atomic composes"
This reverts commit b3d0c08311
.
This commit is contained in:
parent
46252dd11b
commit
3bf2e05c1b
1 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,7 @@ config = dict(
|
||||||
'treefile': {
|
'treefile': {
|
||||||
'include': 'fedora-atomic-docker-host.json',
|
'include': 'fedora-atomic-docker-host.json',
|
||||||
'ref': 'fedora-atomic/f23/x86_64/docker-host',
|
'ref': 'fedora-atomic/f23/x86_64/docker-host',
|
||||||
'repos': ['fedora-23-dev', 'updates'],
|
'repos': ['fedora-23', 'updates'],
|
||||||
'packages': [],
|
'packages': [],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ config = dict(
|
||||||
'treefile': {
|
'treefile': {
|
||||||
'include': 'fedora-atomic-docker-host.json',
|
'include': 'fedora-atomic-docker-host.json',
|
||||||
'ref': 'fedora-atomic/f23/x86_64/testing/docker-host',
|
'ref': 'fedora-atomic/f23/x86_64/testing/docker-host',
|
||||||
'repos': ['fedora-23-dev', 'updates', 'updates-testing'],
|
'repos': ['fedora-23', 'updates', 'updates-testing'],
|
||||||
'packages': [],
|
'packages': [],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -163,7 +163,6 @@ config = dict(
|
||||||
# Package repositories to use in the mock container and ostree compose
|
# Package repositories to use in the mock container and ostree compose
|
||||||
repos={
|
repos={
|
||||||
{% if env == 'production' %}
|
{% if env == 'production' %}
|
||||||
'fedora-23-dev': 'file:///pub/fedora/linux/development/23/{arch}/os',
|
|
||||||
'fedora-{version}': 'file:///pub/fedora/linux/releases/{version}/Everything/{arch}/os',
|
'fedora-{version}': 'file:///pub/fedora/linux/releases/{version}/Everything/{arch}/os',
|
||||||
'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}/',
|
'updates-testing': 'file:///pub/fedora/linux/updates/testing/{version}/{arch}/',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue