[evolvis-commits] r13778: Buildbot: Fix path

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 02:58:29 CET 2011


Author: mirabilos
Date: 2011-02-28 02:58:29 +0100 (Mon, 28 Feb 2011)
New Revision: 13778

Modified:
   trunk/gforge_base/evolvisforge-5.1/Makefile
Log:
Buildbot: Fix path

Modified: trunk/gforge_base/evolvisforge-5.1/Makefile
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/Makefile	2011-02-28 01:58:26 UTC (rev 13777)
+++ trunk/gforge_base/evolvisforge-5.1/Makefile	2011-02-28 01:58:29 UTC (rev 13778)
@@ -43,7 +43,7 @@
 	cp $(BUILDDIR)/reports/phpunit.xml $(BUILDDIR)/reports/phpunit.xml.org; xalan -in $(BUILDDIR)/reports/phpunit.xml.org -xsl fix_phpunit.xslt -out $(BUILDDIR)/reports/phpunit.xml
 
 build-full-tests:
-	find $(BUILDDIR)/packages -type f -exec rm -f  {} \;
+	find $(BUILDDIR)/build/packages -type f -exec rm -f  {} \;
 	mkdir -p $(BUILDDIR)/reports/coverage
 	phpdoc --title 'API Documentation' -ue on -t $(BUILDDIR)/apidocs -d gforge/common -tb '/usr/share/php/data/phpUnderControl/data/phpdoc' -o HTML:Phpuc:phpuc
 	-phpcs --tab-width=4 --standard=PEAR --report=checkstyle gforge/common > $(BUILDDIR)/reports/checkstyle.xml



More information about the evolvis-commits mailing list