Skip to content
Snippets Groups Projects
Commit 2c8f362b authored by david_williams's avatar david_williams
Browse files

prep for creating a patch feature

parent 2a7d2c94
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment