From 55e933db5c19494d8716a6da87a48a54b5860b7a Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 12 Aug 2005 13:00:52 +0000 Subject: [PATCH] Add timestamp to nightly builds. [SVN r30539] --- scripts/roll.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/roll.sh b/scripts/roll.sh index bacaacf50..06f0d997d 100644 --- a/scripts/roll.sh +++ b/scripts/roll.sh @@ -41,6 +41,7 @@ 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 +date >> timestamp.txt cd .. && zip -r boost-build.zip boost-build && tar --bzip2 -cf boost-build.tar.bz2 boost-build cd boost-build