From 5a6b1cfdecd759e3ea1e7ede94ad958fb8aaeb19 Mon Sep 17 00:00:00 2001 From: Maximilian Engelhardt Date: Wed, 15 Sep 2021 19:53:42 +0200 Subject: [PATCH] d/salsa-ci.yml: Explicitly set RELEASE variable to unstable This makes it easier to switch to another distribution. Signed-off-by: Maximilian Engelhardt --- debian/salsa-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 85089abfd3..cc90a20739 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -20,6 +20,8 @@ variables: # disable shallow cloning of git repository. This is needed for git-debrebase GIT_DEPTH: 0 + RELEASE: 'unstable' + # xen currently does not enable hardening when building the hypervisor so # disable blhc. SALSA_CI_DISABLE_BLHC: 1 -- 2.30.2