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:
Oliver Smith 2024-04-11 23:45:09 +02:00
parent ed8e7c1f85
commit 8bafa93bb2
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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!")