2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 14:02:11 +00:00
Files
build/scripts/nightly.sh
2004-08-24 08:34:36 +00:00

13 lines
283 B
Bash

#!/bin/bash
# This script create a nightly tarball of Boost.Build V2
# and updates the web site.
# Create the packages
cd /tmp
rm -rf boost-build
cvs -d :ext:vladimir_prus@cvs.sourceforge.net:/cvsroot/boost co -P -d boost-build boost/tools/build
cd boost-build/v2
./roll.sh
cd ..