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

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Jan 24 12:53:00 PST 2015


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

New commits:
commit a422fe807af4d73dc2b1cbc59a251649b91eed8e
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sat Jan 24 21:52:16 2015 +0100

    recognize tdf#12345 as well

diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py
index 480182f..c861f9d 100644
--- a/ciabot/libreoffice-bugzilla2.py
+++ b/ciabot/libreoffice-bugzilla2.py
@@ -34,7 +34,7 @@ from bugzilla import Bugzilla
 from bugzilla.base import _BugzillaToken
 
 master_target = "4.5.0"
-bug_regex = "fdo#(\d+)"
+bug_regex = "(?:fdo|tdf)#(\d+)"
 
 class FreedesktopBZ:
     bzclass = bugzilla.Bugzilla44


More information about the Libreoffice-commits mailing list