diff --git a/tools/tinderbox-configs/sunbird/linux/tinder-config.pl b/tools/tinderbox-configs/sunbird/linux/tinder-config.pl index a3fb83c22cf..1f12189a994 100644 --- a/tools/tinderbox-configs/sunbird/linux/tinder-config.pl +++ b/tools/tinderbox-configs/sunbird/linux/tinder-config.pl @@ -204,6 +204,7 @@ $BinaryName = 'sunbird-bin'; # Release build options $ReleaseBuild = 1; +$ReleaseGroup = 'calendar'; $LocaleProduct = "calendar"; $shiptalkback = 1; $ReleaseToLatest = 1; # Push the release to latest-? @@ -216,10 +217,13 @@ $ssh_version = "2"; #$ssh_server = "stage.mozilla.org"; $ftp_path = "/home/ftp/pub/calendar/sunbird/nightly"; $url_path = "http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly"; +$tbox_ftp_path = "/home/ftp/pub/calendar/sunbird/tinderbox-builds"; +$tbox_url_path = "http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/tinderbox-builds"; + #$tbox_ftp_path = $ftp_path; #$tbox_url_path = $url_path; $milestone = "trunk"; -$notify_list = "build-announce\@mozilla.org"; +$notify_list = 'build-announce@mozilla.org'; $stub_installer = 0; $sea_installer = 0; $archive = 1; diff --git a/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl b/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl index 7cb3d9df3ba..7c764e43907 100755 --- a/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl +++ b/tools/tinderbox-configs/sunbird/macosx/tinder-config.pl @@ -206,6 +206,7 @@ $BinaryName = 'sunbird-bin'; # Release build options $ReleaseBuild = 1; +$ReleaseGroup = 'calendar'; $LocaleProduct = "calendar"; $shiptalkback = 1; $ReleaseToLatest = 1; # Push the release to latest-? diff --git a/tools/tinderbox-configs/sunbird/win32/tinder-config.pl b/tools/tinderbox-configs/sunbird/win32/tinder-config.pl index 3063863811e..807e6d6e64b 100644 --- a/tools/tinderbox-configs/sunbird/win32/tinder-config.pl +++ b/tools/tinderbox-configs/sunbird/win32/tinder-config.pl @@ -216,6 +216,7 @@ $BinaryName = 'sunbird.exe'; # Release build options $ReleaseBuild = 1; +$ReleaseGroup = 'calendar'; $LocaleProduct = "calendar"; $shiptalkback = 1; $ReleaseToLatest = 1; # Push the release to latest-? @@ -228,8 +229,8 @@ $ssh_version = "2"; #$ssh_server = "stage.mozilla.org"; $ftp_path = "/home/ftp/pub/calendar/sunbird/nightly"; $url_path = "http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/nightly"; -#$tbox_ftp_path = $ftp_path; -#$tbox_url_path = $url_path; +$tbox_ftp_path = "/home/ftp/pub/calendar/sunbird/tinderbox-builds"; +$tbox_url_path = "http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/tinderbox-builds"; $milestone = "trunk"; $notify_list = "build-announce\@mozilla.org"; $stub_installer = 0;