зеркало из https://github.com/mozilla/gecko-dev.git
get default BT_URL from TinderConfig
This commit is contained in:
Родитель
c21627d1cc
Коммит
329c13608f
|
@ -4,8 +4,8 @@
|
|||
# Tracking system and its relationship to the tinderbox trees.
|
||||
|
||||
|
||||
# $Revision: 1.2 $
|
||||
# $Date: 2001/02/16 01:40:08 $
|
||||
# $Revision: 1.3 $
|
||||
# $Date: 2001/02/16 20:02:21 $
|
||||
# $Author: kestes%tradinglinx.com $
|
||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/BTData.pm,v $
|
||||
# $Name: $
|
||||
|
@ -62,6 +62,11 @@ $VERSION = '#tinder_version#';
|
|||
|
||||
|
||||
|
||||
# a URL to the bug tracking systems main page.
|
||||
|
||||
$BT_URL = ($TinderConfig::BT_URL ||
|
||||
'http://bugzilla.mozilla.org/');
|
||||
|
||||
|
||||
# Ticket variable names match this pattern
|
||||
|
||||
|
@ -90,10 +95,6 @@ $BUGID_FIELD_NAME = 'Bug#';
|
|||
|
||||
$STATUS_FIELD_NAME = 'Status';
|
||||
|
||||
# a URL to the bug tracking systems main page.
|
||||
|
||||
$BT_URL = 'http://bugzilla.mozilla.org/';
|
||||
|
||||
|
||||
# The values of the status field wich denote that the ticket is moving
|
||||
# forward. Notice that this list may not be complete as we are only
|
||||
|
|
Загрузка…
Ссылка в новой задаче