Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/tools/build/v2/nightly.sh @ 12

Last change on this file since 12 was 12, checked in by landauf, 18 years ago

added boost

  • Property svn:executable set to *
File size: 515 bytes
Line 
1#!/bin/bash
2
3# This script create a nightly tarball of Boost.Build V2
4# and updates the web site.
5
6# Create the packages
7set -e
8cd /tmp
9rm -rf boost-build
10cvs -d :ext:vladimir_prus@cvs.sourceforge.net:/cvsroot/boost co -P -d  boost-build boost/tools/build > /tmp/boost_build_checkout_log
11mv /tmp/boost_build_checkout_log boost-build/checkout-log
12cd boost-build/v2
13./roll.sh > ../roll-log
14cd ..
15scp boost-build.zip boost-build.tar.bz2 vladimir_prus@shell.sf.net:/home/groups/b/bo/boost/htdocs/boost-build2 > scp-log
Note: See TracBrowser for help on using the repository browser.