--- a/build_package.pl Mon Aug 10 18:40:00 2009 +0100
+++ b/build_package.pl Mon Aug 10 18:45:35 2009 +0100
@@ -269,8 +269,8 @@
# copy console outputs to remote log archive
if (-d "$sREMOTE_LOG_ARCHIVE\\$sPackage\\builds\\$sPlatform\\$sPackage\_$sPlatform.$nJobNumber\\logs")
{
+ my $sTgtDir = "$sREMOTE_LOG_ARCHIVE\\$sPackage\\builds\\$sPlatform\\$sPackage\_$sPlatform.$nJobNumber\\logs\\console";
print "copying console output files to $sTgtDir\n";
- my $sTgtDir = "$sREMOTE_LOG_ARCHIVE\\$sPackage\\builds\\$sPlatform\\$sPackage\_$sPlatform.$nJobNumber\\logs\\console";
system("mkdir $sTgtDir");
system("copy /Y $sBOOTSTRAP_DIR\\console_bootstrap_$$.txt $sTgtDir");
system("del $sBOOTSTRAP_DIR\\console_bootstrap_$$.txt");