From bbfce9739fb23fa3c714ec85aa58ad4edd1eb394 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 11 Apr 2009 08:28:57 +0000 Subject: [PATCH] Made ABT_TMPDIR path absolute, and swapped kernel version order. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@768 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/conf/pcbart.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nightly/conf/pcbart.conf b/nightly/conf/pcbart.conf index 237db2e41..4d11460e4 100644 --- a/nightly/conf/pcbart.conf +++ b/nightly/conf/pcbart.conf @@ -3,5 +3,5 @@ ABT_DETAILS="PC Bart, x86_64, openSUSE 11.1" ABT_JOBS=3 -ABT_TMPDIR=tmp-scst-${USER}-$$ -ABT_KERNELS="2.6.23.17 2.6.29.1" +ABT_TMPDIR="$HOME/tmp-scst-${USER}-$$" +ABT_KERNELS="2.6.29.1 2.6.23.17"