aboutsummaryrefslogtreecommitdiff
path: root/slave
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 /slave
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 'slave')
-rw-r--r--slave/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/slave/TODO b/slave/TODO
index 550ba6a..e469100 100644
--- a/slave/TODO
+++ b/slave/TODO
@@ -1,5 +1,6 @@
- Structure and API are not final. Expect changes.
- Implement locking for the workdir/chrootdir
+- Define test jobs so that a master-server is not required to run the module tests
Long-term:
- Custom exceptions plz, kthx.