summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-06 00:47:04 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-06 00:53:21 +0200
commit00014558d615c7004e133e2a2cb535d07f4691a2 (patch)
tree3f645774d220d00fa286fe485bde03479d7131f3
parentbbf8673da5a7f1154111776378edb158707c80db (diff)
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.behrens@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rwxr-xr-xbin/get-bugzilla-attachments-by-mimetype3
1 files changed, 2 insertions, 1 deletions
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