mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
package.setup_build_chroot(): demote "Initializing build chroot" message to debug
This commit is contained in:
parent
572638ece9
commit
2d71b1f3cc
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ def setup_build_chroot(
|
|||
init_prebuilts(arch)
|
||||
chroot = get_build_chroot(arch, add_kupfer_repos=add_kupfer_repos)
|
||||
chroot.mount_packages()
|
||||
logging.info(f'Initializing {arch} build chroot')
|
||||
logging.debug(f'packages.py: Initializing {arch} build chroot')
|
||||
chroot.initialize(reset=clean_chroot)
|
||||
chroot.write_pacman_conf() # in case it was initialized with different repos
|
||||
chroot.activate()
|
||||
|
|
Loading…
Add table
Reference in a new issue