diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-06-04 16:57:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-04 21:53:38 +0200 |
commit | 56763e94bf6f59dde3e33e522553eb39b77e81a2 (patch) | |
tree | 71a788456821ad448764354c707f2e1a181df7f4 /bin | |
parent | e5f9ee18476697a64d7ef646a072f8c76cf95b50 (diff) |
get-bugzilla-attachments: actually use the fdo bugzilla
bugs.libreoffice.org redirects to bugs.documentfoundation.org,
which isn't very helpful as it just causes duplicate downloads.
Arguably freedesktop.org could be removed; the are just ~5 interesing
attachments since the TDF bugzilla migration.
Change-Id: I26d2667848582209e382226108c47549e99cee97
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index a5f15702a4ea..7f0dfa2d8dac 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -339,7 +339,7 @@ def get_launchpad_bugs(prefix): rss_bugzillas = ( ( 'abi', 'http://bugzilla.abisource.com/buglist.cgi' ), #added for abiword - ( 'fdo', 'http://bugs.libreoffice.org/buglist.cgi' ), + ( 'fdo', 'http://bugs.freedesktop.org/buglist.cgi' ), ( 'gentoo', 'http://bugs.gentoo.org/buglist.cgi' ), ( 'gnome', 'http://bugzilla.gnome.org/buglist.cgi' ), # added for gnumeric ( 'kde', 'http://bugs.kde.org/buglist.cgi' ), # added for koffice/calligra |