r18473 - gnucash/trunk/packaging/win32 - Decrease verbosity during win32 packaging: Inno, gconftool-2, htmlhelp compiler (hhc) with less output.

Christian Stimming cstim at code.gnucash.org
Tue Dec 8 15:42:48 EST 2009


Author: cstim
Date: 2009-12-08 15:42:46 -0500 (Tue, 08 Dec 2009)
New Revision: 18473
Trac: http://svn.gnucash.org/trac/changeset/18473

Modified:
   gnucash/trunk/packaging/win32/dist.sh
   gnucash/trunk/packaging/win32/install.sh
Log:
Decrease verbosity during win32 packaging: Inno, gconftool-2, htmlhelp compiler (hhc) with less output.

Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2009-12-06 20:06:13 UTC (rev 18472)
+++ gnucash/trunk/packaging/win32/dist.sh	2009-12-08 20:42:46 UTC (rev 18473)
@@ -262,7 +262,7 @@
     done
 
     echo "Now running the Inno Setup Compiler for creating the setup.exe"
-    ${_INNO_UDIR}/iscc ${_GNUCASH_UDIR}/gnucash.iss
+    ${_INNO_UDIR}/iscc //Q ${_GNUCASH_UDIR}/gnucash.iss
 
     if [ "$BUILD_FROM_TARBALL" = "no" ]; then
         # And changing output filename

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2009-12-06 20:06:13 UTC (rev 18472)
+++ gnucash/trunk/packaging/win32/install.sh	2009-12-08 20:42:46 UTC (rev 18473)
@@ -1293,7 +1293,7 @@
             for file in *.schemas; do
                 gconftool-2 \
                     --config-source=xml:merged:${_INSTALL_WFSDIR}/etc/gconf/gconf.xml.defaults \
-                    --install-schema-file $file
+                    --install-schema-file $file >/dev/null
             done
             gconftool-2 --shutdown
         qpopd
@@ -1342,7 +1342,7 @@
         echo "[MAP]" >> htmlhelp.hhp
         cat mymaps >> htmlhelp.hhp
         rm mymaps
-        hhc htmlhelp.hhp || true
+        hhc htmlhelp.hhp  >/dev/null  || true
         cp -fv htmlhelp.chm $_DOCS_INST_UDIR/$_CHM_LANG/gnucash-$_CHM_TYPE.chm
         cp -fv htmlhelp.hhmap $_DOCS_INST_UDIR/$_CHM_LANG/gnucash-$_CHM_TYPE.hhmap
     qpopd



More information about the gnucash-changes mailing list