summaryrefslogtreecommitdiffstats
path: root/bin/get-bugzilla-attachments-by-mimetype
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-16 16:53:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-16 20:26:42 +0100
commitb5fd106f93321fb79e74a4cbcd0ea9a62b6f4474 (patch)
treecdd09d3e05c8e7607c8db9b3afd987dba785b006 /bin/get-bugzilla-attachments-by-mimetype
parentcppcheck: duplicate branch (diff)
downloadcore-b5fd106f93321fb79e74a4cbcd0ea9a62b6f4474.tar.gz
core-b5fd106f93321fb79e74a4cbcd0ea9a62b6f4474.zip
add image/x-sun-raster mimetype
Change-Id: I6c53ec2ae15a68b9fa6bfd0daf81d6a21ca6c457
Diffstat (limited to 'bin/get-bugzilla-attachments-by-mimetype')
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype
index 3480713f7f9c..ce967e2cd6dd 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -437,6 +437,7 @@ mimetypes = {
'image/x-portable-pixmap': 'ppm',
'image/vnd.adobe.photoshop': 'psd',
'image/x-cmu-raster': 'ras',
+ 'image/x-sun-raster': 'ras',
'image/x-xbitmap': 'xbm',
'image/x-xpixmap': 'xpm',
}