From 24f8c3d26673bbbb10047088b4f6980e17dc8d01 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Tue, 31 Oct 2006 02:09:01 +0000
Subject: [PATCH] fix to put working directory in different location

---
 releng.control/whatisfixed.properties | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/releng.control/whatisfixed.properties b/releng.control/whatisfixed.properties
index 00b746418..69a3e9475 100644
--- a/releng.control/whatisfixed.properties
+++ b/releng.control/whatisfixed.properties
@@ -28,8 +28,11 @@ buildBranch=R1.5
 wtp.cvsTag=R1_5_maintenance
 buildType=R
 
-
-whatisfixed.workdir=./tmp-wif
+# added build.home and codir to be more like other
+# scripts, and, do keep "working directory" out of releng.control directory
+build.home=/shared/webtools/
+codir=${build.home}/build-node/checkout/
+whatisfixed.workdir=${codir}/tmp-wif
 
 mapCvsRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools
 whatisfixed.dir=${whatisfixed.workdir}/results/whatisfixed
-- 
GitLab