too many people ask me silly questions about the two different build states

both being colored yellow.  Make one of them white to quiet the masses.
This commit is contained in:
kestes%walrus.com 2001-12-14 20:19:10 +00:00
Родитель 26a7e2a2bb
Коммит 72e72d1536
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,8 +1,8 @@
# -*- Mode: perl; indent-tabs-mode: nil -*- # -*- Mode: perl; indent-tabs-mode: nil -*-
# $Revision: 1.8 $ # $Revision: 1.9 $
# $Date: 2001/10/09 15:38:27 $ # $Date: 2001/12/14 20:19:10 $
# $Author: kestes%walrus.com $ # $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/BuildStatus.pm,v $ # $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/BuildStatus.pm,v $
# $Name: $ # $Name: $
@ -94,7 +94,7 @@ package BuildStatus;
# You may want this to be 'aqua' if you # You may want this to be 'aqua' if you
# need to distinguish from 'building' # need to distinguish from 'building'
'html_color'=> 'yellow', 'html_color'=> 'white',
'hdml_char'=> '.', 'hdml_char'=> '.',
'handler'=> \&main::null, 'handler'=> \&main::null,
'description'=> 'Build in progress - status unavailible', 'description'=> 'Build in progress - status unavailible',