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

Устаревшей информация считается только если cl_update_other_set и есть
прочие репозитории или обновлялся один из репозиториев дистрибутива
develop
Mike Khiretskiy il y a 9 ans
Parent 15160e92a4
révision 2ffa285517

@ -285,7 +285,10 @@ class VariableClUpdateOutdateSet(ReadonlyVariable):
type = "bool"
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):
"""

Chargement…
Annuler
Enregistrer