Revision: 835
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=835&view=rev
Author: mithro
Date: 2009-01-13 10:17:57 +0000 (Tue, 13 Jan 2009)
Log Message:
-----------
Make the build-maketar script even more brutal.
Modified Paths:
--------------
trunk/python-ogre/scripts/build-maketar.sh
Modified: trunk/python-ogre/scripts/build-maketar.sh
===================================================================
--- trunk/python-ogre/scripts/build-maketar.sh 2009-01-12 07:49:50 UTC (rev 834)
+++ trunk/python-ogre/scripts/build-maketar.sh 2009-01-13 10:17:57 UTC (rev 835)
@@ -13,26 +13,33 @@
cp -rvf python-ogre-pristine/ python-ogre/
rm -rvf \
- python-ogre/boost \
- python-ogre/debs \
- python-ogre/debian \
- python-ogre/demos \
- python-ogre/docs \
- python-ogre/packages_2.6 \
+ python-ogre/boost \
+ python-ogre/debs \
+ python-ogre/debian \
+ python-ogre/demos \
+ python-ogre/docs \
+ python-ogre/packages_2.6 \
python-ogre/patch \
- python-ogre/ogre_cvs.sh \
- python-ogre/scripts \
- python-ogre/SourceSnapShots \
- python-ogre/ThirdParty/extra \
- python-ogre/ThirdParty/dshow \
- python-ogre/ThirdParty/History \
- python-ogre/ThirdParty/vcredist_x86.exe \
+ python-ogre/ogre_cvs.sh \
+ python-ogre/scripts \
+ python-ogre/SourceSnapShots \
+ python-ogre/ThirdParty/extra \
+ python-ogre/ThirdParty/dshow \
+ python-ogre/ThirdParty/History \
+ python-ogre/ThirdParty/vcredist_x86.exe \
+ python-ogre/convertonew.sed \
+ python-ogre/convert.py \
+ python-ogre/convert.sed \
+ python-ogre/test.nsi \
+ python-ogre/postinstall.rtf \
+ python-ogre/installWarning.rtf \
+ python-ogre/makehelp.bat \
+ python-ogre/config.ini \
+ python-ogre/PythonOgreInstallCreator.iss \
find python-ogre -name .svn | xargs rm -rf
-touch python-ogre/STABLE
-
tar -czvf python-ogre.tar.gz python-ogre
md5sum python-ogre.tar.gz
du -k python-ogre.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|