Add and standarize tbox_ftp_path and url

This commit is contained in:
mattwillis%gmail.com 2007-03-26 14:29:26 +00:00
Родитель 3ab33a8b65
Коммит 052d5f3d94
3 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -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-<milestone>?
@ -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;

Просмотреть файл

@ -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-<milestone>?

Просмотреть файл

@ -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-<milestone>?
@ -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;