include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
- https://salsa.debian.org/debian/licenserecon/raw/main/debian/licenserecon.yml
- https://salsa.debian.org/jas/reverse-dependency-ci/-/raw/jas/my-rdep-ci/ci-template.yml
variables:
SALSA_CI_AUTOPKGTEST_ALLOWED_EXIT_STATUS: '0'
SALSA_CI_DISABLE_APTLY: 0
SALSA_CI_ENABLE_REVERSE_DEPENDENCY_BUILD: 1
SALSA_CI_ENABLE_WRAP_AND_SORT: 'true'
SALSA_CI_WRAP_AND_SORT_ARGS: '-satbk'
build-rdep-cosign:
variables:
REVERSE_DEP: cosign
extends: .rdep-build-definition
|