[Fusionforge-commits] r11491 - trunk/src/deb-specific

Roland Mas lolando at libremir.placard.fr.eu.org
Tue Nov 9 22:29:57 CET 2010


Author: lolando
Date: 2010-11-09 22:29:57 +0100 (Tue, 09 Nov 2010)
New Revision: 11491

Modified:
   trunk/src/deb-specific/install-db.sh
Log:
Filter out more messages from db-upgrade.pl

Modified: trunk/src/deb-specific/install-db.sh
===================================================================
--- trunk/src/deb-specific/install-db.sh	2010-11-09 19:59:24 UTC (rev 11490)
+++ trunk/src/deb-specific/install-db.sh	2010-11-09 21:29:57 UTC (rev 11491)
@@ -252,7 +252,7 @@
 	fi
 
 	# Install/upgrade the database contents (tables and data)
-	/usr/share/gforge/bin/db-upgrade.pl 2>&1 | grep -v ^NOTICE: \
+	/usr/share/gforge/bin/db-upgrade.pl 2>&1 | grep -v ^NOTICE: | grep -v ^DETAIL: | grep -v ^WARNING: \
 	    && p=${PIPESTATUS[0]} \
 	    || p=${PIPESTATUS[0]}
 	if [ $p != 0 ] ; then




More information about the Fusionforge-commits mailing list