aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgareth2007-05-06 13:25:50 +0000
committergareth2007-05-06 13:25:50 +0000
commit0607f1a325afb5db68a75afde7d36421b2a8444e (patch)
tree043329c8ffd30dd216ca39496683fadccd129112
parentAdded a script for OpenSim on *nix (diff)
downloadopensim-SC_OLD-0607f1a325afb5db68a75afde7d36421b2a8444e.zip
opensim-SC_OLD-0607f1a325afb5db68a75afde7d36421b2a8444e.tar.gz
opensim-SC_OLD-0607f1a325afb5db68a75afde7d36421b2a8444e.tar.bz2
opensim-SC_OLD-0607f1a325afb5db68a75afde7d36421b2a8444e.tar.xz
Added makerel.sh script - run it to get a nice tarball
-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