From fa1aa07ed226131555debecc03ffbb685dd34019 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:31:28 -0800 Subject: [PATCH] fix(terra-gpg-keys): Make updbranch (#8471) (#8473) I KNEW something was missing... (cherry picked from commit d7e96e15e2e15c784f3d2616418eec14c6a5fc87) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/terra/gpg-keys/anda.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/terra/gpg-keys/anda.hcl b/anda/terra/gpg-keys/anda.hcl index fdf2b5dee5..97f5a29b38 100644 --- a/anda/terra/gpg-keys/anda.hcl +++ b/anda/terra/gpg-keys/anda.hcl @@ -3,4 +3,7 @@ project pkg { rpm { spec = "terra-gpg-keys.spec" } + labels { + updbranch = 1 + } }