diff options
author | gareth | 2007-05-06 15:04:10 +0000 |
---|---|---|
committer | gareth | 2007-05-06 15:04:10 +0000 |
commit | f4a7d8ec792075a50500e88c57c20b8b3ccc573b (patch) | |
tree | c73e6344ae2843036419d684b1241fd8d83d130c /releng/makerel.sh | |
parent | Fixed minor bug (diff) | |
download | opensim-SC-f4a7d8ec792075a50500e88c57c20b8b3ccc573b.zip opensim-SC-f4a7d8ec792075a50500e88c57c20b8b3ccc573b.tar.gz opensim-SC-f4a7d8ec792075a50500e88c57c20b8b3ccc573b.tar.bz2 opensim-SC-f4a7d8ec792075a50500e88c57c20b8b3ccc573b.tar.xz |
Updated to have uniform build number
Diffstat (limited to 'releng/makerel.sh')
-rwxr-xr-x | releng/makerel.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/releng/makerel.sh b/releng/makerel.sh index 09b1f90..75d1f8c 100755 --- a/releng/makerel.sh +++ b/releng/makerel.sh | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | export OPENSIMMAJOR=0 | 5 | export OPENSIMMAJOR=0 |
6 | export OPENSIMMINOR=1 | 6 | export OPENSIMMINOR=1 |
7 | export BUILD=`date +%s` | ||
7 | export BRANCH=DEVEL | 8 | export BRANCH=DEVEL |
8 | export SVNURL=svn://openmetaverse.org/opensim/trunk | 9 | export SVNURL=svn://openmetaverse.org/opensim/trunk |
9 | 10 | ||
@@ -17,8 +18,8 @@ export SVNURL=svn://openmetaverse.org/opensim/trunk | |||
17 | ./createreldir.sh | 18 | ./createreldir.sh |
18 | rm -rf build | 19 | rm -rf build |
19 | 20 | ||
20 | tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-`date +%s`-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/* | 21 | tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/* |
21 | gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-`date +%s`-$BRANCH.tar | 22 | gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar |
22 | 23 | ||
23 | echo "Produced binary tarball ready for distribution." | 24 | echo "Produced binary tarball ready for distribution." |
24 | 25 | ||