Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-12-05 15:46:30


Author: grafik
Date: 2007-12-05 15:46:29 EST (Wed, 05 Dec 2007)
New Revision: 41757
URL: http://svn.boost.org/trac/boost/changeset/41757

Log:
Add tasks for updating that happen on the more frequent on 5 by 15 minute interval.
Added:
   website/public_html/beta/common/code/update-5x15.sh
      - copied, changed from r41756, /website/public_html/beta/common/code/update-daily.sh
Text files modified:
   website/public_html/beta/common/code/update-5x15.sh | 26 ++++++++------------------
   1 files changed, 8 insertions(+), 18 deletions(-)

Copied: website/public_html/beta/common/code/update-5x15.sh (from r41756, /website/public_html/beta/common/code/update-daily.sh)
==============================================================================
--- /website/public_html/beta/common/code/update-daily.sh (original)
+++ website/public_html/beta/common/code/update-5x15.sh 2007-12-05 15:46:29 EST (Wed, 05 Dec 2007)
@@ -1,21 +1,11 @@
 #!/bin/sh
 
-cd ${HOME}/www.boost.org/archives/incoming
+cd ${HOME}/www.boost.org
 
-wget -q -O boost-build.zip http://zigzag.cs.msu.su/~ghost/boost_build_nightly/boost-build.zip
-wget -q -O boost-build.tar.bz2 http://zigzag.cs.msu.su/~ghost/boost_build_nightly/boost-build.tar.bz2
-
-cd ${HOME}/www.boost.org/archives
-
-for result in `find incoming '*.zip'` ; do
- f=`basename ${result}`
- mv -f live/${f} old
- mv -f ${result} live
- rm -f old/${f}
-done
-for result in `find incoming '*.tar.bz2'` ; do
- f=`basename ${result}`
- mv -f live/${f} old
- mv -f ${result} live
- rm -f old/${f}
-done
+wget -q -O gmane.comp.lib.boost.announce.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.announce
+wget -q -O gmane.comp.lib.boost.build.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.build
+wget -q -O gmane.comp.lib.boost.devel.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.devel
+wget -q -O gmane.comp.lib.boost.documentation.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.documentation
+wget -q -O gmane.comp.lib.boost.interest.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.interest
+wget -q -O gmane.comp.lib.boost.testing.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.testing
+wget -q -O gmane.comp.lib.boost.user.rss http://rss.gmane.org/topics/excerpts/gmane.comp.lib.boost.user


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