From f539c84247b10ca489570959e990a7def8dbd956 Mon Sep 17 00:00:00 2001
From: Frank Lee <rl201@cam.ac.uk>
Date: Thu, 2 Nov 2023 11:57:52 +0000
Subject: [PATCH 1/2] Include Debian 14

---
 debianAndUbuntuSecurityMailParser/script.user.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debianAndUbuntuSecurityMailParser/script.user.js b/debianAndUbuntuSecurityMailParser/script.user.js
index 4d6e8cd..8bc7471 100644
--- a/debianAndUbuntuSecurityMailParser/script.user.js
+++ b/debianAndUbuntuSecurityMailParser/script.user.js
@@ -13,7 +13,7 @@
 
 (function () {
     'use strict';
-    const debmap={buster:'10',bullseye:'11',bookworm:'12',trixie:'13'};
+    const debmap={buster:'10',bullseye:'11',bookworm:'12',trixie:'13',forky:'14'};
     const ubuntumap={24.04:'noble',23.10:'manic',23.04:'lunar',22.10:'kinetic',22.04:'jammy',20.04:'focal',18.04:'bionic',16.04:'xenial',14.04:'trusty'};
 
     // Loop over the affected Operating systems
-- 
GitLab


From 42348d95d2fa931c992e2fbad8342bb1cb0c8c04 Mon Sep 17 00:00:00 2001
From: Frank Lee <rl201@cam.ac.uk>
Date: Fri, 22 Dec 2023 10:53:08 +0000
Subject: [PATCH 2/2] Adding some READMEs.

---
 addDotsToTickets/README.md | 3 +++
 xymonFormatting/README.md  | 1 +
 xymonNetdisco/README.md    | 1 +
 3 files changed, 5 insertions(+)
 create mode 100644 addDotsToTickets/README.md
 create mode 100644 xymonFormatting/README.md
 create mode 100644 xymonNetdisco/README.md

diff --git a/addDotsToTickets/README.md b/addDotsToTickets/README.md
new file mode 100644
index 0000000..1f787a7
--- /dev/null
+++ b/addDotsToTickets/README.md
@@ -0,0 +1,3 @@
+Adds a coloured dot to the subject of Xymon tickets in RT reflecting the latest status of that test.
+
+(Dots with a blue circle around are disabled; the central colour reports the colour of the most recent report.)
diff --git a/xymonFormatting/README.md b/xymonFormatting/README.md
new file mode 100644
index 0000000..0a907be
--- /dev/null
+++ b/xymonFormatting/README.md
@@ -0,0 +1 @@
+To reformat Xymon tables so they take up less space!
diff --git a/xymonNetdisco/README.md b/xymonNetdisco/README.md
new file mode 100644
index 0000000..2c80e79
--- /dev/null
+++ b/xymonNetdisco/README.md
@@ -0,0 +1 @@
+To link straight to netdisco from xymon tests reporting on switch interfaces.
-- 
GitLab