summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-12-13 13:01:57 +0100
committerDavid Tardon <dtardon@redhat.com>2013-12-16 08:38:39 +0100
commit49505e8f169bf762c1384802885acc43cb8e8800 (patch)
treeb5af56901c5abc80e93a160ff3bfe53ee542b978 /bin
parent6e6d0ef0b8fd5b89aeb292700cca3096a03681bf (diff)
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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype6
1 files changed, 5 insertions, 1 deletions
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',
}