Added logging and more crap
parent
d6280bff6f
commit
1037a901c1
|
@ -14,12 +14,16 @@ export SVNURL=svn://openmetaverse.org/opensim/trunk
|
||||||
|
|
||||||
# shouldn't have to change anything below here
|
# shouldn't have to change anything below here
|
||||||
|
|
||||||
./dobuild.sh $SVNURL
|
script dobuild.log -c ./dobuild.sh $SVNURL
|
||||||
./createreldir.sh
|
if [ ! $? -eq 0 ]
|
||||||
|
then
|
||||||
|
echo "Build failed!"
|
||||||
|
else
|
||||||
|
script createrel.log -c ./createreldir.sh
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/*
|
tar cvf opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar opensim-$OPENSIMMAJOR.$OPENSIMMINOR/*
|
||||||
gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar
|
gzip opensim-$OPENSIMMAJOR.$OPENSIMMINOR-$BUILD-$BRANCH.tar
|
||||||
|
fi
|
||||||
|
|
||||||
rm -rf opensim-$OPENSIMMAJOR.$OPENSIMMINOR
|
rm -rf opensim-$OPENSIMMAJOR.$OPENSIMMINOR
|
||||||
echo "Produced binary tarball ready for distribution."
|
echo "Produced binary tarball ready for distribution."
|
||||||
|
|
Loading…
Reference in New Issue