solenv/bin/modules/installer/control.pm |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 97ac684062334a1128dd4167f759668113564d97
Author: David Tardon <dtar...@redhat.com>
Date:   Wed Apr 24 12:46:41 2013 +0200

    add another filename that shouln't be matched as error
    
    This procedure must surely win the prize for the lamest error handling
    mechanism ever conceived.
    
    Change-Id: I90d2a1160ff3e1e870e9ca3f03c92436398c3b7f
    Reviewed-on: https://gerrit.libreoffice.org/3595
    Reviewed-by: David Tardon <dtar...@redhat.com>
    Tested-by: David Tardon <dtar...@redhat.com>

diff --git a/solenv/bin/modules/installer/control.pm 
b/solenv/bin/modules/installer/control.pm
index 87b9615..7600754 100644
--- a/solenv/bin/modules/installer/control.pm
+++ b/solenv/bin/modules/installer/control.pm
@@ -334,6 +334,7 @@ sub check_logfile
         $compareline =~ s/error\.py//g;     # removing all occurrences of 
"error.py"
         $compareline =~ s/error\.cpython-33\.py[oc]//g;  # removing all 
occurrences of "error-cpython"
         $compareline =~ s/libgpg-error-0.dll//g;
+        $compareline =~ s/Error-xref\.html//g;
 
         if ( $compareline =~ /\bError\b/i )
         {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to