blob: cbc91f4f9145370571b9d2c1be37222b9f2a47db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
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
# configuration file" filename "debian/salsa-ci.yml"
|