summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-02-12 21:50:53 +0100
committerMichael Stahl <mstahl@redhat.com>2012-02-13 00:25:03 +0100
commit18d1e1968c9bd62b68b447f8a882e37ff3d3dde4 (patch)
tree54a8eaca286bfb8d627b4ff4244a14d54fb96531 /bin
parent4ff7252375b7b85eafbf176ca4e9184cc392d980 (diff)
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?
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype4
1 files changed, 4 insertions, 0 deletions
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'),