mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Added logging and more crap
This commit is contained in:
@@ -14,12 +14,16 @@ export SVNURL=svn://openmetaverse.org/opensim/trunk
|
||||
|
||||
# shouldn't have to change anything below here
|
||||
|
||||
./dobuild.sh $SVNURL
|
||||
./createreldir.sh
|
||||
rm -rf build
|
||||
|
||||
tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/*
|
||||
gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar
|
||||
script dobuild.log -c ./dobuild.sh $SVNURL
|
||||
if [ ! $? -eq 0 ]
|
||||
then
|
||||
echo "Build failed!"
|
||||
else
|
||||
script createrel.log -c ./createreldir.sh
|
||||
rm -rf build
|
||||
tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/*
|
||||
gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar
|
||||
fi
|
||||
|
||||
rm -rf opensim-$OPENSIMMAJOR.$OPENSIMMINOR
|
||||
echo "Produced binary tarball ready for distribution."
|
||||
|
||||
Reference in New Issue
Block a user