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 | 5128b6d | 2006-10-28 07:21:22 +0000 | [diff] [blame^] | 10 | buildBranch=R1.5 |
| 11 | buildType=R |
| 12 | buildRelease=R1.5 |
| 13 | build.distribution=wtp |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame] | 14 | whatisfixed.toBuildId=R-1.5.2-200610261841 |
| 15 | whatisfixed.to.date=2006-10-26 18:41:00 GMT |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 16 | |
| 17 | # This is not used due to wierd behavior by cvs rlog |
| 18 | #whatisfixed.to.branch |
| 19 | |
ndai | 5128b6d | 2006-10-28 07:21:22 +0000 | [diff] [blame^] | 20 | # The list will include bugs with these statuses |
| 21 | # - means ignore target (valid status - RESOLVED CLOSED NEW..) |
| 22 | whatisfixed.status=- |
| 23 | |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 24 | # What is fixed list will only include bugs targeted to these |
| 25 | #(seperate them by commas, blanks are significant in a name) |
| 26 | # - means ignore target |
ndai | abc9ffb | 2006-10-27 09:55:46 +0000 | [diff] [blame] | 27 | whatisfixed.targetMilestones=1.5.1 M151,1.5.2 M152 |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 28 | |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame] | 29 | |
| 30 | whatisfixed.workdir=./tmp-wif |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame] | 31 | wtp.cvsTag=HEAD |
| 32 | |
| 33 | mapCvsRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools |
| 34 | whatisfixed.dir=${whatisfixed.workdir}/results/whatisfixed |
| 35 | |
| 36 | |
david_williams | bb0fc61 | 2006-05-19 10:28:20 +0000 | [diff] [blame] | 37 | |
| 38 | # These are the components under the cvs root to |
| 39 | # search for changes (seperate them by commas, blanks are significant in a name!) |
| 40 | whatisfixed.modules=wst,jst |
| 41 | |
ndai | 5128b6d | 2006-10-28 07:21:22 +0000 | [diff] [blame^] | 42 | wtpBuilder=${whatisfixed.workdir}/releng.wtpbuilder/distribution/${build.distribution}.whatisfixed/build.xml |
ndai | 5de544f | 2006-06-28 14:10:17 +0000 | [diff] [blame] | 43 | build.whatIsFixed=true |
ndai | 3c9e072 | 2006-10-28 05:43:50 +0000 | [diff] [blame] | 44 | build.trial=false |
| 45 | |
| 46 | uploadUser=ndai |
| 47 | uploadPassword=This is not really used since ssh login is assumed (required) |
| 48 | uploadServer=download1.eclipse.org |
| 49 | uploadRemoteDirectory=/home/data/users/ndai/downloads/webtools/committers/drops/${buildBranch}/${whatisfixed.toBuildId} |