diff --git a/releng.wtpbuilder/localBuildExample/runbuild.properties b/releng.wtpbuilder/localBuildExample/runbuild.properties index ad925d6ee02c539dda5699d089dda0bb643be72f..5136a930807880b25fa7edaaa5a1f083b0c3a8d0 100644 --- a/releng.wtpbuilder/localBuildExample/runbuild.properties +++ b/releng.wtpbuilder/localBuildExample/runbuild.properties @@ -1,5 +1,6 @@ -# adjust depending on which VM's are being used on this machine +# adjust classpaths depending on which VM's +# are being used on this build machine. # some standard ones for Sun diff --git a/releng.wtpbuilder/localBuildExample/upload.properties b/releng.wtpbuilder/localBuildExample/upload.properties index 544ec34a698795513e51fc0bc6526b5da0fad946..d275e5a10dc3ef6cbd2c6b049419c41a567c56cb 100644 --- a/releng.wtpbuilder/localBuildExample/upload.properties +++ b/releng.wtpbuilder/localBuildExample/upload.properties @@ -1,13 +1,19 @@ -# upload.properties +# upload.properties - + + +# These are some properties needed to upload builds from +# a build machine to some download machine. These are +# ignored if UPLOAD_BUILD environment variable is set to false. +# uploadUser=davidw uploadPassword="This is not really used since ssh login is assumed (required)" uploadServer=localhost uploadRemoteDirectory=/var/www/html/buildhome/webtools/${site-sub-dir}/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 should be empty for Linux machines. +# But, Windows using cygwin will need something like /cygdrive/G/ +# for what ever drive or directory is parent of build home. +# This is allow rsync to work (using cygwin). +# # rsyncRootPrefix= -