diff options
author | David Tardon <dtardon@redhat.com> | 2015-01-24 22:45:01 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-01-24 22:45:01 +0100 |
commit | c3f96f3b95b99051a1ffa8cfa55a5a39eb0fb3e5 (patch) | |
tree | 9ea4c2be683154eaa5531a6d9156c6421c3bea8c | |
parent | dae7d2089516d9cf014b9fad0adb484f19282a29 (diff) |
add TDF bugzilla
Change-Id: Ic26ecbf8dc46e97c68cd1bfd639ad433f828cea6
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 5ac0a2645dad..47fe68efef77 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -325,6 +325,7 @@ rss_bugzillas = { # does not add it back immediately .-) # 'novell': 'https://bugzilla.novell.com/buglist.cgi', 'ooo': 'https://issues.apache.org/ooo/buglist.cgi', + 'tdf': 'http://bugs.documentfoundation.org/buglist.cgi', } redhatrpc = 'https://bugzilla.redhat.com/xmlrpc.cgi' |