Пропуск eix-sync и прочих действий основанных на значении cl_update_other_set

Устаревшей информация считается только если cl_update_other_set и есть
прочие репозитории или обновлялся один из репозиториев дистрибутива
develop
Mike Khiretskiy 9 years ago
parent 15160e92a4
commit 2ffa285517

@ -285,7 +285,10 @@ class VariableClUpdateOutdateSet(ReadonlyVariable):
type = "bool" type = "bool"
def get(self): def get(self):
return self.Get('cl_update_other_set') if (self.Get('cl_update_other_set') == 'on' and
self.Get('cl_update_other_rep_name')):
return "on"
return "off"
class VariableClUpdateMetadataForce(Variable): class VariableClUpdateMetadataForce(Variable):
""" """

Loading…
Cancel
Save