aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--master/TODO1
-rw-r--r--slave/TODO7
2 files changed, 4 insertions, 4 deletions
diff --git a/master/TODO b/master/TODO
index af15268..82ecb5f 100644
--- a/master/TODO
+++ b/master/TODO
@@ -1,7 +1,6 @@
TODO:
* Implement input via the webinterface (manual via command line atm)
- Also, use/implement input validation (master.process.validation)
- * Jobtage tree integration for auto-generation of jobtagerev (manual atm)
* Better jobuild dependency resolution for atom list (basic right now)
* Job status tracking and management (none right now)
* Asymmetrical key authentication for accepting jobs
diff --git a/slave/TODO b/slave/TODO
index c7a0bd3..ad9e43d 100644
--- a/slave/TODO
+++ b/slave/TODO
@@ -1,6 +1,7 @@
-- Error handling sucks hairy monkey balls. Custom exceptions soon.
-- Structure is somewhat inconsistent and mostly incomplete. Will change a *lot* over time
-- Things are ugly, I know.
+- Structure and API are not final. Expect changes.
+
+Long-term:
+- Custom exceptions plz, kthx.
Do:
-----