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:
Dusty Mabe 2017-06-29 08:37:05 -04:00
parent fd562c33aa
commit dd006c0e8b
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
2 changed files with 0 additions and 10 deletions

View File

@ -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'
},

View File

@ -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': ['*'],