bin/get-bugzilla-attachments-by-mimetype |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 49505e8f169bf762c1384802885acc43cb8e8800
Author: David Tardon <dtar...@redhat.com>
Date:   Fri Dec 13 13:01:57 2013 +0100

    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

diff --git a/bin/get-bugzilla-attachments-by-mimetype 
b/bin/get-bugzilla-attachments-by-mimetype
index d9e03e5..f611827 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',
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to