add -$milestone to tinderbox build directory name

git-svn-id: svn://10.0.0.236/trunk@162695 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld 2004-09-23 16:51:29 +00:00
parent 3c1d77b8f6
commit f1a3c40dd4

View File

@ -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;
}