re-enable f24 updates/updatestesting atomic composes
This commit is contained in:
parent
7b819c74ca
commit
0711c6e1d2
1 changed files with 54 additions and 54 deletions
|
@ -6,60 +6,60 @@ rhel6 = dist[0] == 'redhat' and int(float(dist[1])) == 6
|
||||||
|
|
||||||
config = dict(
|
config = dict(
|
||||||
releases={
|
releases={
|
||||||
# 'f24-updates': {
|
'f24-updates': {
|
||||||
# 'name': 'f24-updates',
|
'name': 'f24-updates',
|
||||||
# 'repo': 'updates',
|
'repo': 'updates',
|
||||||
# 'version': '24',
|
'version': '24',
|
||||||
# '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/f24/x86_64/docker-host',
|
'ref': 'fedora-atomic/f24/x86_64/docker-host',
|
||||||
# 'repos': ['fedora-24', 'fedora-24-updates'],
|
'repos': ['fedora-24', 'fedora-24-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-24-updates-x86_64',
|
'mock': 'fedora-24-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': 'f24',
|
'git_branch': 'f24',
|
||||||
#
|
|
||||||
# # 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': {},
|
||||||
# },
|
},
|
||||||
# 'f24-updates-testing': {
|
'f24-updates-testing': {
|
||||||
# 'name': 'f24-updates-testing',
|
'name': 'f24-updates-testing',
|
||||||
# 'repo': 'updates-testing',
|
'repo': 'updates-testing',
|
||||||
# 'version': '24',
|
'version': '24',
|
||||||
# '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/f24/x86_64/testing/docker-host',
|
'ref': 'fedora-atomic/f24/x86_64/testing/docker-host',
|
||||||
# 'repos': ['fedora-24', 'fedora-24-updates', 'updates-testing'],
|
'repos': ['fedora-24', 'fedora-24-updates', 'updates-testing'],
|
||||||
# 'packages': [],
|
'packages': [],
|
||||||
# },
|
},
|
||||||
#
|
|
||||||
# # The name of the mock container to build and maintain
|
# The name of the mock container to build and maintain
|
||||||
# 'mock': 'fedora-24-updates-testing-x86_64',
|
'mock': 'fedora-24-updates-testing-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': 'f24',
|
'git_branch': 'f24',
|
||||||
#
|
|
||||||
# # 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': {
|
'f23-updates': {
|
||||||
'name': 'f23-updates',
|
'name': 'f23-updates',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue