blob: 9a036d92007bc554f7597cb8fe53b25fbc4a954a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
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
# This test causes `doveadm exec imap` to fail with
#
# * BAD [ALERT] imap binary must not be started from inetd, use imap-login instead.
#
# apparently because getpeername() fails:
# https://github.com/dovecot/core/blob/2.3.11.3/src/imap/main.c#L454
# https://github.com/dovecot/core/blob/2.3.11.3/src/lib/net.c#L733
#
reprotest:
extends: .test-reprotest
variables:
DEB_BUILD_OPTIONS: nocheck
variables:
RELEASE: buster-backports
# The '+salsaci' suffix makes lintian unhappy as the version number doesn't
# end in ~bpoX+N (tag 'backports-upload-has-incorrect-version-number')
SALSA_CI_DISABLE_VERSION_BUMP: 1
|