From 3fe97485d0e7c32c8bcf9d66091cd01da708fcf6 Mon Sep 17 00:00:00 2001 From: "kestes%tradinglinx.com" Date: Fri, 16 Feb 2001 20:02:21 +0000 Subject: [PATCH] get default BT_URL from TinderConfig git-svn-id: svn://10.0.0.236/trunk@87218 18797224-902f-48f8-a5cc-f745e15eee43 --- .../webtools/tinderbox2/src/default_conf/BTData.pm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/default_conf/BTData.pm b/mozilla/webtools/tinderbox2/src/default_conf/BTData.pm index 60f3520d846..e18193f72d3 100644 --- a/mozilla/webtools/tinderbox2/src/default_conf/BTData.pm +++ b/mozilla/webtools/tinderbox2/src/default_conf/BTData.pm @@ -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