зеркало из https://github.com/mozilla/pjs.git
Add and standarize tbox_ftp_path and url
This commit is contained in:
Родитель
3ab33a8b65
Коммит
052d5f3d94
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче