Skip to content
Snippets Groups Projects
Verified Commit a6f94ea4 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

generate_medkit: include test key if branch specified

The idea is that if you set some branch then it is most probably not
deploy signed branch and so we should include test key. On the other
hand if it is a deploy branch then this is not huge problem. The key
would be removed with first updater run.
parent 6167e6a5
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
......@@ -27,6 +27,7 @@ export UPDATER_SCRIPT=
export OVERLAY=
export SIGN_KEY=
export OUTPUT=
export TESTKEY=
TURRIS_BUILD_DIR="$(dirname "$(readlink -f "$0")")"
export TURRIS_BUILD_DIR
......@@ -88,6 +89,7 @@ while [ $# -gt 0 ]; do
--updater-branch)
shift
UPDATER_BRANCH="$1"
TESTKEY=y
;;
--localization|-l)
shift
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment