Изменена переменная ac_update_sync

* Шаблоны действия по обновлению системы должны выполняться только при
первом проходе, чтобы исключить повторую перенастройку world, если при
выполнении были шаболны с параметром merge=
legacy27 3.6.1
padre a7bb8b6349
commit 84446e44bc

@ -27,6 +27,7 @@ class VariableAcUpdateSync(ReadonlyVariable):
"""
def get(self):
action = self.Get("cl_action")
if action in ("sync", 'update_profile'):
if action in ("sync", 'update_profile') and \
not self.Get('cl_merge_pkg'):
return "on"
return "off"

Cargando…
Cancelar
Guardar