summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-09-05 17:50:48 +0200
committerDavid Tardon <dtardon@redhat.com>2014-09-05 21:37:45 +0200
commit79a3d6d671055c9de1359c074b6c8b31536e51c9 (patch)
tree2deffedaff1b9b4ce9fe52e79dd1c459c75310c8 /bin
parent9a8281bdeb9dad571de33fc83ad82ff62a94244e (diff)
look for more apps in launchpad
Change-Id: Ie08099d09fd9852c0292a9e0457cdeff07881d4d
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype3
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):