bug 401894 - push update info to new server

This commit is contained in:
ause%sun.com 2007-11-01 09:02:56 +00:00
Родитель 90b1db73c6
Коммит beee368b89
3 изменённых файлов: 12 добавлений и 0 удалений

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

@ -239,6 +239,10 @@ $update_hash = "sha1";
$update_filehost = "ftp.mozilla.org";
$update_ver_file = 'calendar/sunbird/config/version.txt';
$update_pushinfo = 1;
# override tinder-defaults.pl to use community server
$update_aus_host = 'aus2-community.mozilla.org';
$crashreporter_buildsymbols = 1;
$crashreporter_pushsymbols = 1;
$ENV{SYMBOL_SERVER_HOST} = 'stage.mozilla.org';

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

@ -238,6 +238,10 @@ $update_hash = "sha1";
$update_filehost = "ftp.mozilla.org";
$update_ver_file = 'calendar/sunbird/config/version.txt';
$update_pushinfo = 1;
# override tinder-defaults.pl to use community server
$update_aus_host = 'aus2-community.mozilla.org';
$crashreporter_buildsymbols = 1;
$crashreporter_pushsymbols = 1;
$ENV{SYMBOL_SERVER_HOST} = 'stage.mozilla.org';

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

@ -248,6 +248,10 @@ $update_hash = "sha1";
$update_filehost = "ftp.mozilla.org";
$update_ver_file = 'calendar/sunbird/config/version.txt';
$update_pushinfo = 1;
# override tinder-defaults.pl to use community server
$update_aus_host = 'aus2-community.mozilla.org';
$crashreporter_buildsymbols = 1;
$crashreporter_pushsymbols = 1;
$ENV{SYMBOL_SERVER_HOST} = 'stage.mozilla.org';