]> 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:17 +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 22dd4e24f48e7ad180af123690cf8bb0cb03b67b..5c1222277c23228e416be16130ac1d9b3a02f833 100644 (file)
@@ -1947,6 +1947,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: