Builder-update: добавлены параметры --mirror-update &

--repo-update
	Builder-container: изменена версия на live
master 3.7.2.47
root 1 year ago
parent b8d6de6e81
commit 086e611b56

@ -245,7 +245,7 @@ class Builder(Update):
subbuild = 0
data.append({
'dist': info['os_linux_shortname'],
'release': info['os_linux_ver'],
'release': "live",
'arch': info['os_arch_machine'],
'variant': "default",
'name': info['os_linux_name'],

@ -245,9 +245,9 @@ class VariableOsBuilderLinuxShortname(BuilderLinux):
self.label = _("Building short name")
class VariableOsBuilderLinuxVer(Variable):
class VariableOsBuilderLinuxVer(BuilderLinux):
"""Shortname of system"""
value = "live"
variable = "os_linux_ver"
def init(self):
self.label = _("Building system version")

@ -181,6 +181,8 @@ class Wsdl(WsdlBase):
'update.cl_update_binhost_recheck_set',
'cl_builder_with_bdeps_opt_set',),
expert=(
'update.cl_update_binhost_choice',
'update.cl_update_rep_hosting_choice',
'update.cl_update_sync_only_set',
'update.cl_update_other_set',
'update.cl_update_pretend_set',

Loading…
Cancel
Save