blob: 83e7f5e7cc667cb264f23a3f1a1e7de2230a3c6f [file] [log] [blame]
david_williams98416292007-12-10 02:31:13 +00001# FROM DATE AND BUILD
2# This must be set as the reference point.
3#
4whatisfixed.since.date=2006-09-23 05:08:00 GMT
5whatisfixed.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#
10whatisfixed.toBuildId=R-1.5.2-200610261841
11whatisfixed.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..)
18whatisfixed.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
23whatisfixed.targetMilestones=1.5.1 M151,1.5.2 M152
24
25#BUILDER PROPERTIES
26#
27buildBranch=R1.5
28wtp.cvsTag=R1_5_maintenance
29buildType=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
34codir=${env.BUILD_HOME}/projectBuilders/
35whatisfixed.workdir=${codir}/tmp-wif
36
37mapCvsRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/webtools
38whatisfixed.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!)
44whatisfixed.modules=wst,jst
45
46
47buildRelease=${buildBranch}
48build.distribution=wtp
49
david_williamsd4b1fd32008-01-02 04:16:52 +000050wtpBuilder=${whatisfixed.workdir}/${env.RELENG_BUILDER}/distribution/${build.distribution}.whatisfixed/build.xml
david_williams98416292007-12-10 02:31:13 +000051build.whatIsFixed=true
52build.trial=false
53
54uploadUser=ndai
55uploadPassword=This is not really used since ssh login is assumed (required)
56uploadServer=download1.eclipse.org
57uploadRemoteDirectory=/home/data/users/ndai/downloads/webtools/committers/drops/${buildBranch}/${whatisfixed.toBuildId}