david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 1 | # FROM DATE AND BUILD |
| 2 | # This must be set as the reference point. |
| 3 | # |
ndai | abc9ffb | 2006-10-27 09:55:46 +0000 | [diff] [blame] | 4 | whatisfixed.since.date=2006-09-23 05:08:00 GMT |
| 5 | whatisfixed.fromBuildId=R-1.5.1-200609230508 |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 6 | |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 7 | # TO DATE AND BUILD |
| 8 | # This is calculated at the time of the build. Is not set |
| 9 | # |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame] | 10 | whatisfixed.toBuildId=R-1.5.2-200610261841 |
| 11 | whatisfixed.to.date=2006-10-26 18:41:00 GMT |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 12 | |
| 13 | # This is not used due to wierd behavior by cvs rlog |
| 14 | #whatisfixed.to.branch |
| 15 | |
ndai | 5128b6d | 2006-10-28 07:21:22 +0000 | [diff] [blame] | 16 | # The list will include bugs with these statuses |
| 17 | # - means ignore target (valid status - RESOLVED CLOSED NEW..) |
| 18 | whatisfixed.status=- |
| 19 | |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 20 | # What is fixed list will only include bugs targeted to these |
| 21 | #(seperate them by commas, blanks are significant in a name) |
| 22 | # - means ignore target |
ndai | abc9ffb | 2006-10-27 09:55:46 +0000 | [diff] [blame] | 23 | whatisfixed.targetMilestones=1.5.1 M151,1.5.2 M152 |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 24 | |
ndai | aa7356c | 2006-10-28 10:51:01 +0000 | [diff] [blame] | 25 | #BUILDER PROPERTIES |
| 26 | # |
| 27 | buildBranch=R1.5 |
| 28 | wtp.cvsTag=R1_5_maintenance |
| 29 | buildType=R |
| 30 | |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 31 | # added build home and codir to be more like other |
david_williams | 24f8c3d | 2006-10-31 02:09:01 +0000 | [diff] [blame] | 32 | # scripts, and, do keep "working directory" out of releng.control directory |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 33 | |
david_williams | 8f1cae1 | 2007-11-17 02:07:46 +0000 | [diff] [blame] | 34 | codir=${env.BUILD_HOME}/projectBuilders/ |
david_williams | 24f8c3d | 2006-10-31 02:09:01 +0000 | [diff] [blame] | 35 | whatisfixed.workdir=${codir}/tmp-wif |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame] | 36 | |
| 37 | mapCvsRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools |
| 38 | whatisfixed.dir=${whatisfixed.workdir}/results/whatisfixed |
| 39 | |
| 40 | |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 41 | |
| 42 | # These are the components under the cvs root to |
| 43 | # search for changes (seperate them by commas, blanks are significant in a name!) |
| 44 | whatisfixed.modules=wst,jst |
| 45 | |
ndai | aa7356c | 2006-10-28 10:51:01 +0000 | [diff] [blame] | 46 | |
| 47 | buildRelease=${buildBranch} |
| 48 | build.distribution=wtp |
| 49 | |
david_williams | 6390847 | 2007-11-16 23:53:14 +0000 | [diff] [blame] | 50 | wtpBuilder=${whatisfixed.workdir}/${env.RELENGWTPBUILDER}/distribution/${build.distribution}.whatisfixed/build.xml |
ndai | 5de544f | 2006-06-28 14:10:17 +0000 | [diff] [blame] | 51 | build.whatIsFixed=true |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame] | 52 | build.trial=false |
| 53 | |
| 54 | uploadUser=ndai |
| 55 | uploadPassword=This is not really used since ssh login is assumed (required) |
| 56 | uploadServer=download1.eclipse.org |
| 57 | uploadRemoteDirectory=/home/data/users/ndai/downloads/webtools/committers/drops/${buildBranch}/${whatisfixed.toBuildId} |