summaryrefslogtreecommitdiff
path: root/tools/regression
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2007-09-29 01:50:16 +0000
committerRene Rivera <grafikrobot@gmail.com>2007-09-29 01:50:16 +0000
commitbf96c2ae6f4ab44f940a991778ee357a8ff11ad3 (patch)
tree37fcce8fcbc6575cd76ecf0cd80422ad1136835f /tools/regression
parent0b0651fa6058e5fff02c040ac0d3745bb638e304 (diff)
downloadboost-bf96c2ae6f4ab44f940a991778ee357a8ff11ad3.tar.gz
Minor adjustment to save half of the upload bandwidth, at the cost of another layer of compression on both ends.
[SVN r39592]
Diffstat (limited to 'tools/regression')
-rwxr-xr-xtools/regression/xsl_reports/build_results.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/regression/xsl_reports/build_results.sh b/tools/regression/xsl_reports/build_results.sh
index a3583a5e21..39f3d61f75 100755
--- a/tools/regression/xsl_reports/build_results.sh
+++ b/tools/regression/xsl_reports/build_results.sh
@@ -41,10 +41,12 @@ upload_results()
{
cwd=`pwd`
cd ${1}/all
- rm -f ../../${1}.zip
- zip -r9 ../../${1} *
+ rm -f ../../${1}.zip*
+ zip -r -9 ../../${1} * -x '*.xml'
cd "${cwd}"
- scp ${1}.zip beta.boost.org:/home/grafik/www.boost.org/testing/incoming/
+ bzip2 -9 ${1}.zip
+ scp ${1}.zip.bz2 beta.boost.org:/home/grafik/www.boost.org/testing/incoming/
+ ssh beta.boost.org bunzip2 /home/grafik/www.boost.org/testing/incoming/${1}.zip.bz2
}
build_all trunk