summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2022-08-01 08:32:32 +0200
committerMoritz Muehlenhoff <jmm@debian.org>2022-08-01 08:32:32 +0200
commit3f0f63d9f6fc6b03303518972965f21a889a10e1 (patch)
treeed7b15839572b6e6b9547208a10f52533a8c59fb /conf
parent60de9787728bcc3187f4a415516ec02954813c0b (diff)
cvelist.el: Default to bullseye
Diffstat (limited to 'conf')
-rw-r--r--conf/cvelist.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/cvelist.el b/conf/cvelist.el
index 86bac21211..9ccb8e4aea 100644
--- a/conf/cvelist.el
+++ b/conf/cvelist.el
@@ -18,6 +18,7 @@
(setq last-nfu "")
(setq bugnum "")
(setq newsrcpkg "")
+(setq default_distro "bullseye")
; TODO: Tab completion for existing NFUs
(defun debian-cvelist-insert-not-for-us ()
@@ -48,7 +49,7 @@
(setq srcpkg (thing-at-point 'filename))
(next-line)
(beginning-of-line)
- (insert (concat "\t[buster] - " srcpkg " <no-dsa> (" reason ")\n" )))
+ (insert (concat "\t[" default_distro "] - " srcpkg " <no-dsa> (" reason ")\n" )))
(defun debian-cvelist-insert-postponed ()
"Insert postponed comment based on the current source entry."
@@ -57,7 +58,7 @@
(setq srcpkg (thing-at-point 'filename))
(next-line)
(beginning-of-line)
- (insert (concat "\t[buster] - " srcpkg " <postponed> (" reason ")\n" )))
+ (insert (concat "\t[" default_distro "] - " srcpkg " <postponed> (" reason ")\n" )))
; TODO: Read supported distros from central config and prompt for applicable suites
(defun debian-cvelist-insert-not-affected ()
@@ -67,7 +68,7 @@
(setq srcpkg (thing-at-point 'filename))
(next-line)
(beginning-of-line)
- (insert (concat "\t[buster] - " srcpkg " <not-affected> (" reason ")\n" )))
+ (insert (concat "\t[" default_distro "] - " srcpkg " <not-affected> (" reason ")\n" )))
; TODO: Parse existing source entries for buffer tab completion
(defun debian-cvelist-insert-srcentry ()

© 2014-2024 Faster IT GmbH | imprint | privacy policy