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

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Oct 27 05:34:49 PDT 2014


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

New commits:
commit 768897fc4033b0600ca2bee899195bdd299412a4
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Oct 27 13:33:12 2014 +0100

    write cookie and token into tmp directory
    
    This helps the server as it otherwise has some problems with our user
    configuration.

diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py
index 7d2adeb..322ad82 100644
--- a/ciabot/libreoffice-bugzilla2.py
+++ b/ciabot/libreoffice-bugzilla2.py
@@ -47,7 +47,7 @@ class FreedesktopBZ:
         url = config.get('bugzilla', 'url')
         user = config.get('bugzilla', 'user')
         password = config.get('bugzilla', 'password')
-        self.bz = self.bzclass(url=url)
+        self.bz = self.bzclass(url=url, cookiefile = "/tmp/cookie", tokenfile = "/tmp/token")
         self.bz.login(user=user, password=password)
 
     def update_whiteboard(self, commit, bugnr, new_version, branch, repo_name):


More information about the Libreoffice-commits mailing list