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.
|
|
|
#
|
|
|
|
# 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-i686/general import *
|
|
|
|
from msvsphere-i686/multilib import *
|
|
|
|
from msvsphere-i686/additional_packages import *
|
|
|
|
from msvsphere-i686/filter_packages import *
|
|
|
|
|
|
|
|
# product information
|
|
|
|
release_name = 'MSVSphere'
|
|
|
|
release_short = 'MSVSphere'
|
|
|
|
release_version = '9.4'
|
|
|
|
treeinfo_version = '9'
|
|
|
|
|
|
|
|
skip_phases = [
|
|
|
|
'buildinstall',
|
|
|
|
'createiso',
|
|
|
|
'extra_isos',
|
|
|
|
]
|