2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Include svn revision in nightly build

[SVN r38969]
This commit is contained in:
Vladimir Prus
2007-08-26 17:23:03 +00:00
parent 717d17f49a
commit 55baa6e2c5

2
v2/roll.sh Normal file → Executable file
View File

@@ -46,6 +46,8 @@ perl -pi -e 's%../../../doc/html/bbv2.installation.html%doc/html/bbv2.installati
find . -name CVS | xargs rm -rf
rm roll.sh
chmod a+x jam_src/build.bat
revision=`svnversion .`
echo 'SVN Revision $revision' >> timestamp.txt
date >> timestamp.txt
cd .. && zip -r boost-build.zip boost-build && tar --bzip2 -cf boost-build.tar.bz2 boost-build
cd boost-build