diff options
Diffstat (limited to '')
-rwxr-xr-x | releng/makerel.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/makerel.sh b/releng/makerel.sh index 23f3aaa..d43c068 100755 --- a/releng/makerel.sh +++ b/releng/makerel.sh | |||
@@ -16,8 +16,8 @@ export SVNURL=svn://openmetaverse.org/opensim/trunk | |||
16 | ./dobuild.sh $SVNURL | 16 | ./dobuild.sh $SVNURL |
17 | ./createreldir.sh | 17 | ./createreldir.sh |
18 | 18 | ||
19 | tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/* | 19 | tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-`date +%s`-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/* |
20 | gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BRANCH.tar | 20 | gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-`date +%s`-$BRANCH.tar |
21 | 21 | ||
22 | echo "Produced binary tarball ready for distribution." | 22 | echo "Produced binary tarball ready for distribution." |
23 | 23 | ||