[Libreoffice-commits] core.git: bin/get-bugzilla-attachments-by-mimetype

David Tardon dtardon at redhat.com
Tue Dec 17 09:09:39 PST 2013


 bin/get-bugzilla-attachments-by-mimetype |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21a36be1721d364a24eabebee48d782c2c1055c5
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Dec 17 18:08:43 2013 +0100

    add more graphics apps to launchpad list
    
    Change-Id: I8f80b4aa07fd923aea4f50fd50d4ce68230cde06

diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index f611827..5f061c6 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"])
 


More information about the Libreoffice-commits mailing list