diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:22:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 02:22:46 +0000 |
commit | e1a74c0e27694705381d81b4d60675606377a5b2 (patch) | |
tree | af05e15af796bd6688fbace567a262aa652b1654 /debian/salsa-ci.yml | |
parent | Merging upstream version 252.25. (diff) | |
download | systemd-e1a74c0e27694705381d81b4d60675606377a5b2.tar.xz systemd-e1a74c0e27694705381d81b4d60675606377a5b2.zip |
Adding debian version 252.25-1~deb12u1.debian/252.25-1_deb12u1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/salsa-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index ffee353..a611faf 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -9,4 +9,10 @@ variables: # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011649 SALSA_CI_DISABLE_PIUPARTS: 1 RELEASE: 'bookworm' + SALSA_CI_IMAGES_LINTIAN: ${SALSA_CI_IMAGES}/lintian:stable SALSA_CI_LINTIAN_SUPPRESS_TAGS: "bad-distribution-in-changes-file" + # The following jobs all run on unstable, and cannot work because they expect + # overrides, compiler flags, dependencies, etc to work as in unstable, but this + # is a stable branch + SALSA_CI_DISABLE_BLHC: 1 + SALSA_CI_DISABLE_REPROTEST: 1 |