From: Theodore Ts'o Date: Mon, 16 Dec 2024 04:16:05 +0000 (-0500) Subject: debian: disable salsa CI on non-debian branches X-Git-Tag: v1.47.2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=baee6a47cce018f9f5809d2439b62c2ad7773989;p=thirdparty%2Fe2fsprogs.git debian: disable salsa CI on non-debian branches The Salsa CI attempts to do a package build, and the debian/patches directory is generally not set up correctly for a successful source build on non-debian branches. So skip them to avoid failed builds and to avoid wasting CI bandwidth. Signed-off-by: Theodore Ts'o --- diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 0c22dc43..c3464547 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -1,3 +1,7 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + SALSA_CI_IGNORED_BRANCHES: 'web|next|master|maint|old-maint|pristine-tar|pu'