update/release: disable status checking

just to ensure that nothing goes wrong. we don't rely on
the status variable for releases, because there is another
variable, release, that target.cfg files declare, e.g.

release="n"
release="y"

you can just omit the variable, because it defaults to y, so
you only need declare it when it needs to be "n"

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-04-27 22:42:12 +01:00
parent e614f90638
commit 714d4b3ed3
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ set -u -e
eval "$(setvars "" vdir relname src_dirname srcdir _xm target romdir mode)"
export LBMK_RELEASE="y"
export LBMK_STATUS="n"
main()
{