# ***** BEGIN LICENSE BLOCK ***** # Version: MPL 1.1 # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Original Code is Tinderbox 3. # # The Initial Developer of the Original Code is # John Keiser (john@johnkeiser.com). # Portions created by the Initial Developer are Copyright (C) 2004 # the Initial Developer. All Rights Reserved. # # Contributor(s): # # ***** END LICENSE BLOCK ***** package Tinderbox3::InitialValues; use strict; # Tree info our $field_short_names = 'refcount_leaks=Lk,refcount_bloat=Bl,trace_malloc_leaks=Lk,trace_malloc_maxheap=MH,trace_malloc_allocs=A,pageload=Tp,codesize=Z,xulwinopen=Txul,startup=Ts,binary_url=Binary,warnings=Warn'; our $field_processors = 'refcount_leaks=Graph,refcount_bloat=Graph,trace_malloc_leaks=Graph,trace_malloc_maxheap=Graph,trace_malloc_allocs=Graph,pageload=Graph,codesize=Graph,xulwinopen=Graph,startup=Graph,warnings=Warn,build_zip=URL,installer=URL'; our $statuses = 'open,closed,restricted,metered'; our $min_row_size = 0; our $max_row_size = 5; our $default_tinderbox_view = 24*60; our $new_machines_visible = 1; our %initial_machine_config = ( branch => '', cvs_co_date => '', tests => 'Tp,Ts,Txul', cvsroot => ':pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot', clobber => 0, mozconfig => q^ac_add_options --disable-debug ac_add_options --enable-optimize ac_add_options --without-system-nspr ac_add_options --without-system-zlib ac_add_options --without-system-png ac_add_options --without-system-mng ac_add_options --enable-crypto ^, ); # Sheriff info our $header = q^
previous (earlier) period - next (later) period - current period
Tinderbox 3: code problems to John Keiser, server problems to Dawn Endico
^; our $footer = q^previous (earlier) period - next (later) period - current period | ||||||||||||||||