1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
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
# libpam-doc appears not to be reproducible probably because of the pdfs.
# ignore for now
reprotest:
extends: .test-reprotest
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
# configuration file" filename "debian/salsa-ci.yml"
|