[Tux4kids-commits] r930 - in tuxmath: . build

dbruce-guest at alioth.debian.org dbruce-guest at alioth.debian.org
Fri Mar 6 20:58:33 UTC 2009


Author: dbruce-guest
Date: 2009-03-06 20:58:33 +0000 (Fri, 06 Mar 2009)
New Revision: 930

Added:
   tuxmath/build/
   tuxmath/build/osc-preview.sh
Log:
added script to facilitate opensuse build service updates



Added: tuxmath/build/osc-preview.sh
===================================================================
--- tuxmath/build/osc-preview.sh	                        (rev 0)
+++ tuxmath/build/osc-preview.sh	2009-03-06 20:58:33 UTC (rev 930)
@@ -0,0 +1,15 @@
+export EDITOR=nano
+rm tux*bz2
+make clean
+make distclean
+autoreconf -i ../install
+../trunk/configure
+make
+make dist-bzip2
+cp ../trunk/doc/changelog .
+mv -f changelog tuxmath.changes
+cp --remove-destination tuxmath.changes ~/osc/home:dbruce/tuxmath_test
+cp --remove-destination tuxmath-*.tar.bz2 ~/osc/home:dbruce/tuxmath_test
+cp --remove-destination tuxmath_preview.spec ~/osc/home:dbruce/tuxmath_test
+cd ~/osc/home:dbruce/tuxmath_test
+osc ci


Property changes on: tuxmath/build/osc-preview.sh
___________________________________________________________________
Name: svn:executable
   + *




More information about the Tux4kids-commits mailing list