Revision: 709
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=709&view=rev
Author: mithro
Date: 2008-08-21 02:26:07 +0000 (Thu, 21 Aug 2008)
Log Message:
-----------
Commit a script to build a tarball for the OpenSuse build service.
Added Paths:
-----------
trunk/python-ogre/scripts/build-maketar.sh
Added: trunk/python-ogre/scripts/build-maketar.sh
===================================================================
--- trunk/python-ogre/scripts/build-maketar.sh (rev 0)
+++ trunk/python-ogre/scripts/build-maketar.sh 2008-08-21 02:26:07 UTC (rev 709)
@@ -0,0 +1,39 @@
+#! /bin/sh
+
+rm -rvf python-ogre
+
+cd python-ogre-pristine
+svn update
+cd ..
+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/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 \
+
+
+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
+du -h python-ogre.tar.gz
+
+cp python-ogre.tar.gz ..
+cp python-ogre-pristine/debian/rules ../debian.rules
+cp python-ogre-pristine/debian/control ../debian.control
+cp python-ogre-pristine/debian/changelog ../debian.changelog
Property changes on: trunk/python-ogre/scripts/build-maketar.sh
___________________________________________________________________
Added: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|