Comment 4 for bug 1330290

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to diskimage-builder (master)

Reviewed: https://review.openstack.org/128696
Committed: https://git.openstack.org/cgit/openstack/diskimage-builder/commit/?id=d3c89d85b6492432b37c6cbec68662613da8178e
Submitter: Jenkins
Branch: master

commit d3c89d85b6492432b37c6cbec68662613da8178e
Author: Ghe Rivero <email address hidden>
Date: Wed Oct 15 15:58:47 2014 +0000

    Force empty $TMPDIR inside the chroot

    There are some situations (use of libpam-tmpdir) where the $TMPDIR is
    defined per user, so any sudo call will define an specific $TMPDIR for
    the root user which doesn't exist inside the chroot.

    Change-Id: I866651fed520007506c7be83837d3791ed9f2235
    Closes-Bug: #1330290