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

New commits:
commit 7f4841946962ffd0d457574721601dc2e6b372a1
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Fri Dec 15 14:31:23 2023 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sat Dec 16 01:24:03 2023 +0100

    get-bugzilla-attachments-by-mimetype: GNOME Bugzilla is dead
    
    Comment it out from the script.
    Gnumeric's new bugtracking is in gitlab:
    https://gitlab.gnome.org/GNOME/gnumeric/-/issues
    
    Change-Id: I53be9c368cf02f7a36991498ac2261e05327131a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160829
    Tested-by: Jenkins
    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 6ce2a82d30eb..6b8e6cc1676c 100755
--- a/bin/get-bugzilla-attachments-by-mimetype
+++ b/bin/get-bugzilla-attachments-by-mimetype
@@ -348,7 +348,7 @@ rss_bugzillas = (
 #    ( '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
+#    ( 'gnome', 'http://bugzilla.gnome.org/buglist.cgi' ), # added for gnumeric
     ( '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' ),

Reply via email to