From ddea235b5ee4d3d6506dfbb3273c68fc2e84beb7 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:39:13 -0700 Subject: [PATCH] fix(update): stardust-telescope (#2333) (#2337) make this package nightly Signed-off-by: madomado (cherry picked from commit 926d7d72e87371574f9c7e1835e152a97fa8b9d9) Co-authored-by: madomado --- anda/stardust/telescope/anda.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/stardust/telescope/anda.hcl b/anda/stardust/telescope/anda.hcl index 9cbbb2e14d..7448b15f3f 100644 --- a/anda/stardust/telescope/anda.hcl +++ b/anda/stardust/telescope/anda.hcl @@ -3,4 +3,7 @@ project pkg { rpm { spec = "stardust-telescope.spec" } + labels { + nightly = 1 + } }