[Libreoffice-commits] core.git: bin/get-bugzilla-attachments-by-mimetype

Michael Stahl (via logerrit) logerrit at kemper.freedesktop.org
Thu May 23 08:52:24 UTC 2019


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

New commits:
commit 065299f78cda005e3329c9695b1a949051e580d6
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Mon May 13 10:56:05 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Thu May 23 10:45:40 2019 +0200

    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 at cib.de>

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' ),
 )
 


More information about the Libreoffice-commits mailing list