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>20240612_branch
parent
e614f90638
commit
714d4b3ed3
|
@ -10,6 +10,7 @@ set -u -e
|
||||||
eval "$(setvars "" vdir relname src_dirname srcdir _xm target romdir mode)"
|
eval "$(setvars "" vdir relname src_dirname srcdir _xm target romdir mode)"
|
||||||
|
|
||||||
export LBMK_RELEASE="y"
|
export LBMK_RELEASE="y"
|
||||||
|
export LBMK_STATUS="n"
|
||||||
|
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue