2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 08:42:13 +00:00
Files
build/scripts/nightly.sh
Vladimir Prus db5e6ad67a Upload package to SF
[SVN r24816]
2004-08-30 05:36:35 +00:00

14 lines
394 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 ..
scp boost-build.zip boost-build.tar.bz2 vladimir_prus@shell.sf.net:/home/groups/b/bo/boost/htdocs/boost-build2