mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-06 14:01:07 +01:00
Merge pull request #3752 from flatcar/chewi/portage-profile-warning
build_sysext: Squash build Portage profile parsing failure warning
This commit is contained in:
commit
70a82c5f0b
@ -248,7 +248,7 @@ if [[ "$FLAGS_generate_pkginfo" = "${FLAGS_TRUE}" ]] ; then
|
||||
fi
|
||||
|
||||
info "Writing ${SYSEXTNAME}_packages.txt"
|
||||
ROOT="${BUILD_DIR}/${FLAGS_install_root_basename}" PORTAGE_CONFIGROOT="${BUILD_DIR}/${FLAGS_install_root_basename}" \
|
||||
ROOT="${BUILD_DIR}/${FLAGS_install_root_basename}" PORTAGE_CONFIGROOT="/build/${FLAGS_board}" \
|
||||
equery --no-color list --format '$cpv::$repo' '*' > "${BUILD_DIR}/${SYSEXTNAME}_packages.txt"
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user