get default BT_URL from TinderConfig
git-svn-id: svn://10.0.0.236/trunk@87218 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/BTData.pm,v $
|
||||
# $Name: not supported by cvs2svn $
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user