diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2019-05-13 10:56:05 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-05-23 10:45:40 +0200 |
commit | 065299f78cda005e3329c9695b1a949051e580d6 (patch) | |
tree | fb34930c128f47e09453d11dbf260268cc7daf62 /bin | |
parent | 53a0a86df6eb5fc64a85ecd03f2e354fd4d8e213 (diff) |
get-bugzilla-attachments-by-mimetype: disable bz.apache.org
It's ridiculously un-cooperative, and if you accidentally run the script
from a static IP you won't be able to look at that bugzilla for a while,
which is tragic because it holds important historical info hostage.
Change-Id: I55887baceac82ad0a3bcedc3de9c9b3d0e02f9c3
Reviewed-on: https://gerrit.libreoffice.org/72220
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 9fb3d1da997b..1d1f45165a48 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -355,7 +355,9 @@ rss_bugzillas = ( # 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://bz.apache.org/ooo/buglist.cgi' ), +# note: running this script against bz.apache.org apparently causes one's IP +# to be blacklisted or something; you won't get new files in any case... +# ( 'ooo', 'https://bz.apache.org/ooo/buglist.cgi' ), ( 'tdf', 'http://bugs.documentfoundation.org/buglist.cgi' ), ) |