]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a job preparing post-disclosure notifications
authorMichał Kępień <michal@isc.org>
Tue, 4 Nov 2025 11:51:35 +0000 (12:51 +0100)
committerMichał Kępień (GitLab job 6433833) <michal@isc.org>
Tue, 4 Nov 2025 11:55:23 +0000 (11:55 +0000)
Add a new GitLab CI job that automatically generates post-disclosure
notifications for BIND 9 security releases based on the metadata for the
current release cycle.

(cherry picked from commit 83b83bac5ada4891fea359de452741573512f753)

.gitlab-ci.yml

index 8c7d9afe1766f324ecdfdb63fdcc02c0b2f1525c..e6f99fe19c6e0589b97b082453be2ce05fdd24ac 100644 (file)
@@ -1778,6 +1778,15 @@ prepare-package-notification:
   rules:
     - *rule_tag_security
 
+# Job preparing a post-disclosure notification MR in Printing Press
+
+prepare-post-disclosure-notification:
+  <<: *printing_press_job
+  variables:
+    DOCUMENT: post-disclosure-notification
+  rules:
+    - *rule_tag_security
+
 # Job merging the tag back into its base branch
 
 merge-tag: