diff options
author | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-06-20 09:40:02 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2008-06-20 09:40:02 +0530 |
commit | 2b198df01ca920afac41bfa0a1006f253c5827f6 (patch) | |
tree | 001b3c7140823cd0fa571d383a02a4f604cdf333 /slave/autotua | |
parent | - Rename self.maintainer to self.maint (diff) | |
download | autotua-2b198df01ca920afac41bfa0a1006f253c5827f6.tar.gz autotua-2b198df01ca920afac41bfa0a1006f253c5827f6.tar.bz2 autotua-2b198df01ca920afac41bfa0a1006f253c5827f6.zip |
- Whoops, forgot to save this and commit in the previous commit
Diffstat (limited to 'slave/autotua')
-rw-r--r-- | slave/autotua/chroot/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slave/autotua/chroot/__init__.py b/slave/autotua/chroot/__init__.py index 04324cd..e2cfa4a 100644 --- a/slave/autotua/chroot/__init__.py +++ b/slave/autotua/chroot/__init__.py @@ -40,7 +40,7 @@ class WorkChroot(object): """ self.chroot = PristineChroot(stage) self.job = job - self.workdir = osp.join(const.WORKDIR, self.job.maintainer, self.name, 'chroot') + self.workdir = osp.join(const.WORKDIR, self.job.maint, self.name, 'chroot') # Hmmmm. Maybe all this should be in a module of it's own. def _clean_mounts(self, chrootdir): |