summaryrefslogtreecommitdiff
path: root/chili_change_detector
diff options
context:
space:
mode:
Diffstat (limited to 'chili_change_detector')
-rw-r--r--chili_change_detector12
1 files changed, 12 insertions, 0 deletions
diff --git a/chili_change_detector b/chili_change_detector
new file mode 100644
index 0000000..c2be2f4
--- /dev/null
+++ b/chili_change_detector
@@ -0,0 +1,12 @@
+#! /bin/bash
+
+# Hum be I guess it basically needs to:
+# - Download the atom feed http://labs.parabola.nu/activity.atom
+# - Read it, making an assosiative array of all the bug titles and their urls.
+# - I think we don't want `Revision's.
+# - The urls will need fixing since it actually gives the wrong urls.
+# - Compare this array to the previous, which will have been stored in a file.
+# - If any new have appeared since last time then we check if it's md5sum is in
+# a log of seen issues, and if not, we add it, and we know that this is a
+# creation, not a change. Then report the change to the IRC.
+