add f24 ostree configs, fix up some issues
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
373b641918
commit
119db0826e
1 changed files with 57 additions and 3 deletions
|
@ -6,6 +6,61 @@ rhel6 = dist[0] == 'redhat' and int(float(dist[1])) == 6
|
||||||
|
|
||||||
config = dict(
|
config = dict(
|
||||||
releases={
|
releases={
|
||||||
|
'f24-updates': {
|
||||||
|
'name': 'f24-updates',
|
||||||
|
'repo': 'updates',
|
||||||
|
'version': '24',
|
||||||
|
'arch': 'x86_64',
|
||||||
|
|
||||||
|
# OSTree treefile configuration
|
||||||
|
# https://github.com/projectatomic/rpm-ostree/blob/master/doc/treefile.md
|
||||||
|
'tree': 'docker-host',
|
||||||
|
'treefile': {
|
||||||
|
'include': 'fedora-atomic-docker-host.json',
|
||||||
|
'ref': 'fedora-atomic/f24/x86_64/docker-host',
|
||||||
|
'repos': ['fedora-24', 'fedora-24-updates'],
|
||||||
|
'packages': [],
|
||||||
|
},
|
||||||
|
|
||||||
|
# The name of the mock container to build and maintain
|
||||||
|
'mock': 'fedora-24-updates-x86_64',
|
||||||
|
|
||||||
|
# The git branch to use in the `git_repo` for the parent
|
||||||
|
# treefile & repo configurations
|
||||||
|
'git_branch': 'f24',
|
||||||
|
|
||||||
|
# Add or overwrite yum repository name:urls. This lets you
|
||||||
|
# compose trees against your own repositories.
|
||||||
|
'repos': {},
|
||||||
|
},
|
||||||
|
'f24-updates-testing': {
|
||||||
|
'name': 'f24-updates-testing',
|
||||||
|
'repo': 'updates-testing',
|
||||||
|
'version': '24',
|
||||||
|
'arch': 'x86_64',
|
||||||
|
|
||||||
|
# OSTree treefile configuration
|
||||||
|
# https://github.com/projectatomic/rpm-ostree/blob/master/doc/treefile.md
|
||||||
|
'tree': 'docker-host',
|
||||||
|
'treefile': {
|
||||||
|
'include': 'fedora-atomic-docker-host.json',
|
||||||
|
'ref': 'fedora-atomic/f24/x86_64/testing/docker-host',
|
||||||
|
'repos': ['fedora-24', 'fedora-24-updates', 'updates-testing'],
|
||||||
|
'packages': [],
|
||||||
|
},
|
||||||
|
|
||||||
|
# The name of the mock container to build and maintain
|
||||||
|
'mock': 'fedora-24-updates-testing-x86_64',
|
||||||
|
|
||||||
|
# The git branch to use in the `git_repo` for the parent
|
||||||
|
# treefile & repo configurations
|
||||||
|
'git_branch': 'f24',
|
||||||
|
|
||||||
|
# Add or overwrite yum repository name:urls. This lets you
|
||||||
|
# compose trees against your own repositories.
|
||||||
|
'repos': {},
|
||||||
|
},
|
||||||
|
|
||||||
'f23-updates': {
|
'f23-updates': {
|
||||||
'name': 'f23-updates',
|
'name': 'f23-updates',
|
||||||
'repo': 'updates',
|
'repo': 'updates',
|
||||||
|
@ -100,7 +155,7 @@ config = dict(
|
||||||
'treefile': {
|
'treefile': {
|
||||||
'include': 'fedora-atomic-docker-host.json',
|
'include': 'fedora-atomic-docker-host.json',
|
||||||
'ref': 'fedora-atomic/f22/x86_64/testing/docker-host',
|
'ref': 'fedora-atomic/f22/x86_64/testing/docker-host',
|
||||||
'repos': ['fedora-22', 'updates', 'updates-testing', 'f22-temprepo'],
|
'repos': ['fedora-22', 'updates', 'updates-testing'],
|
||||||
'packages': [],
|
'packages': [],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -167,7 +222,6 @@ config = dict(
|
||||||
'fedora-{version}-updates': 'file:///pub/fedora/linux/updates/{version}/{arch}/',
|
'fedora-{version}-updates': 'file:///pub/fedora/linux/updates/{version}/{arch}/',
|
||||||
'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}/',
|
||||||
'f22-temprepo': 'file:///mnt/koji/mash/updates/f22-temprepo/',
|
|
||||||
{% else %}
|
{% else %}
|
||||||
'fedora-{version}': 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/{version}/Everything/{arch}/os',
|
'fedora-{version}': 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/{version}/Everything/{arch}/os',
|
||||||
'updates': 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/{version}/{arch}/',
|
'updates': 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/{version}/{arch}/',
|
||||||
|
@ -193,7 +247,7 @@ config = dict(
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# The git repo containing our parent treefiles and yum repos
|
# The git repo containing our parent treefiles and yum repos
|
||||||
git_repo='https://git.fedorahosted.org/git/fedora-atomic.git',
|
git_repo='https://pagure.io/fedora-atomic.git',
|
||||||
git_cache='{work_dir}/fedora-atomic.git',
|
git_cache='{work_dir}/fedora-atomic.git',
|
||||||
|
|
||||||
# Some branches contain custom .repo files that we don't want to use
|
# Some branches contain custom .repo files that we don't want to use
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue