forked from Mirror/pmbootstrap
pmbootstrap init: remove text about daily zapping (MR 2293)
Now that pmbootstrap displays a warning on stale chroots, we don't need to show this at the end of "pmbootstrap init".
This commit is contained in:
parent
ed8e7c1f85
commit
8bafa93bb2
1 changed files with 0 additions and 4 deletions
|
@ -746,8 +746,4 @@ def frontend(args):
|
||||||
# Do not zap any existing packages or cache_http directories
|
# Do not zap any existing packages or cache_http directories
|
||||||
pmb.chroot.zap(args, confirm=False)
|
pmb.chroot.zap(args, confirm=False)
|
||||||
|
|
||||||
logging.info("WARNING: The chroots and git repositories in the work dir do"
|
|
||||||
" not get updated automatically.")
|
|
||||||
logging.info("Run 'pmbootstrap status' once a day before working with"
|
|
||||||
" pmbootstrap to make sure that everything is up-to-date.")
|
|
||||||
logging.info("DONE!")
|
logging.info("DONE!")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue