aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-09-02 01:15:23 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-09-02 01:15:23 +0530
commit0c51f726771ba32153e353f06b25b91bc8bb8ecc (patch)
tree60bb0de723d31018c626525414b4951b9b485bcf /master/TODO
parentUpdate README and TODO (diff)
downloadautotua-0c51f726771ba32153e353f06b25b91bc8bb8ecc.tar.gz
autotua-0c51f726771ba32153e353f06b25b91bc8bb8ecc.tar.bz2
autotua-0c51f726771ba32153e353f06b25b91bc8bb8ecc.zip
setup-master.py now does db initialization
- After the previous models.py mega-change, the database needed the info that was in master.process.const initialised before it was usable. - setup-master.py + custom.db_defaults can now do all this - If you do not already have autotua-slave installed as a module, you will have to export the PYTHONPATH variable to allow setup-master.py and manage.py to import autotua - Update TODOs - Fix default to copy in setup-master.py
Diffstat (limited to 'master/TODO')
-rw-r--r--master/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/master/TODO b/master/TODO
index 82ecb5f..4868bd8 100644
--- a/master/TODO
+++ b/master/TODO
@@ -1,10 +1,13 @@
TODO:
* Implement input via the webinterface (manual via command line atm)
- - Also, use/implement input validation (master.process.validation)
* Better jobuild dependency resolution for atom list (basic right now)
* Job status tracking and management (none right now)
* Asymmetrical key authentication for accepting jobs
+setup-master.py:
+ * Should prompt for super-user
+ * Should initialize with a jobtage tree and a sample job for testing
+
Low-priority TODO:
* setup-master.py should do fastcgi settings as well