Bug ID 1012810
Summary [rear] /tmp directory provided in /etc/rear/local is not honored
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter ralf.bueker@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

rear tar archives are always created in /tmp, no matter what is set in
/etc/rear/local.conf as TMPDIR

adding the -p ${TMPDIR} parameter in /usr/sbin/rear fixes the issue.
should be:
    BUILD_DIR="$( mktemp -d -p ${TMPDIR} -t rear.XXXXXXXXXXXXXXX || Error
"Could not create build area '$BUILD_DIR'" )"


You are receiving this mail because: