Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-10-11 00:17:25


Author: grafik
Date: 2007-10-11 00:17:24 EDT (Thu, 11 Oct 2007)
New Revision: 39917
URL: http://svn.boost.org/trac/boost/changeset/39917

Log:
Debug version of tarball generator.
Text files modified:
   website/public_html/beta/development/snapshot_debug.php | 5 ++---
   1 files changed, 2 insertions(+), 3 deletions(-)

Modified: website/public_html/beta/development/snapshot_debug.php
==============================================================================
--- website/public_html/beta/development/snapshot_debug.php (original)
+++ website/public_html/beta/development/snapshot_debug.php 2007-10-11 00:17:24 EDT (Thu, 11 Oct 2007)
@@ -7,9 +7,8 @@
 $branch=substr($_SERVER["PATH_INFO"],1);
 if ($branch)
 {
- header('Content-type: application/x-bzip2');
- header('Content-Disposition: attachment; filename="boost-snapshot.tar.bz2"');
- $file_handle = popen("/home/grafik/www.boost.org/boost_svn_export_archive.sh ".$branch,'rb');
+ header('Content-type: text/plain');
+ $file_handle = popen("/home/grafik/www.boost.org/boost_svn_export_archive_debug.sh ".$branch,'rb');
   fpassthru($file_handle);
   pclose($file_handle);
 }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk