mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Update release procedure.
[SVN r20538]
This commit is contained in:
16
v2/roll.sh
16
v2/roll.sh
@@ -1,14 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Grab jam_src
|
||||
cp -r ../jam_src .
|
||||
# Do some renames/rearrangments
|
||||
|
||||
cp -r ../v2 ../boost-build
|
||||
# Grab jam_src
|
||||
cp -r ../jam_src ../boost-build
|
||||
cd ../boost-build
|
||||
|
||||
# Clean up
|
||||
rm -rf examples
|
||||
# This one is not fully finished
|
||||
rm -rf examples-v2/versioned
|
||||
rm -rf example/versioned
|
||||
# This one is too low-level and misleading
|
||||
rm -rf examples-v2/make
|
||||
rm -rf example/make
|
||||
|
||||
find . -maxdepth 1 -type f | egrep -v "roll.sh|build-system.jam|boost_build_v2.html|c++boost.gif|index_v2.html|hacking.txt" | xargs rm -f
|
||||
|
||||
@@ -25,4 +27,4 @@ cd boost-build
|
||||
|
||||
# Upload docs to sourceforge
|
||||
perl -pi -e 's%<!-- sf logo -->%<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=7586&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" align="right"/></a>%' boost_build_v2.html index.html doc/*.html
|
||||
scp -r doc examples-v2 *.html hacking.txt vladimir_prus@shell.sourceforge.net:/home/groups/b/bo/boost/htdocs/boost-build2
|
||||
scp -r doc example *.html hacking.txt vladimir_prus@shell.sourceforge.net:/home/groups/b/bo/boost/htdocs/boost-build2
|
||||
|
||||
Reference in New Issue
Block a user