diff options
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 0600ac5bceb9..eef9b0f6978c 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -243,13 +243,16 @@ def get_through_rss_query(queryurl, mimetype, prefix, suffix): #we're iterating over all bugs of the most interesting source packages launchpad_pkgs = ( "abiword", + "calibre", "calligra", "gnumeric", "inkscape", "koffice", "libreoffice", "openoffice.org", + "scribus", "sk1", + "unoconv", ) def get_launchpad_bugs(prefix): |