$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-09-28 21:50:17
Author: grafik
Date: 2007-09-28 21:50:16 EDT (Fri, 28 Sep 2007)
New Revision: 39592
URL: http://svn.boost.org/trac/boost/changeset/39592
Log:
Minor adjustment to save half of the upload bandwidth, at the cost of another layer of compression on both ends.
Text files modified: 
   trunk/tools/regression/xsl_reports/build_results.sh |     8 +++++---                                
   1 files changed, 5 insertions(+), 3 deletions(-)
Modified: trunk/tools/regression/xsl_reports/build_results.sh
==============================================================================
--- trunk/tools/regression/xsl_reports/build_results.sh	(original)
+++ trunk/tools/regression/xsl_reports/build_results.sh	2007-09-28 21:50:16 EDT (Fri, 28 Sep 2007)
@@ -41,10 +41,12 @@
 {
     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