[totem/wip/hadess/gitlab-migration: 2/2] all: Update bugzilla links for current bugs



commit e6240af0fab077bbbf5e07459ed7efb12bf5dfb6
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 21 17:36:09 2019 +0100

    all: Update bugzilla links for current bugs
    
    Update Bugzilla links for GitLab links when the bugs are still opened.

 README                                                 | 4 ++--
 src/plugins/variable-rate/totem-variable-rate-plugin.c | 2 +-
 src/totem-grilo.c                                      | 2 +-
 src/totem-menu.c                                       | 2 +-
 totem.doap                                             | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/README b/README
index f5f887a71..ad702dd36 100644
--- a/README
+++ b/README
@@ -58,8 +58,8 @@ Automatic GStreamer codec installation (optional)
 BUGS
 ====
 
-Bugs should be filed in GNOME's Bugzilla:
-http://bugzilla.gnome.org/enter_bug.cgi?product=totem
+Bugs should be filed in GNOME's GitLab:
+https://gitlab.gnome.org/GNOME/totem/issues/
 
 To get a better debug output, follow the instructions at:
 https://wiki.gnome.org/Apps/Videos/BugReporting
diff --git a/src/plugins/variable-rate/totem-variable-rate-plugin.c 
b/src/plugins/variable-rate/totem-variable-rate-plugin.c
index b00cceb13..792c0cb69 100644
--- a/src/plugins/variable-rate/totem-variable-rate-plugin.c
+++ b/src/plugins/variable-rate/totem-variable-rate-plugin.c
@@ -109,7 +109,7 @@ variable_rate_action_callback (GSimpleAction           *action,
 
        label = get_submenu_label_for_index (i);
        /* FIXME how do we change the section label?
-        * https://bugzilla.gnome.org/show_bug.cgi?id=667779 */
+        * https://gitlab.gnome.org/GNOME/glib/issues/498 */
        g_free (label);
 }
 
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index b6aa50d2f..ea8413aba 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -214,7 +214,7 @@ source_is_browse_blacklisted (GrlSource *source)
 {
        const char *id;
        const char * const sources[] = {
-               /* https://bugzilla.gnome.org/show_bug.cgi?id=722422 */
+               /* https://gitlab.gnome.org/GNOME/grilo/issues/36 */
                "grl-youtube",
                NULL
        };
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 028ec495b..20b9764db 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -349,7 +349,7 @@ totem_app_menu_setup (Totem *totem)
                NULL
        };
 
-       /* FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=700085 */
+       /* FIXME: https://gitlab.gnome.org/GNOME/glib/issues/700 */
        accels[0] = "<Primary>G";
        gtk_application_set_accels_for_action (GTK_APPLICATION (totem), "app.next-angle", (const char * const 
*) accels);
        accels[0] = "<Primary>M";
diff --git a/totem.doap b/totem.doap
index e474d9e30..1101bc6cf 100644
--- a/totem.doap
+++ b/totem.doap
@@ -8,7 +8,7 @@
        <homepage rdf:resource="https://wiki.gnome.org/Apps/Videos"; />
        <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-multimedia"; />
        <download-page rdf:resource="http://download.gnome.org/sources/totem/"; />
-       <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=totem"; />
+       <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/totem/issues"; />
        <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
        <programming-language>C</programming-language>
        <maintainer>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]