Dated builds!

0.1-prestable
gareth 2007-05-06 13:57:20 +00:00
parent 0607f1a325
commit bb3d8af409
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ export SVNURL=svn://openmetaverse.org/opensim/trunk
./dobuild.sh $SVNURL ./dobuild.sh $SVNURL
./createreldir.sh ./createreldir.sh
tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/* tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-`date +%s`-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/*
gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BRANCH.tar gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-`date +%s`-$BRANCH.tar
echo "Produced binary tarball ready for distribution." echo "Produced binary tarball ready for distribution."