From 2c8f362bdcfefb7c4cc7600201c145607513d9b3 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Tue, 14 Nov 2006 02:00:22 +0000 Subject: [PATCH] prep for creating a patch feature --- releng.control/config.xml | 24 ++++++++++++++++++++++++ releng.control/upload.properties | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/releng.control/config.xml b/releng.control/config.xml index de93b0345..ca2f5ff3a 100644 --- a/releng.control/config.xml +++ b/releng.control/config.xml @@ -77,6 +77,10 @@ name="build.home" value="${build.home}" /> + <property + name="sub-home" + value="patches" /> + </ant> </schedule> @@ -157,6 +161,10 @@ <property name="build.home" value="${build.home}" /> + + <property + name="sub-home" + value="committers" /> </ant> </schedule> @@ -233,6 +241,10 @@ <property name="build.home" value="${build.home}" /> + + <property + name="sub-home" + value="committers" /> </ant> </schedule> @@ -302,6 +314,9 @@ <property name="build.home" value="${build.home}" /> + <property + name="sub-home" + value="committers" /> </ant> </schedule> @@ -387,6 +402,9 @@ <property name="build.home" value="${build.home}" /> + <property + name="sub-home" + value="committers" /> </ant> </schedule> @@ -460,6 +478,9 @@ <property name="build.home" value="${build.home}" /> + <property + name="sub-home" + value="committers" /> </ant> </schedule> @@ -529,6 +550,9 @@ <property name="build.home" value="${build.home}" /> + <property + name="sub-home" + value="committers" /> </ant> </schedule> diff --git a/releng.control/upload.properties b/releng.control/upload.properties index 67532edb0..fbba638b7 100644 --- a/releng.control/upload.properties +++ b/releng.control/upload.properties @@ -7,7 +7,7 @@ buildBranch=R2.0 uploadUser=david_williams uploadPassword="This is not really used since ssh login is assumed (required)" uploadServer=download.eclipse.org -uploadRemoteDirectory=/home/data/users/david_williams/downloads/webtools/committers/drops/${buildBranch} +uploadRemoteDirectory=/home/data/users/${uploadUser}/downloads/webtools/${sub-home}/drops/${buildBranch} # rsyncRootPrefix should be empty for Linux machines. # But, Windows using cygwin will needs something like /cygdrive/G/ -- GitLab