]> git.decadent.org.uk Git - dak.git/blobdiff - ChangeLog
Add an exception class and adjust the scripts using ParseMaintError to use the new...
[dak.git] / ChangeLog
index 9533845d77f6885ce4ac1d5e00f2b4ff5cc6fed6..909eb9615cd57dbdf2d5e6cb2d6c1e5bf3a85a81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-05-05  Joerg Jaspert  <joerg@debian.org>
+
+       * dak/queue_report.py: Use the exception class
+       * dak/process_unchecked.py: dito
+
+       * daklib/dak_exceptions.py: New file, central place for all those
+       own exceptions dak may raise.
+
+       * daklib/utils.py: Use dak_exceptions and delete all those string
+       exception raising stuff, which is depcreated.
+
 2008-05-04  Joerg Jaspert  <joerg@debian.org>
 
        * daklib/queue.py: Various pychecker cleanups