diff --git a/releng/makerel.sh b/releng/makerel.sh new file mode 100755 index 0000000000..23f3aaa9ee --- /dev/null +++ b/releng/makerel.sh @@ -0,0 +1,23 @@ +#!/bin/sh + +# This is the one! + +export OPENSIMMAJOR=0 +export OPENSIMMINOR=1 +export BRANCH=DEVEL +export SVNURL=svn://openmetaverse.org/opensim/trunk + + + + + +# shouldn't have to change anything below here + +./dobuild.sh $SVNURL +./createreldir.sh + +tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/* +gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BRANCH.tar + +echo "Produced binary tarball ready for distribution." +