fix up urls for where repos are, only make cloud installers for armhfp and x86_64
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
31ba28a3b0
commit
c0e06d7be0
@ -26,7 +26,7 @@ variants_file='variants-fedora.xml'
|
|||||||
sigkeys = ['FDB19C98', 'E372E838'] # None = unsigned
|
sigkeys = ['FDB19C98', 'E372E838'] # None = unsigned
|
||||||
# limit tree architectures
|
# limit tree architectures
|
||||||
# if undefined, all architectures from variants.xml will be included
|
# if undefined, all architectures from variants.xml will be included
|
||||||
tree_arches = ['i386', 'x86_64', 'armhfp']
|
tree_arches = ['x86_64', 'armhfp']
|
||||||
# limit tree variants
|
# limit tree variants
|
||||||
# if undefined, all variants from variants.xml will be included
|
# if undefined, all variants from variants.xml will be included
|
||||||
tree_variants = ['Atomic', 'Cloud', 'CloudImages', 'Docker']
|
tree_variants = ['Atomic', 'Cloud', 'CloudImages', 'Docker']
|
||||||
@ -226,9 +226,9 @@ image_build = {
|
|||||||
'distro': 'Fedora-20',
|
'distro': 'Fedora-20',
|
||||||
'disk_size': 3,
|
'disk_size': 3,
|
||||||
'arches': ['x86_64', 'armhfp'],
|
'arches': ['x86_64', 'armhfp'],
|
||||||
|
'repo_from': 'Cloud',
|
||||||
'repo': [
|
'repo': [
|
||||||
'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/',
|
'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
||||||
'http://download.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
|
||||||
],
|
],
|
||||||
'install_tree_from': 'Cloud',
|
'install_tree_from': 'Cloud',
|
||||||
'subvariant': 'Docker_Base'
|
'subvariant': 'Docker_Base'
|
||||||
@ -248,9 +248,9 @@ image_build = {
|
|||||||
'distro': 'Fedora-20',
|
'distro': 'Fedora-20',
|
||||||
'disk_size': 3,
|
'disk_size': 3,
|
||||||
'arches': ['x86_64', 'i386'],
|
'arches': ['x86_64', 'i386'],
|
||||||
|
'repo_from': 'Cloud',
|
||||||
'repo': [
|
'repo': [
|
||||||
'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/',
|
'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
||||||
'http://download.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
|
||||||
],
|
],
|
||||||
'install_tree_from': 'Cloud',
|
'install_tree_from': 'Cloud',
|
||||||
'subvariant': 'Cloud_Base'
|
'subvariant': 'Cloud_Base'
|
||||||
@ -268,9 +268,9 @@ image_build = {
|
|||||||
'distro': 'Fedora-20',
|
'distro': 'Fedora-20',
|
||||||
'disk_size': 40,
|
'disk_size': 40,
|
||||||
'arches': ['x86_64'],
|
'arches': ['x86_64'],
|
||||||
|
'repo_from': 'Cloud',
|
||||||
'repo': [
|
'repo': [
|
||||||
'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/',
|
'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
||||||
'http://download.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
|
||||||
],
|
],
|
||||||
'install_tree_from': 'Cloud',
|
'install_tree_from': 'Cloud',
|
||||||
'subvariant': 'Cloud_Base',
|
'subvariant': 'Cloud_Base',
|
||||||
@ -289,9 +289,9 @@ image_build = {
|
|||||||
'distro': 'Fedora-20',
|
'distro': 'Fedora-20',
|
||||||
'disk_size': 6,
|
'disk_size': 6,
|
||||||
'arches': ['x86_64'],
|
'arches': ['x86_64'],
|
||||||
|
'repo_from': 'Cloud',
|
||||||
'repo': [
|
'repo': [
|
||||||
'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/',
|
'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
||||||
'http://download.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
|
||||||
],
|
],
|
||||||
'install_tree_from': 'Cloud',
|
'install_tree_from': 'Cloud',
|
||||||
'subvariant': 'Atomic'
|
'subvariant': 'Atomic'
|
||||||
@ -309,9 +309,9 @@ image_build = {
|
|||||||
'distro': 'Fedora-20',
|
'distro': 'Fedora-20',
|
||||||
'disk_size': 40,
|
'disk_size': 40,
|
||||||
'arches': ['x86_64'],
|
'arches': ['x86_64'],
|
||||||
|
'repo_from': 'Cloud',
|
||||||
'repo': [
|
'repo': [
|
||||||
'http://kojipkgs.fedoraproject.org/pub/alt/releases/25/Cloud/$arch/os/',
|
'http://kojipkgs.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
||||||
'http://download.fedoraproject.org/pub/fedora/linux/updates/25/$basearch/',
|
|
||||||
],
|
],
|
||||||
'install_tree_from': 'Cloud',
|
'install_tree_from': 'Cloud',
|
||||||
'subvariant': 'Atomic'
|
'subvariant': 'Atomic'
|
||||||
|
Loading…
Reference in New Issue
Block a user