You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pungi-msvsphere/msvsphere-9-aarch64.conf

74 lines
2.2 KiB

#
# MSVSphere 9 Pungi configuration file
#
# Notes:
# - there is a problem with accessing git.inferitos.ru repositories via
# HTTPs from our internal network, so we have to use HTTP for now.
from msvsphere-aarch64/general import *
from msvsphere-aarch64/multilib import *
from msvsphere-aarch64/additional_packages import *
from msvsphere-aarch64/filter_packages import *
# product information
release_name = 'MSVSphere'
release_short = 'MSVSphere'
release_version = '9.5'
treeinfo_version = '9'
extra_isos = {
"BaseOS": [{
"include_variants": ["AppStream", "Extras"],
#"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
"filename": "{release_short}-9.5-{arch}-{disc_type}{suffix}",
"skip_src": True,
"arches": ['aarch64'],
"extra_files": [
{
'scm': 'git',
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
'branch': 'i9',
'file': [
'SOURCES/EULA-ARM',
'SOURCES/EULA-SERVER',
'SOURCES/RPM-GPG-KEY-MSVSphere-9'
]
}
]
}],
"Minimal": [{
"include_variants": [],
"filename": "{release_short}-9.5-{arch}-minimal{suffix}",
"skip_src": True,
"arches": ['aarch64'],
"extra_files": [
{
'scm': 'git',
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
'branch': 'i9',
'file': [
'SOURCES/EULA-SERVER',
'SOURCES/RPM-GPG-KEY-MSVSphere-9'
]
}
]
}],
"Server": [{
"include_variants": [],
"filename": "{release_short}-9.5-{arch}-server{suffix}",
"skip_src": True,
"arches": ['aarch64'],
"extra_files": [
{
'scm': 'git',
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
'branch': 'i9',
'file': [
'SOURCES/EULA-SERVER',
'SOURCES/RPM-GPG-KEY-MSVSphere-9'
]
}
]
}]
}