aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-10-02 11:20:51 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-10-02 11:20:51 +0530
commit3e63c21517cdfc7b881e0c13fe47733f6a5631a6 (patch)
tree990ed2e12fd9b5a2f34d9e279e08579fd9ef55e0
parentMake new release. Again. (diff)
downloadautotua-3e63c21517cdfc7b881e0c13fe47733f6a5631a6.tar.gz
autotua-3e63c21517cdfc7b881e0c13fe47733f6a5631a6.tar.bz2
autotua-3e63c21517cdfc7b881e0c13fe47733f6a5631a6.zip
Use autotua settings by default for const.JOBTAGE (master)
-rw-r--r--master/master/const.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/master/master/const.py b/master/master/const.py
index c9b2fad..9c6ef4a 100644
--- a/master/master/const.py
+++ b/master/master/const.py
@@ -6,6 +6,8 @@
# Immortal lh!
#
+from autotua import config
+
# FIXME: insecure tmpdir.
TMPDIR = '/tmp/master'
-JOBTAGE = 'git://git.overlays.gentoo.org/proj/jobtage.git'
+JOBTAGE = config.JOBTAGE_DIR