aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/releng/makerel.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xreleng/makerel.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/releng/makerel.sh b/releng/makerel.sh
new file mode 100755
index 0000000..23f3aaa
--- /dev/null
+++ b/releng/makerel.sh
@@ -0,0 +1,23 @@
1#!/bin/sh
2
3# This is the one!
4
5export OPENSIMMAJOR=0
6export OPENSIMMINOR=1
7export BRANCH=DEVEL
8export SVNURL=svn://openmetaverse.org/opensim/trunk
9
10
11
12
13
14# shouldn't have to change anything below here
15
16./dobuild.sh $SVNURL
17./createreldir.sh
18
19tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/*
20gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BRANCH.tar
21
22echo "Produced binary tarball ready for distribution."
23