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

David Tardon dtardon at redhat.com
Wed Nov 13 06:51:09 PST 2013


 bin/get-bugzilla-attachments-by-mimetype |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit d634d1a18a33fbef272a4cfdf094ce1ea1bc5d6c
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Nov 13 15:50:24 2013 +0100

    enable more useful formats
    
    Change-Id: I790f0678a0fb06b3fd1babf499803b5250f23c1b

diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index b09261e..a45281d 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -348,11 +348,6 @@ mimetypes = {
     'image/x-wmf': 'wmf',
     'image/x-pict': 'pict',
     'image/x-cmx': 'cmx',
-}
-
-# disabled for now, this would download gigs of pngs/jpegs...
-common_noncore_mimetypes = {
-# graphics
     'image/svg+xml': 'svg',
     'image/x-MS-bmp': 'bmp',
     'image/x-wpg': 'wpg',
@@ -367,6 +362,11 @@ common_noncore_mimetypes = {
     'image/x-cmu-raster': 'ras',
     'image/x-xbitmap': 'xbm',
     'image/x-xpixmap': 'xpm',
+}
+
+# disabled for now, this would download gigs of pngs/jpegs...
+common_noncore_mimetypes = {
+# graphics
     'image/gif': 'gif',
     'image/jpeg': 'jpeg',
     'image/png': 'png',


More information about the Libreoffice-commits mailing list