From 18d1e1968c9bd62b68b447f8a882e37ff3d3dde4 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 12 Feb 2012 21:50:53 +0100 Subject: get-bugzilla-attachments-by-mimetype: don't do images: What a stupid idea; what the heck do i do now with 5G of jpegs and pngs on my disk? --- bin/get-bugzilla-attachments-by-mimetype | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/get-bugzilla-attachments-by-mimetype') diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 67d0eba3967b..3e52ad654cc3 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -196,6 +196,10 @@ mimetypes = [ ('application/x-starwriter', 'sdw'), ('application/vnd.stardivision.writer', 'sdw5'), ('application/vnd.stardivision.writer-global', 'sgl5'), +] + +# disabled for now, this would download gigs of pngs/jpegs... +image_mimetypes = [ # graphics ('image/svg+xml', 'svg'), ('image/x-MS-bmp', 'bmp'), -- cgit