[filemanager-actions] GNOME Bugzilla has been replaced by GNOME Gitlab
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [filemanager-actions] GNOME Bugzilla has been replaced by GNOME Gitlab
- Date: Fri, 14 Sep 2018 18:05:34 +0000 (UTC)
commit 5e6918979e9b70d79c991997e19411507e4ef48f
Author: Andre Klapper <a9016009 gmx de>
Date: Fri Sep 14 20:05:06 2018 +0200
GNOME Bugzilla has been replaced by GNOME Gitlab
src/api/fma-iimporter.h | 2 +-
src/api/fma-iio-provider.h | 2 +-
src/core/fma-io-provider.c | 2 +-
src/plugin-tracker/fma-tracker-module.c | 2 +-
src/test/test-reader.c | 3 +--
src/utils/console-utils.c | 3 +--
6 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/src/api/fma-iimporter.h b/src/api/fma-iimporter.h
index 6808792f..0da97ad9 100644
--- a/src/api/fma-iimporter.h
+++ b/src/api/fma-iimporter.h
@@ -351,7 +351,7 @@ typedef struct {
* @IMPORTER_CODE_OK: import ok.
* @IMPORTER_CODE_PROGRAM_ERROR: a program error has been detected.
* You should open a bug in
- * <ulink
url="https://bugzilla.gnome.org/enter_bug.cgi?product=filemanager-actions">Bugzilla</ulink>.
+ * <ulink
url="https://gitlab.gnome.org/GNOME/filemanager-actions/issues/">GNOME Gitlab</ulink>.
* @IMPORTER_CODE_NOT_WILLING_TO: the plugin is not willing to import the uri.
* @IMPORTER_CODE_NO_ITEM_ID: item id not found.
* @IMPORTER_CODE_NO_ITEM_TYPE: item type not found.
diff --git a/src/api/fma-iio-provider.h b/src/api/fma-iio-provider.h
index d5aec200..17cc4edf 100644
--- a/src/api/fma-iio-provider.h
+++ b/src/api/fma-iio-provider.h
@@ -518,7 +518,7 @@ typedef enum {
* @IIO_PROVIDER_CODE_OK: the requested operation has been successful.
* @IIO_PROVIDER_CODE_PROGRAM_ERROR: a program error has been detected;
* you should open a bug in
- * <ulink
url="https://bugzilla.gnome.org/enter_bug.cgi?product=filemanager-actions">Bugzilla</ulink>.
+ * <ulink
url="https://gitlab.gnome.org/GNOME/filemanager-actions/issues/">GNOME Gitlab</ulink>.
* @IIO_PROVIDER_CODE_NOT_WILLING_TO_RUN: the provider is not willing
* to do the requested action.
* @IIO_PROVIDER_CODE_WRITE_ERROR: a write error has been detected.
diff --git a/src/core/fma-io-provider.c b/src/core/fma-io-provider.c
index ef526670..f41bc10e 100644
--- a/src/core/fma-io-provider.c
+++ b/src/core/fma-io-provider.c
@@ -67,7 +67,7 @@ enum {
#define IO_PROVIDER_PROP_ID "fma-io-provider-prop-id"
static const gchar *st_enter_bug = N_( "Please, be kind enough to fill out a bug report on "
-
"https://bugzilla.gnome.org/enter_bug.cgi?product=filemanager-actions." );
+
"https://gitlab.gnome.org/GNOME/filemanager-actions/issues." );
static GObjectClass *st_parent_class = NULL;
static GList *st_io_providers = NULL;
diff --git a/src/plugin-tracker/fma-tracker-module.c b/src/plugin-tracker/fma-tracker-module.c
index b4fff721..47cdc08e 100644
--- a/src/plugin-tracker/fma-tracker-module.c
+++ b/src/plugin-tracker/fma-tracker-module.c
@@ -123,7 +123,7 @@ caja_module_shutdown( void )
* a log handler that we install when in development mode in order to be
* able to log plugin runtime
* TODO: the debug flag should be dynamic, so that an advanced user could
- * setup a given key and obtain a full log to send to Bugzilla..
+ * setup a given key and obtain a full log to send to GNOME Gitlab.
* For now, is always install when compiled in maintainer mode, never else
*/
static void
diff --git a/src/test/test-reader.c b/src/test/test-reader.c
index 50ba8a12..35537b2b 100755
--- a/src/test/test-reader.c
+++ b/src/test/test-reader.c
@@ -119,8 +119,7 @@ init_options( void )
#endif
description = g_strdup_printf( "%s.\n%s", PACKAGE_STRING,
- _( "Bug reports are welcomed at http://bugzilla.gnome.org,"
- " or you may prefer to mail to <maintainer filemanager-actions org>.\n" ));
+ _( "Bug reports are welcomed at
https://gitlab.gnome.org/GNOME/filemanager-actions/issues/\n" ));
g_option_context_set_description( context, description );
diff --git a/src/utils/console-utils.c b/src/utils/console-utils.c
index 1bff39ed..a1a850f7 100644
--- a/src/utils/console-utils.c
+++ b/src/utils/console-utils.c
@@ -50,8 +50,7 @@ static GLogFunc st_default_log_func = NULL;
gchar *
console_cmdline_get_description( void ){
return( g_strdup_printf( "%s.\n%s", PACKAGE_STRING,
- _( "Bug reports are welcomed at
https://bugzilla.gnome.org/enter_bug.cgi?product=filemanager-actions,\n"
- "or you may prefer to mail to <maintainer filemanager-actions org>.\n" )));
+ _( "Bug reports are welcomed at
https://gitlab.gnome.org/GNOME/filemanager-actions/issues/\n" )));
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]