From 49505e8f169bf762c1384802885acc43cb8e8800 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 13 Dec 2013 13:01:57 +0100 Subject: disable novell bz Apparently it is no longer possible to get files from it. (Of course, if that only needs some tweaks in the script, fixes are welcome :-) Change-Id: I29d63d3246ab53d8ce15fc0969fccc8a064c6e5b --- bin/get-bugzilla-attachments-by-mimetype | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index d9e03e50ffe7..f611827ef65c 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -290,7 +290,11 @@ rss_bugzillas = { 'kde': 'http://bugs.kde.org/buglist.cgi', # added for koffice/calligra 'mandriva': 'https://qa.mandriva.com/buglist.cgi', 'moz': 'https://bugzilla.mozilla.org/buglist.cgi', - 'novell': 'https://bugzilla.novell.com/buglist.cgi', + # It seems something has changed and it is no longer possible to + # download any files from there. + # NOTE: I am leaving it in the list, commented out, just so someone + # does not add it back immediately .-) + # 'novell': 'https://bugzilla.novell.com/buglist.cgi', 'ooo': 'https://issues.apache.org/ooo/buglist.cgi', } -- cgit