From 4058602b69e7fa8c403b63490a8a627ec8fe3b1b Mon Sep 17 00:00:00 2001 From: "mike.morgan%oregonstate.edu" Date: Mon, 6 Nov 2006 21:27:07 +0000 Subject: [PATCH] Adding trunk versions for sunbird updates. This is from bug 341971. --- webtools/aus/xml/inc/config-dist.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webtools/aus/xml/inc/config-dist.php b/webtools/aus/xml/inc/config-dist.php index 4751395bb5b9..2d1ecaead85a 100644 --- a/webtools/aus/xml/inc/config-dist.php +++ b/webtools/aus/xml/inc/config-dist.php @@ -51,7 +51,7 @@ define('SOURCE_DIR',getcwd().'/data'); define('OVERRIDE_DIR',getcwd().'/data/3'); // Uncomment this line in order to echo text debug information. -define('DEBUG',false); +define('DEBUG',true); // Define default for Update blocks. define('UPDATE_TYPE','minor'); @@ -68,6 +68,8 @@ $nightlyChannels = array( // It determines which patches are associated to which incoming client versions. // @todo replace this with a better datasource that can be easily managed via a GUI. $branchVersions = array( + '0.4a1' => 'trunk', + '0.5' => 'trunk', '1.0+' => '1.5', '1.4' => '1.5', '1.4.1' => '1.5',