Add a job preparing packager notifications

Add a new GitLab CI job that automatically generates T-1 packager
notifications for BIND 9 security releases based on the metadata for the
current release cycle.
This commit is contained in:
Michał Kępień 2025-11-04 12:51:35 +01:00
parent f81757bdf3
commit 11e59c96ba
No known key found for this signature in database

View file

@ -1816,6 +1816,15 @@ prepare-preannouncement:
rules:
- *rule_tag_security
# Job preparing a packager notification MR in Printing Press
prepare-package-notification:
<<: *printing_press_job
variables:
DOCUMENT: packager-notification
rules:
- *rule_tag_security
# Job merging the tag back into its base branch
merge-tag: