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

Miklos Vajna vmiklos at collabora.co.uk
Thu May 26 07:46:11 UTC 2016


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

New commits:
commit 2decdd85a9b14aed0aecb63187949a9703eefe10
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu May 26 09:45:35 2016 +0200

    ciabot: set master_target to 5.3.0
    
    Change-Id: I73fa02ffb1da5c5def8ecd273feca8bf02f1a4ce

diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py
index 2acdf55..3163782 100644
--- a/ciabot/libreoffice-bugzilla2.py
+++ b/ciabot/libreoffice-bugzilla2.py
@@ -33,7 +33,7 @@ import bugzilla
 from bugzilla import Bugzilla
 from bugzilla.base import _BugzillaToken
 
-master_target = "5.2.0"
+master_target = "5.3.0"
 bug_regex = "(?:tdf|fdo)#(\d+)"
 dry_run = False
 


More information about the Libreoffice-commits mailing list