mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Added makerel.sh script - run it to get a nice tarball
This commit is contained in:
23
releng/makerel.sh
Executable file
23
releng/makerel.sh
Executable file
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user