Revert "bodhi: Temporarily disable f23-updates atomic composes per request of walters"

This reverts commit 3e1094c427.

We're apparently good now that this update has reached stable.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-987a6d0ebc
This commit is contained in:
Luke Macken 2016-01-13 22:49:00 +00:00
parent 5013743ad9
commit 7505440c6c

View file

@ -6,33 +6,33 @@ rhel6 = dist[0] == 'redhat' and int(float(dist[1])) == 6
config = dict( config = dict(
releases={ releases={
#'f23-updates': { 'f23-updates': {
# 'name': 'f23-updates', 'name': 'f23-updates',
# 'repo': 'updates', 'repo': 'updates',
# 'version': '23', 'version': '23',
# 'arch': 'x86_64', 'arch': 'x86_64',
# # OSTree treefile configuration # OSTree treefile configuration
# # https://github.com/projectatomic/rpm-ostree/blob/master/doc/treefile.md # https://github.com/projectatomic/rpm-ostree/blob/master/doc/treefile.md
# 'tree': 'docker-host', 'tree': 'docker-host',
# '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', 'updates'], 'repos': ['fedora-23', 'updates'],
# 'packages': [], 'packages': [],
# }, },
# # The name of the mock container to build and maintain # The name of the mock container to build and maintain
# 'mock': 'fedora-23-updates-x86_64', 'mock': 'fedora-23-updates-x86_64',
# # The git branch to use in the `git_repo` for the parent # The git branch to use in the `git_repo` for the parent
# # treefile & repo configurations # treefile & repo configurations
# 'git_branch': 'f23', 'git_branch': 'f23',
# # Add or overwrite yum repository name:urls. This lets you # Add or overwrite yum repository name:urls. This lets you
# # compose trees against your own repositories. # compose trees against your own repositories.
# 'repos': {}, 'repos': {},
#}, },
'f23-updates-testing': { 'f23-updates-testing': {
'name': 'f23-updates-testing', 'name': 'f23-updates-testing',
'repo': 'updates-testing', 'repo': 'updates-testing',