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

New commits:
commit 00014558d615c7004e133e2a2cb535d07f4691a2
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Sat Aug 6 00:47:04 2022 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sat Aug 6 00:53:21 2022 +0200

    Disable abisource from BZ attachment fetcher
    
    Expired TLS cert since a while, worth checking if it comes back.
    
    Change-Id: I4bd98d847ede6ac25d6d4a3361d7365396ad40fc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137887
    Tested-by: Thorsten Behrens <thorsten.behr...@allotropia.de>
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/bin/get-bugzilla-attachments-by-mimetype 
b/bin/get-bugzilla-attachments-by-mimetype
index 609e6683a0aa..349f428f73bc 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -344,7 +344,8 @@ def get_launchpad_bugs(prefix):
                 os.rename(tmpfile, download)
 
 rss_bugzillas = (
-    ( 'abi', 'http://bugzilla.abisource.com/buglist.cgi' ), #added for abiword
+# note: currently abisource has an expired TLS cert
+#    ( 'abi', 'http://bugzilla.abisource.com/buglist.cgi' ), #added for abiword
     ( 'fdo', 'http://bugs.freedesktop.org/buglist.cgi' ),
     ( 'gentoo', 'http://bugs.gentoo.org/buglist.cgi' ),
     ( 'gnome', 'http://bugzilla.gnome.org/buglist.cgi' ), # added for gnumeric

Reply via email to