Исправлена работа с stable trunk pkgdir

parent 046b51a771
commit 1ec11a2b2f

@ -117,7 +117,7 @@ class ClBuilderUpdateAction(Action):
{'name': 'prepare_update_vars',
'method': 'Builder.prepare_update_vars()',
},
{'name': 'not_use_search',
{'name': 'use_base_binhost',
'message': __("Will be used base binhost: {builder.cl_builder_binhost_base}"),
'method': 'Builder.set_base_binhost('
'builder.cl_builder_binhost_base)',
@ -125,6 +125,9 @@ class ClBuilderUpdateAction(Action):
GetBool("builder.cl_builder_binhost_base_set") and
Get("builder.cl_builder_binhost_base"))
},
# настройка для get_synchronization_tasks
{'name': 'use_base_binhost:not_use_search'
},
] + get_synchronization_tasks("Builder") + [
{'name': 'reps_synchronization',
'group': __("System configuration"),

Loading…
Cancel
Save