diff options
author | David Tardon <dtardon@redhat.com> | 2013-12-17 18:08:43 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-12-17 18:09:10 +0100 |
commit | 21a36be1721d364a24eabebee48d782c2c1055c5 (patch) | |
tree | 2eb048e35f6e3e624cfe5f1d8597c2098ae26bc1 /bin | |
parent | 8233226fe4614d5cebe474a0d1b026084e023e4c (diff) |
add more graphics apps to launchpad list
Change-Id: I8f80b4aa07fd923aea4f50fd50d4ce68230cde06
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index f611827ef65c..5f061c625cd0 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -247,7 +247,7 @@ def get_launchpad_bugs(prefix): #since searching bugs having attachments with specific mimetypes is not available in launchpad API #we're iterating over all bugs of the most interesting source packages - for pkg in ["libreoffice", "openoffice.org", "abiword", "gnumeric", "koffice", "calligra"]: + for pkg in ["libreoffice", "openoffice.org", "abiword", "gnumeric", "koffice", "calligra", "inkscape", "sk1"]: srcpkg = ubuntu.getSourcePackage(name=pkg) pkgbugs = srcpkg.searchTasks(status=["New", "Fix Committed", "Invalid", "Won't Fix", "Confirmed", "Triaged", "In Progress", "Incomplete", "Incomplete (with response)", "Incomplete (without response)", "Fix Released", "Opinion", "Expired"]) |