]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add a job preparing packager notifications
authorMichał Kępień <michal@isc.org>
Tue, 4 Nov 2025 11:51:35 +0000 (12:51 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 4 Nov 2025 11:51:35 +0000 (12:51 +0100)
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.

.gitlab-ci.yml

index 76377c32d82a47a2f932723161c7a1e975fb45cf..3c070797a9fc2d1c102f81e39010acc58d7a4747 100644 (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: