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

New commits:
commit a422fe807af4d73dc2b1cbc59a251649b91eed8e
Author: Markus Mohrhard <markus.mohrh...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to