Из builder-image удалён параметр для очистки истории портежей

parent bd9372fe5f
commit 11c36f9d13

@ -111,7 +111,7 @@ class ClBuilderImageAction(Action):
'method': 'Builder.trimRepositories(eachvar)',
'condition': lambda Get: (
Get('cl_builder_sync_rep') and
Get('update.cl_update_onedepth_set') == 'on')
Get('cl_builder_keep_tree_set') == 'on')
},
{'name': 'creating_live_image',
'group': __("Creating live image"),

@ -1276,13 +1276,6 @@ class VariableClBuilderKeepTreeSet(Variable):
self.help = _("keep portage tree in image")
self.label = _("Keep portage tree")
def check(self, value):
if (not self.isTrue(value) and
self.GetBool('update.cl_update_onedepth_set')):
raise VariableError(
_("The removing portage tree is uncompatible with"
" the clearing portage history"))
class VariableClBuilderSquashExclude(ReadonlyVariable):
"""

@ -386,7 +386,6 @@ class Wsdl(WsdlBase):
# Включить проприетарные видео драйвера
# Include proprietary video drivers
'cl_builder_videodrv_set',
'update.cl_update_onedepth_set',
'cl_builder_keep_tree_set',
'cl_builder_isohybrid_set',
'cl_builder_prelink_set',

Loading…
Cancel
Save