From e65118da4f7cfe564785c51ff703aec17147ad4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Wed, 18 Sep 2019 23:18:58 +0200 Subject: [PATCH] Revert "core_dev_sign_update: Default to the amd64-usr board" This reverts commit 8f761a7fdb5ba29694ec7401bca8c2d7528305de. --- core_dev_sign_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_dev_sign_update b/core_dev_sign_update index d08b9a5c71..46704653a4 100755 --- a/core_dev_sign_update +++ b/core_dev_sign_update @@ -6,7 +6,7 @@ SCRIPT_ROOT=$(dirname $(readlink -f "$0")) assert_inside_chroot DEFINE_string data_dir "" "Directory containing downloaded release artifacts" -DEFINE_string board "amd64-usr" "Board to sign artifacts for" +DEFINE_string board "" "Board to sign artifacts for" DEFINE_string version "" "Version to sign artifacts for" DEFINE_integer n_signatures "2" "Number of signatures this release will be signed with" DEFINE_string output_dir "" "Output directory"