summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2012-03-23 14:07:47 +0000
committerJoe <joe@joelightning.com>2012-03-23 14:07:47 +0000
commit50765d0f8308dcf7770d5755fdbca4cc2e2cac03 (patch)
treea201383ac20e715e368de1ee0431f6698c6ad1c5
parent1a56661e06b238b334e4b70dc58493ea9c8514e4 (diff)
Started the 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.
+