Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70647 - website/public_html/beta/build
From: dnljms_at_[hidden]
Date: 2011-03-27 17:36:38


Author: danieljames
Date: 2011-03-27 17:36:37 EDT (Sun, 27 Mar 2011)
New Revision: 70647
URL: http://svn.boost.org/trac/boost/changeset/70647

Log:
Website: Reduce the number of entries in the download feed.

This should avoid the warnings when rebuilding, will need to increase
the number as we release more downloads or improve the feed generation
system. Whichever comes first.
Text files modified:
   website/public_html/beta/build/build.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/build/build.py
==============================================================================
--- website/public_html/beta/build/build.py (original)
+++ website/public_html/beta/build/build.py 2011-03-27 17:36:37 EDT (Sun, 27 Mar 2011)
@@ -57,7 +57,7 @@
         'feed/downloads.rss' : {
             'title': 'Boost Downloads',
             'matches': ['feed/history/*.qbk', 'feed/downloads/*.qbk'],
- 'count': 5
+ 'count': 3
         },
         'feed/history.rss' : {
             'title': 'Boost History',


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