blob: 4243253f266932432020a9feb34a8d8be5dffcd6 [file] [log] [blame]
david_williamsbb0fc612006-05-19 10:28:20 +00001# These are some properties needed to upload builds from the build machine to the download machine.
2# The actual task that does that is in wtp.upload in releng.wtpBuidler.
3# Its better to set here, "outside" of wtpBuilder, since it can be machine and user specific
4#
david_williamsb22c9f72006-05-19 13:43:18 +00005uploadUser=ndai
david_williamsbb0fc612006-05-19 10:28:20 +00006uploadPassword="This is not really used since ssh login is assumed (required)"
7uploadServer=download1.eclipse.org
david_williamsb22c9f72006-05-19 13:43:18 +00008uploadRemoteDirectory=/home/data/users/ndai/downloads/webtools/committers/drops
david_williamsbb0fc612006-05-19 10:28:20 +00009
10# rsyncRootPrefix should be empty for Linux machines.
11# But, Windows using cygwin will needs something like /cygdrive/G/
12# for what ever drive or directory is parent of build.home
13rsyncRootPrefix=
14
15build.upload=false