atomic: no need to provide repo for image builds
Since we pull from ostree repos it doesn't really make sense to provide a yum "repo" to the image build in pungi. Removing it since it could be confusing to have it there. Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
fd562c33aa
commit
dd006c0e8b
@ -226,10 +226,6 @@ image_build = {
|
||||
'distro': 'Fedora-20',
|
||||
'disk_size': 6,
|
||||
'arches': ['x86_64'],
|
||||
'repo_from': 'Cloud',
|
||||
'repo': [
|
||||
'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/26/$arch/',
|
||||
],
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Atomic'
|
||||
}
|
||||
@ -246,10 +242,6 @@ image_build = {
|
||||
'distro': 'Fedora-20',
|
||||
'disk_size': 40,
|
||||
'arches': ['x86_64'],
|
||||
'repo_from': 'Cloud',
|
||||
'repo': [
|
||||
'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/26/$arch/',
|
||||
],
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Atomic'
|
||||
},
|
||||
|
@ -360,7 +360,6 @@ image_build = {
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 6,
|
||||
'arches': ['aarch64', 'ppc64le', 'x86_64'],
|
||||
'repo': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Atomic',
|
||||
'failable': ['*'],
|
||||
@ -374,7 +373,6 @@ image_build = {
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 40,
|
||||
'arches': ['x86_64'],
|
||||
'repo': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Atomic',
|
||||
'failable': ['*'],
|
||||
|
Loading…
Reference in New Issue
Block a user