From 07bb3bdfd3f0671a2ca0ecbb743e8170cc045950 Mon Sep 17 00:00:00 2001 From: "asasaki%mozilla.com" Date: Wed, 7 Dec 2011 21:46:38 +0000 Subject: [PATCH] bug 704549 - switch android nightly users on birch back to m-c. r=nthomas git-svn-id: svn://10.0.0.236/trunk@263141 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index 414d02ae420..795d432133f 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -156,9 +156,9 @@ $productBranchVersions = array( 'nightly-mozilla-2.1' => 'mozilla-2.1' ), '*' => array( - 'nightly' => 'birch', + 'nightly' => 'mozilla-central', 'aurora' => 'mozilla-aurora', - 'nightly-birch' => 'birch', + 'nightly-birch' => 'mozilla-central', 'nightly-ash' => 'ash', 'nightly-oak' => 'oak' )