RSS Bot Posted October 13, 2022 Posted October 13, 2022 The else condition will never be met. if [[ "$BETA" == "yes" ]]; then IMAGE_TYPE=nightly elif [[ "$BETA" == "no" ]]; then IMAGE_TYPE=stable else IMAGE_TYPE=user-built fi Description The chroot_build_packages function collects all packages everything for all operating systems and the user is drowning in the amount of code being executed. How Has This Been Tested? [x] Test building with the EXTERNAL_NEW="compile" parameter View the full article
Recommended Posts