mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Revert "bodhi: Fix the f23 repo path for the atomic composes"
This reverts commit b3d0c08311.
This commit is contained in:
@@ -18,7 +18,7 @@ config = dict(
|
||||
'treefile': {
|
||||
'include': 'fedora-atomic-docker-host.json',
|
||||
'ref': 'fedora-atomic/f23/x86_64/docker-host',
|
||||
'repos': ['fedora-23-dev', 'updates'],
|
||||
'repos': ['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-dev', 'updates', 'updates-testing'],
|
||||
'repos': ['fedora-23', 'updates', 'updates-testing'],
|
||||
'packages': [],
|
||||
},
|
||||
|
||||
@@ -163,7 +163,6 @@ config = dict(
|
||||
# Package repositories to use in the mock container and ostree compose
|
||||
repos={
|
||||
{% 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',
|
||||
'updates': 'file:///pub/fedora/linux/updates/{version}/{arch}/',
|
||||
'updates-testing': 'file:///pub/fedora/linux/updates/testing/{version}/{arch}/',
|
||||
|
||||
Reference in New Issue
Block a user