|
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 |
|---|
| 7 | set -e |
|---|
| 8 | cd /tmp |
|---|
| 9 | rm -rf boost-build |
|---|
| 10 | cvs -d :ext:vladimir_prus@cvs.sourceforge.net:/cvsroot/boost co -P -d boost-build boost/tools/build > /tmp/boost_build_checkout_log |
|---|
| 11 | mv /tmp/boost_build_checkout_log boost-build/checkout-log |
|---|
| 12 | cd boost-build/v2 |
|---|
| 13 | ./roll.sh > ../roll-log |
|---|
| 14 | cd .. |
|---|
| 15 | scp 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.