From 0c7298ffe173f3d308a8ddc099e196f5c87b0320 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Mon, 30 Oct 2006 20:41:30 +0000 Subject: [PATCH] need upload.properties, for now --- releng.control/upload.properties | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releng.control/upload.properties diff --git a/releng.control/upload.properties b/releng.control/upload.properties new file mode 100644 index 000000000..67532edb0 --- /dev/null +++ b/releng.control/upload.properties @@ -0,0 +1,17 @@ +# These are some properties needed to upload builds from the build machine to the download machine. +# The actual task that does that is in wtp.upload in releng.wtpBuidler. +# Its better to set here, "outside" of wtpBuilder, since it can be machine and user specific +# +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} + +# rsyncRootPrefix should be empty for Linux machines. +# But, Windows using cygwin will needs something like /cygdrive/G/ +# for what ever drive or directory is parent of build.home +rsyncRootPrefix= + +build.upload=true -- GitLab