diff options
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 505c7f0e..cbc91f4f 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -2,6 +2,17 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml +# Piuparts currently fails on: +# ERROR: FAIL: After purging files have been modified: +# /usr/sbin/unix_chkpwd owned by: libpam-modules-bin +# Modified(user, group, mode, size, target): /usr/sbin/unix_chkpwd +# expected(root, shadow, - 100600, 43256, None) != found(root, shadow, - 102755, 43256, None) +# This is due to customizations in override_dh_fixperms which piuparts does not +# handle, thus the result should just be ignored for now. +piuparts: + extends: .test-piuparts + allow_failure: true + # If Salsa CI is not running at # https://salsa.debian.org/%{project_path}/-/pipelines, ensure that # https://salsa.debian.org/%{project_path}/-/settings/ci_cd has in field "CI/CD |