gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #02445
[Merge] lp:~jelmer/gtg/samba into lp:gtg
Jelmer Vernooij has proposed merging lp:~jelmer/gtg/samba into lp:gtg.
Requested reviews:
Gtg developers (gtg)
This trivial branch adds support for the Samba bugzilla instance to the bugzilla plugin. It works fine, despite the fact that Samba's bugzilla uses https.
--
https://code.launchpad.net/~jelmer/gtg/samba/+merge/26096
Your team Gtg developers is requested to review the proposed merge of lp:~jelmer/gtg/samba into lp:gtg.
=== modified file 'GTG/plugins/bugzilla/server.py'
--- GTG/plugins/bugzilla/server.py 2009-12-10 11:06:05 +0000
+++ GTG/plugins/bugzilla/server.py 2010-05-26 20:24:28 +0000
@@ -36,6 +36,11 @@
server.tag = SERVER_TAG_COMPONENT
self.add(server)
+ # Samba
+ server = Server('bugzilla.samba.org')
+ server.tag = SERVER_TAG_COMPONENT
+ self.add(server)
+
def add(self, server):
self.servers[server.name] = server