gunnar: server Makefile,1.106,1.107 TODO,1.16,1.17

cvs at kolab.org cvs at kolab.org
Thu Feb 18 11:06:55 CET 2010


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv10085

Modified Files:
	Makefile TODO 
Log Message:
Added the next Horde4 piece: imp. Does work on my test install but there are still some major issues and installation on another system should be close but not yet fully functional.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Makefile	12 Feb 2010 20:02:53 -0000	1.106
+++ Makefile	18 Feb 2010 10:06:53 -0000	1.107
@@ -167,11 +167,13 @@
 
 PHPUNIT=$(HOME)/bin/phpunit
 
-PHPUNIT_TESTS=$(HOME)/lib/php/test/Kolab_Format/Horde/Kolab/Format/AllTests.php \
-              $(HOME)/lib/php/test/Kolab_Server/Horde/Kolab/Server/AllTests.php \
-              $(HOME)/lib/php/test/Kolab_Storage/Horde/Kolab/Storage/AllTests.php \
-              $(HOME)/lib/php/test/Kolab_Filter/Horde/Kolab/Filter/AllTests.php \
-              $(HOME)/lib/php/test/Kolab_FreeBusy/Horde/Kolab/FreeBusy/AllTests.php
+PHPUNIT_TESTS=$(HOME)/lib/php/test/Kolab_Server/Horde/Kolab/Server/AllTests.php \
+#              $(HOME)/lib/php/test/Kolab_Format/Horde/Kolab/Format/AllTests.php \
+#              $(HOME)/lib/php/test/Kolab_Storage/Horde/Kolab/Storage/AllTests.php \
+#              $(HOME)/lib/php/test/Kolab_Filter/Horde/Kolab/Filter/AllTests.php \
+#              $(HOME)/lib/php/test/Kolab_FreeBusy/Horde/Kolab/FreeBusy/AllTests.php
+
+PHPUNIT_TESTS_H4=$(HOME)/lib/php-h4/test/Kolab_Server/Horde/Kolab/Server/AllTests.php \
 
 # The default target is building the distributable Kolab Server
 # packages

Index: TODO
===================================================================
RCS file: /kolabrepository/server/TODO,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- TODO	22 Jan 2010 23:09:35 -0000	1.16
+++ TODO	18 Feb 2010 10:06:53 -0000	1.17
@@ -25,6 +25,10 @@
 
     - small effort:
 
+        Check if we need to bump the version number of PEAR-Horde-Channel (I assume it did not always create php-h4).
+
+        Add horde.local.php for incusion path in horde-h4
+
 	Fix the Build system for ...
 
 	  apache-php      [DONE]





More information about the commits mailing list