forked from Mirror/pmbootstrap
parent
5b831d899d
commit
799f4b925b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ def print_checks_chroots_outdated(args, details):
|
||||||
:returns: list of unresolved checklist items """
|
:returns: list of unresolved checklist items """
|
||||||
if pmb.config.workdir.chroots_outdated(args):
|
if pmb.config.workdir.chroots_outdated(args):
|
||||||
logging.info("[NOK] Chroots not zapped recently")
|
logging.info("[NOK] Chroots not zapped recently")
|
||||||
return ["Run 'pmbootststrap zap' to delete possibly outdated chroots"]
|
return ["Run 'pmbootstrap zap' to delete possibly outdated chroots"]
|
||||||
elif details:
|
elif details:
|
||||||
logging.info("[OK ] Chroots zapped recently (or non-existing)")
|
logging.info("[OK ] Chroots zapped recently (or non-existing)")
|
||||||
return []
|
return []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue