summaryrefslogtreecommitdiff
path: root/bin/nightlybuilds/builds.lst
blob: a1224341204e9668c7ba2e4aa5a4c28683bfdde8 (plain)
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
#
# $Id$
#
# This is a listing of the web directories and the builds contained in
# them.
#
# Each entry starts with the name in brackets such as [build_name].
# The name cannot contain spaces.
#
# Then several properties that can be used:
#
# LIST   = URL for the directory of build logs (required)
# WEB    = Link to a build specific page for the builds
# STATUS = URL to a page that contains build status info
# GROUP  = Name of the group that the build belongs in
# MANUAL = URL to someplace that can start the build
# ORANGE = Number of hours until timestamp turns orange (default: 24)
# RED    = Number of hours until timestamp turns red (default: 48)
#

#[Win2000_DLL_Core]
#LIST   = http://tao.doc.wustl.edu/bugzilla/Core/
#WEB    = http://tao.doc.wustl.edu/bugzilla/cgi/show_log_dir.pl?core
#STATUS = http://tao.doc.wustl.edu/bugzilla/core/status.txt

#[Win2000_DLL_Debug]
#LIST   = http://tao.doc.wustl.edu/bugzilla/DLL_Debug/
#WEB    = http://tao.doc.wustl.edu/bugzilla/cgi/show_log_dir.pl?dll_debug
#STATUS = http://tao.doc.wustl.edu/bugzilla/DLL_Debug/status.txt

#[WinXP_DLL_Release]
#LIST   = http://tao.doc.wustl.edu/bugzilla/DLL_Release/
#WEB    = http://tao.doc.wustl.edu/bugzilla/cgi/show_log_dir.pl?dll_release
#STATUS = http://tao.doc.wustl.edu/bugzilla/DLL_Release/status.txt

#[Win2000_Borland]
#LIST   = http://tao.doc.wustl.edu/bugzilla/Borland/
#WEB    = http://tao.doc.wustl.edu/bugzilla/cgi/show_log_dir.pl?borland
#STATUS = http://tao.doc.wustl.edu/bugzilla/Borland/status.txt

#[Win2000_Borland_Wchar]
#LIST   = http://tao.doc.wustl.edu/bugzilla/Borland_Wchar/
#WEB    = http://tao.doc.wustl.edu/bugzilla/cgi/show_log_dir.pl?borland_wchar
#STATUS = http://tao.doc.wustl.edu/bugzilla/Borland_Wchar/status.txt

#[Win2000_Fuzz]
#LIST   = http://tao.doc.wustl.edu/bugzilla/Fuzz/
#WEB    = http://tao.doc.wustl.edu/bugzilla/cgi/show_log_dir.pl?fuzz
#STATUS = http://tao.doc.wustl.edu/bugzilla/Fuzz/status.txt

#[Win2000_WChar_Unicode]
#LIST   = http://tao.doc.wustl.edu/bugzilla/Unicode/
#WEB    = http://tao.doc.wustl.edu/bugzilla/cgi/show_log_dir.pl?unicode
#STATUS = http://tao.doc.wustl.edu/bugzilla/Unicode/status.txt

#[Win2000_WChar]
#LIST   = http://tao.doc.wustl.edu/bugzilla/wchar/
#WEB    = http://tao.doc.wustl.edu/bugzilla/cgi/show_log_dir.pl?wchar
#STATUS = http://tao.doc.wustl.edu/bugzilla/wchar/status.txt

# Temporarily disabled
#[Tru64_4.0f_CXX_63]
#LIST   = http://spe121.mro-x.dec.com/~buildlog/auto_compile_logs/spe121.mro-x.dec.com_Tru64_CXX/
#WEB    = http://spe121.mro-x.dec.com/cgi-bin/show_log_dir.cgi?spe121_Tru64_CXX
#GROUP  = External

# Temporarily disabled
#[VxWorks_5.4_GCC]
#LIST   = http://prince.ociweb.com/buildlogs/auto_compile_logs/maggie_VXWORKS_GCC/
#WEB    = http://prince.ociweb.com/buildlogs/show_log_dir.cgi?maggie_VXWORKS_GCC
#GROUP  = External

# Temporarily disabled
#[Chorus_4.0.1_GCC]
#LIST   = http://prince.ociweb.com/buildlogs/auto_compile_logs/lisa_CHORUS_4_0_1_GCC/
#WEB    = http://prince.ociweb.com/buildlogs/show_log_dir.cgi?lisa_CHORUS_4_0_1_GCC
#GROUP  = External

# Temporarily disabled
#[HPUX_ACC]
#LIST   = http://prince.ociweb.com/buildlogs/auto_compile_logs/herb_HPUX_ACC/
#WEB    = http://prince.ociweb.com/buildlogs/show_log_dir.cgi?herb_HPUX_ACC
#GROUP  = External

# Commented out for the timebeing
#[AIX_VAC]
#LIST   = http://prince.ociweb.com/buildlogs/auto_compile_logs/tripoli_AIX_VAC/
#WEB    = http://prince.ociweb.com/buildlogs/show_log_dir.cgi?tripoli_AIX_VAC
#GROUP  = External

#[Lynx_I386]
#LIST   = http://ace.cs.wustl.edu/~bugzilla/auto_compile_logs/danzon_LYNX_I386/
#WEB    = http://ace.cs.wustl.edu/~bugzilla/cgi-bin/show_log_dir.cgi?danzon_LYNX_I386
#STATUS = http://ace.cs.wustl.edu/~bugzilla/auto_compile_logs/danzon_LYNX_I386/status.txt

ORANGE = 48
RED    = 72