diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-19 19:48:11 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-19 19:48:11 -0500 |
commit | d02c15979b90fe356ee814acd77c4f21edeb2b0f (patch) | |
tree | 83ea4bb6060e69ac0236e728b64fcc98da461f17 /bin | |
parent | 2a886adb500fe481e1ea61573551b19e99c55b8b (diff) |
Update Apache Bugzilla’s URL
Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/get-bugzilla-attachments-by-mimetype | 2 | ||||
-rwxr-xr-x | bin/lo-commit-stat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/get-bugzilla-attachments-by-mimetype b/bin/get-bugzilla-attachments-by-mimetype index 53108e2e2315..8b0b4c5049e1 100755 --- a/bin/get-bugzilla-attachments-by-mimetype +++ b/bin/get-bugzilla-attachments-by-mimetype @@ -328,7 +328,7 @@ 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://issues.apache.org/ooo/buglist.cgi', + 'ooo': 'https://bz.apache.org/ooo/buglist.cgi', 'tdf': 'http://bugs.documentfoundation.org/buglist.cgi', } diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat index a372eeab00fd..5a68820da868 100755 --- a/bin/lo-commit-stat +++ b/bin/lo-commit-stat @@ -20,7 +20,7 @@ my %bugzillas = ( fdo => "https://bugs.libreoffice.org/show_bug.cgi?id=", bnc => "https://bugzilla.novell.com/show_bug.cgi?id=", rhbz => "https://bugzilla.redhat.com/show_bug.cgi?id=", - i => "https://issues.apache.org/ooo/show_bug.cgi?id=", + i => "https://bz.apache.org/ooo/show_bug.cgi?id=", fate => "https://features.opensuse.org/", ); |