summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-27 09:42:43 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2012-07-27 17:19:57 +0200
commit9a5f630e7f59b801623736f97d50b19dff653fb5 (patch)
tree31d47e4287a7748c2352839c0f3b60a0adc780e1
parent7eb548bfefacf89a4ef52963ea1a394f1e7fb2c1 (diff)
want to search for some sample pcts
Change-Id: I1e3c8e0994d17c6d5465fe63ab73f927e90c4991
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index 0ddec68e5eab..6d5177be3cae 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -320,6 +320,7 @@ mimetypes = {
'image/x-sgf': 'sgf',
'image/x-svm': 'svm',
'image/x-wmf': 'wmf',
+ 'image/x-pict': 'pict',
}
# disabled for now, this would download gigs of pngs/jpegs...
@@ -332,7 +333,6 @@ common_noncore_mimetypes = [
('image/x-met', 'met'),
('image/x-portable-bitmap', 'pbm'),
('image/x-photo-cd', 'pcd'),
- ('image/x-pict', 'pict'),
('image/x-pcx', 'pcx'),
('image/x-portable-graymap', 'pgm'),
('image/x-portable-pixmap', 'ppm'),