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>
This commit is contained in:
Leah Rowe 2024-04-27 22:42:12 +01:00 committed by Leah Rowe
parent 8cf0d56f66
commit ee853c20e0

View file

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