# HG changeset patch # User Dario Sestito # Date 1255954901 -3600 # Node ID 260b05585dc3e9e8f974bd0d9bfcf569e8a5910f # Parent 9f583ada8e4e0d9a1eda79613344bf9a1a2e222e Change default location of build results/reports to \\v800020\Publish\SF_builds diff -r 9f583ada8e4e -r 260b05585dc3 common/common_props.ant.xml --- a/common/common_props.ant.xml Mon Oct 19 12:24:43 2009 +0100 +++ b/common/common_props.ant.xml Mon Oct 19 13:21:41 2009 +0100 @@ -54,8 +54,8 @@ - - + + diff -r 9f583ada8e4e -r 260b05585dc3 common/tools/summary/brag_script.pl --- a/common/tools/summary/brag_script.pl Mon Oct 19 12:24:43 2009 +0100 +++ b/common/tools/summary/brag_script.pl Mon Oct 19 13:21:41 2009 +0100 @@ -613,7 +613,7 @@ # /E -> Copies directories and subdirectories, including empty ones. # /F -> Displays full source and destination file names while copying. # /I -> If destination does not exist and copying more than one file, assumes that destination must be a directory. -my $copy_html = "xcopy $logdir\\html \\\\bishare\\sf_builds\\$project\\builds\\$codeline\\$buildid\\html \/E \/F \/I"; +my $copy_html = "xcopy $logdir\\html \\\\v800020\\Publish\\sf_builds\\$project\\builds\\$codeline\\$buildid\\html \/E \/F \/I"; print "Exec: $copy_html\n"; system($copy_html); @@ -668,7 +668,7 @@ # ***************************************************************************** # Copy html file to bishare -my $copy_cmd = "copy $logdir\\build_summary.html \\\\bishare\\sf_builds\\$project\\builds\\$codeline\\$buildid"; +my $copy_cmd = "copy $logdir\\build_summary.html \\\\v800020\\Publish\\sf_builds\\$project\\builds\\$codeline\\$buildid"; print "Exec: $copy_cmd\n"; system($copy_cmd);