aboutsummaryrefslogtreecommitdiff
path: root/slave
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-09-01 19:48:07 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-09-01 19:48:07 +0530
commitf455953383be2276ae67498dbc08b98d8d6484de (patch)
tree6aa2b8f1db930634cf784b40b31e89040f249a11 /slave
parentMajor changes to the master django db models (diff)
downloadautotua-f455953383be2276ae67498dbc08b98d8d6484de.tar.gz
autotua-f455953383be2276ae67498dbc08b98d8d6484de.tar.bz2
autotua-f455953383be2276ae67498dbc08b98d8d6484de.zip
Update README and TODO
Diffstat (limited to 'slave')
-rw-r--r--slave/README9
-rw-r--r--slave/TODO1
2 files changed, 5 insertions, 5 deletions
diff --git a/slave/README b/slave/README
index 13a57ca..0262e80 100644
--- a/slave/README
+++ b/slave/README
@@ -1,8 +1,7 @@
-- Run scripts/init-autotua-tmpdirs.sh
-- Use test_modules.sh to test autotua-slave
- * Specify which module to run inside which_tests.py
- by defining modules = <list> . (default is fine)
-- Everything should preferably be run as root
+- Execute modules to test them
+ Ex: `PYTHONPATH=. python autotua/__init__.py`
+- Everything should preferably be run as root.
+ Although, if you're not using a chroot, you can get away with an unprivileged user.
- Need *atleast* Python 2.5
- Export the http_proxy variable for proxy support
- The program "connect" is required for git and git+ssh http proxy support
diff --git a/slave/TODO b/slave/TODO
index ad9e43d..550ba6a 100644
--- a/slave/TODO
+++ b/slave/TODO
@@ -1,4 +1,5 @@
- Structure and API are not final. Expect changes.
+- Implement locking for the workdir/chrootdir
Long-term:
- Custom exceptions plz, kthx.