зеркало из https://github.com/mozilla/gecko-dev.git
add -$milestone to tinderbox build directory name
This commit is contained in:
Родитель
03e2d5d4fc
Коммит
e596c5be3b
|
@ -310,6 +310,8 @@ sub main {
|
|||
return (("testfailed")) ;
|
||||
}
|
||||
|
||||
system("rm -f $objdir/dist/bin/codesighs");
|
||||
|
||||
# set up variables with default values
|
||||
my $last_build_day = 0;
|
||||
# need to modify the settings from tinder-config.pl
|
||||
|
@ -353,7 +355,7 @@ sub main {
|
|||
$cachebuild = 1;
|
||||
} else {
|
||||
$ftp_path = $Settings::tbox_ftp_path;
|
||||
$upload_directory = shorthost();
|
||||
$upload_directory = shorthost() . "-" . "$Settings::milestone";
|
||||
$url_path = $Settings::tbox_url_path . "/" . $upload_directory;
|
||||
$cachebuild = 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче