mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Enable overriding the list of security releases
Enable manually providing (via an optional CI variable) Printing Press jobs with the list of security releases in a given release cycle in case autodetection fails for any reason.
This commit is contained in:
parent
bc84907882
commit
963bf4e326
1 changed files with 5 additions and 1 deletions
|
|
@ -1771,12 +1771,16 @@ publish:
|
|||
|
||||
# Setting the FORCE_CVE_IDS environment variable to a comma-separated
|
||||
# list of CVE IDs enables overriding the autodetected ones.
|
||||
#
|
||||
# Setting the FORCE_SECURITY_RELEASES environment variable to a
|
||||
# comma-separated list of BIND 9 versions enables overriding the
|
||||
# autodetected ones.
|
||||
.printing_press_job: &printing_press_job
|
||||
<<: *manual_release_job_qa
|
||||
variables:
|
||||
GIT_DEPTH: 1
|
||||
script:
|
||||
- bind9-qa/releng/printing_press_mr.py --document "${DOCUMENT}" --metadata bind9-qa/releng/metadata.json ${FORCE_CVE_IDS:+--force-cve-ids ${FORCE_CVE_IDS}}
|
||||
- bind9-qa/releng/printing_press_mr.py --document "${DOCUMENT}" --metadata bind9-qa/releng/metadata.json ${FORCE_CVE_IDS:+--force-cve-ids ${FORCE_CVE_IDS}} ${FORCE_SECURITY_RELEASES:+--force-security-releases ${FORCE_SECURITY_RELEASES}}
|
||||
artifacts:
|
||||
paths:
|
||||
- printing-press/
|
||||
|
|
|
|||
Loading…
Reference in a new issue