[PATCH] add another filename that shouln't be matched as error

David Tardon (via Code Review) gerrit at gerrit.libreoffice.org
Wed Apr 24 03:50:47 PDT 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3595

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/95/3595/1

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
---
M solenv/bin/modules/installer/control.pm
1 file changed, 1 insertion(+), 0 deletions(-)



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 @@
         $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 )
         {

-- 
To view, visit https://gerrit.libreoffice.org/3595
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I90d2a1160ff3e1e870e9ca3f03c92436398c3b7f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: David Tardon <dtardon at redhat.com>



More information about the LibreOffice mailing list