diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-07-11 09:23:15 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-07-11 09:23:15 +0530 |
commit | 9d2089e5d078e644d0f4e2e58c693ce2c060bd41 (patch) | |
tree | 73eb85887bf52dd6ba372157d11dd966e09800c7 /slave | |
parent | - Message to indicate status (Preparing WorkChroot) (diff) | |
download | autotua-9d2089e5d078e644d0f4e2e58c693ce2c060bd41.tar.gz autotua-9d2089e5d078e644d0f4e2e58c693ce2c060bd41.tar.bz2 autotua-9d2089e5d078e644d0f4e2e58c693ce2c060bd41.zip |
Whoops, jobtagedir should be relative to TMPDIR
Diffstat (limited to 'slave')
-rw-r--r-- | slave/autotua/const.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slave/autotua/const.py b/slave/autotua/const.py index eea287e..cb638fd 100644 --- a/slave/autotua/const.py +++ b/slave/autotua/const.py @@ -32,7 +32,7 @@ STAGE_MIRROR_PATH = 'releases/%(gen_arch)s/%(release)s/stages' STAGE_FILENAME = '%(stage)s-%(arch)s-%(release)s.tar.bz2' JOBTAGE_URI = 'git://git.overlays.gentoo.org/proj/jobtage.git' -JOBTAGE_DIR = '/var/tmp/autotua/jobtage' +JOBTAGE_DIR = TMPDIR+'/jobtage' # Bind mounted inside the chroots for use if defined PORTAGE_DIR = '' |