david_williams | 9841629 | 2007-12-10 02:31:13 +0000 | [diff] [blame] | 1 | # FROM DATE AND BUILD |
| 2 | # This must be set as the reference point. |
| 3 | # |
| 4 | whatisfixed.since.date=2006-09-23 05:08:00 GMT |
| 5 | whatisfixed.fromBuildId=R-1.5.1-200609230508 |
| 6 | |
| 7 | # TO DATE AND BUILD |
| 8 | # This is calculated at the time of the build. Is not set |
| 9 | # |
| 10 | whatisfixed.toBuildId=R-1.5.2-200610261841 |
| 11 | whatisfixed.to.date=2006-10-26 18:41:00 GMT |
| 12 | |
| 13 | # This is not used due to wierd behavior by cvs rlog |
| 14 | #whatisfixed.to.branch |
| 15 | |
| 16 | # The list will include bugs with these statuses |
| 17 | # - means ignore target (valid status - RESOLVED CLOSED NEW..) |
| 18 | whatisfixed.status=- |
| 19 | |
| 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 |
| 23 | whatisfixed.targetMilestones=1.5.1 M151,1.5.2 M152 |
| 24 | |
| 25 | #BUILDER PROPERTIES |
| 26 | # |
| 27 | buildBranch=R1.5 |
| 28 | wtp.cvsTag=R1_5_maintenance |
| 29 | buildType=R |
| 30 | |
| 31 | # added build home and codir to be more like other |
| 32 | # scripts, and, do keep "working directory" out of releng.control directory |
| 33 | |
| 34 | codir=${env.BUILD_HOME}/projectBuilders/ |
| 35 | whatisfixed.workdir=${codir}/tmp-wif |
| 36 | |
| 37 | mapCvsRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools |
| 38 | whatisfixed.dir=${whatisfixed.workdir}/results/whatisfixed |
| 39 | |
| 40 | |
| 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 | |
| 46 | |
| 47 | buildRelease=${buildBranch} |
| 48 | build.distribution=wtp |
| 49 | |
david_williams | d4b1fd3 | 2008-01-02 04:16:52 +0000 | [diff] [blame] | 50 | wtpBuilder=${whatisfixed.workdir}/${env.RELENG_BUILDER}/distribution/${build.distribution}.whatisfixed/build.xml |
david_williams | 9841629 | 2007-12-10 02:31:13 +0000 | [diff] [blame] | 51 | build.whatIsFixed=true |
| 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} |