Author: Paul_R
Date: 2008-09-18 11:02:51 +0200 (Thu, 18 Sep 2008)
New Revision: 1897
Modified:
software_suite_v2/tuxware/installers/unix/trunk/build.sh
software_suite_v2/tuxware/installers/unix/trunk/build_deps/tar/Makefile
Log:
* Changed the builder to pack the tags
* Changed the tar.gz makefile to change the perms on /opt/tuxdroid/controlcenter
Modified: software_suite_v2/tuxware/installers/unix/trunk/build.sh
===================================================================
--- software_suite_v2/tuxware/installers/unix/trunk/build.sh 2008-09-18
08:52:48 UTC (rev 1896)
+++ software_suite_v2/tuxware/installers/unix/trunk/build.sh 2008-09-18
09:02:51 UTC (rev 1897)
@@ -33,7 +33,7 @@
packServer () {
echo -- Copying the server from SVN
svn co -q \
-
http://svn.tuxisalive.com/software_suite_v2/tuxware/tuxhttpserver/trunk/src/ \
+
http://svn.tuxisalive.com/software_suite_v2/tuxware/tuxhttpserver/tags/0.0.1-Beta_r1786/src/
\
temp/tuxhttpserver
find temp/tuxhttpserver -name ".svn">filelist
for i in `cat filelist`; do
@@ -48,7 +48,7 @@
packPythAPI () {
echo -- Copying the python API
svn co -q \
-
http://svn.tuxisalive.com/software_suite_v2/tuxware/pytuxisalive/trunk/src/ \
+
http://svn.tuxisalive.com/software_suite_v2/tuxware/pytuxisalive/tags/0.0.1-Beta_r1782/src/
\
temp/python_api
find temp/python_api -name ".svn">filelist
for i in `cat filelist`; do
@@ -65,7 +65,7 @@
compTuxup () {
echo -- Compiling tuxup
svn co -q \
- http://svn.tuxisalive.com/firmware/tuxup/trunk/ \
+ http://svn.tuxisalive.com/firmware/tuxup/unix/tags/0.4.0 \
temp/tuxup
find temp/tuxup -name ".svn">filelist
for i in `cat filelist`; do
@@ -237,6 +237,7 @@
mv build/opt tuxsetup-$VERSION/mirror/
mv build/usr tuxsetup-$VERSION/mirror/
mv build/* tuxsetup-$VERSION/
+ rm -rf tuxsetup-$VERSION/etc
tar -cf tuxsetup-$VERSION.tar.gz tuxsetup-$VERSION
rm -rf build temp tuxsetup-$VERSION
}
Modified:
software_suite_v2/tuxware/installers/unix/trunk/build_deps/tar/Makefile
===================================================================
--- software_suite_v2/tuxware/installers/unix/trunk/build_deps/tar/Makefile
2008-09-18 08:52:48 UTC (rev 1896)
+++ software_suite_v2/tuxware/installers/unix/trunk/build_deps/tar/Makefile
2008-09-18 09:02:51 UTC (rev 1897)
@@ -2,6 +2,7 @@
@echo Usage make install; make uninstall
install:
@cp -rf ./mirror/* /
+ @chmod 777 /opt/tuxdroid/controlcenter/
@cp python_api/setup.py .
@cp -rf python_api/tuxisalive/ .
@python setup.py install
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn