File: DartConfiguration.tcl.sample

package info (click to toggle)
dart 0.20061109-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,668 kB
  • ctags: 247
  • sloc: tcl: 5,652; perl: 256; python: 141; cpp: 79; makefile: 68; sh: 36
file content (165 lines) | stat: -rw-r--r-- 5,699 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
# This file is configured by CMake automatically as DartConfiguration.tcl
# If you choose not to use CMake, this file may be hand configured, by
# filling in the required variables.


# Configuration directories and files
DartRoot: /projects/Dart
SourceDirectory: /projects/Sample/Source
BuildDirectory: /projects/Sample/Testing

# Dart options

# Project Home Page
ProjectURL: http://www.sample-project-page.org

# CVS options
# Default is "-d -P -A"
CVSUpdateOptions: -d -A -P

# Verbose build On/Off
# If On, will display build log as it is generated
VerboseBuild: OFF

# Hide Repeated errors
# If if on, errors with identical log lines will be not be displayed.
# Instead the first example of the error will display the number of repeats
DetectRepeatedErrors: 

# Maximum of errors and warnings to report, use -1 for all
BuildErrorReportLimit: OFF
BuildWarningReportLimit: OFF

# Dashboard start time
NightlyStartTime: 21:00:00 EDT

# Manual Rollup
RollupURL:  http://www.sample-project-page.org/cgi-bin/SampleRollup.cgi

# Project information
CVSWebURL:   http://www.sample-project-page.org/cgi-bin/viewcvs.cgi
CVSROOT: Sample

# Optional Dart processes
# Doxygen
UseDoxygen:  
DoxygenURL:  
BuildDoxygen:  
DoxygenConfig: 

# Gnats
UseGnats:    On
GnatsWebURL: http://www.sample-project-page.org/Bug

# Email delivery on broken builds
# DeliverBrokenBuildEmail should be a list of models (e.g. Nightly)
#   for which email should be sent. If this variable is set, _all_
#   the other options must be set.
# SMTPMailhost: the outgoing mail server
#   when necessary
# EmailFrom: the from address of the email
# DartboardBaseURL: the "Testing" directory of the dashboard URL
# EmailProjectName: the name of the project
# BuildMonitors: a list of people to whom the email if cc'ed. Each element
#   of the list has three parts: site regexp, buildname regexp, and set of
#   email addresses. For example,
#     BuildMonitors: {.* .* A} {foo\.bar .* B} {.* WinNT C}
#   would cause A to be notified of all build errors, B of all errors with
#   builds from *.foo.bar, and C of all errors on WinNT.
# CVSIdentToEmail: a list of rules for converting CVS identities into
#   email addresses. A list of pairs of {regexp substitution} are
#   used. The first regexp to match specifies which subsitution to use.
#   For example
#     CVSIndentToEmail: {robotuser DO_NOT_EMAIL} {.* {\0@somewhere.net} }
#   would mean that robotuser is not mailed, and every other user is
#   at somehwere.net
# DeliverBrokenBuildEmailWithConfigureFailures: Set to 1 if
#   you want email delivered for Build Warnings (Normally 1)
# DeliverBrokenBuildEmailWithBuildErrors: Set to 1 if you want
#   email delivered for Build Errors (Normally 1)
# DeliverBrokenBuildEmailWithBuildWarnings: Set to 1 if you
#   want email delivered for Build Warnings (Normally 0)
# DeliverBrokenBuildEmailWithTestNotRuns: Set to 1 if you
#   want email delivered for Build Warnings (Normally 0)
# DeliverBrokenBuildEmailWithTestFailures: Set to 1 if you
#   want email delivered for Build Warnings (Normally 0)
#
# The old "ContinuousEmail" effect can be obtained by setting
#   DeliverBrokenBuildEmail: Continuous
#   EmailFrom: $ContinuousFrom
#   DartboardBaseURL: $ContinuousBaseURL
#   EmailProjectName: $ContinuousProject
#   BuildMonitors: {.* .* "$ContinuousMonitorList"}
#   CVSIdentToEmail: {.* {\0@$DefaultContinuousDomain} }
#   DeliverBrokenBuildEmailWithConfigureFailures: 0
#   DeliverBrokenBuildEmailWithBuildErrors: 1
#   DeliverBrokenBuildEmailWithBuildWarnings: 0
#   DeliverBrokenBuildEmailWithTestNotRuns: 0
#   DeliverBrokenBuildEmailWithTestFailures: 0

DeliverBrokenBuildEmail: Continuous Nightly
EmailFrom: dashboard@sample-project-page.org
DartboardBaseURL: http://www.sample-project-page.org/Testing
EmailProjectName: 
BuildMonitors: 
CVSIdentToEmail: 
DeliverBrokenBuildEmailWithConfigureFailures: 1
DeliverBrokenBuildEmailWithBuildErrors: 1
DeliverBrokenBuildEmailWithBuildWarnings: 1
DeliverBrokenBuildEmailWithTestNotRuns: 1
DeliverBrokenBuildEmailWithTestFailures: 1

# Continuous email delivery variables
# DeliverContinuousEmail should be On/Off
# If DeliverContinuousEmail is On, _all_ of the other options must be set!
# These variables are from the server's perspective, not the client.
DeliverContinuousEmail: OFF
ContinuousFrom: dashboard@sample-project-page.org
DefaultContinuousDomain: 
SMTPMailhost: mail.sample-project-page.org
ContinuousMonitorList: dashboard@sample-project-page.org
ContinuousBaseURL: http://www.sample-project-page.org/Testing
ContinuousProject: Sample

# Other commands for the server
ExpectedBuilds: 

# Commands for the build/test/submit cycle
ConfigureCommand:
CMakeCommand:
MakeCommand:
CVSCommand: /usr/bin/cvs
TclshCommand: /usr/bin/tclsh
JavaCommand: /usr/local/bin/java
ScpCommand:
PurifyCommand: 
ValgrindCommand: 
ValgrindCommandOptions: 
# Compression commands
GunzipCommand: /bin/gunzip
CompressionCommand: /bin/gzip
CompressionType: /bin/gzip


# Testing options
# TimeOut is the amount of time in seconds to wait for processes
# to complete during testing.  After TimeOut seconds, the
# process will be summaily terminated.
# Currently set to 25 minutes
TimeOut: 1500

# A list of variables that need to be passed through
# Cygwin's name mangler
MangledPathNames: \
                  BuildDirectory \
                  CMakeCommand \
                  CompressionCommand \
                  CVSCommand \
                  DartRoot \
                  GunzipCommand \
                  JavaCommand \
                  MakeCommand \
                  PurifyCommand \
                  ScpCommand \
                  SourceDirectory \
                  TclshCommand