[Libreoffice-commits] dev-tools.git: ciabot/libreoffice-bugzilla2.py

Miklos Vajna vmiklos at collabora.co.uk
Fri Oct 9 06:24:34 PDT 2015


 ciabot/libreoffice-bugzilla2.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 481ff90d010361abf7ac7170bfc77680199e1394
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Fri Oct 9 15:24:10 2015 +0200

    ciabot: allow online.git bugzilla notification
    
    Change-Id: Id3f053579bad357282e9c716dc660b29e91aa1c0

diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py
index 507799f..eb7340e 100644
--- a/ciabot/libreoffice-bugzilla2.py
+++ b/ciabot/libreoffice-bugzilla2.py
@@ -59,7 +59,7 @@ class FreedesktopBZ:
         else:
             bug = self.bz.getbug(bugnr)
             print(bug)
-            if bug.product != "LibreOffice":
+            if not bug.product in ("LibreOffice", "LibreOffice Online"):
                 print("refusing to update bug with non-LO component")
                 return;
             old_whiteboard = bug.getwhiteboard()


More information about the Libreoffice-commits mailing list