mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 08:40:14 +02:00
build/roms: always display warnings
(even if status=stable) Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+7
-7
@@ -168,18 +168,18 @@ skip_board()
|
|||||||
printf "WARNING: %s not stable (status=%s):\n\n" \
|
printf "WARNING: %s not stable (status=%s):\n\n" \
|
||||||
"$board" "$status"
|
"$board" "$status"
|
||||||
|
|
||||||
[ "$lbmk_release" = "y" ] && [ "$release" = "n" ] && return 0
|
if [ -f "$targetdir/warn.txt" ] && [ "$listboards" != "y" ]; then
|
||||||
[ "$lbmk_release" = "y" ] && [ "$status" = "broken" ] && return 0
|
|
||||||
|
|
||||||
[ "$lbmk_status" = "y" ] || return 1
|
|
||||||
[ "$status" = "stable" ] && return 1
|
|
||||||
|
|
||||||
if [ -f "$targetdir/warn.txt" ]; then
|
|
||||||
printf "Regarding board '%s' (status '%s'):\n" \
|
printf "Regarding board '%s' (status '%s'):\n" \
|
||||||
"$board" "$status"
|
"$board" "$status"
|
||||||
cat -u "$targetdir/warn.txt" || \
|
cat -u "$targetdir/warn.txt" || \
|
||||||
$err "!cat $targetdir/warn.txt"
|
$err "!cat $targetdir/warn.txt"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
[ "$lbmk_release" = "y" ] && [ "$release" = "n" ] && return 0
|
||||||
|
[ "$lbmk_release" = "y" ] && [ "$status" = "broken" ] && return 0
|
||||||
|
[ "$lbmk_status" = "y" ] || return 1
|
||||||
|
[ "$status" = "stable" ] && return 1
|
||||||
|
|
||||||
printf "\nTo disable this dialog when building, do:\n"
|
printf "\nTo disable this dialog when building, do:\n"
|
||||||
printf "export LBMK_STATUS=n\n\n"
|
printf "export LBMK_STATUS=n\n\n"
|
||||||
while true; do
|
while true; do
|
||||||
|
|||||||
Reference in New Issue
Block a user