[gnome-builder] support: add channel and commit id to support log
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] support: add channel and commit id to support log
- Date: Sun, 18 Jun 2017 21:01:34 +0000 (UTC)
commit 702db15ed67a0a83d6bd3fba655be75a22da3643
Author: Christian Hergert <chergert redhat com>
Date: Sun Jun 18 14:01:24 2017 -0700
support: add channel and commit id to support log
plugins/support/ide-support.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/plugins/support/ide-support.c b/plugins/support/ide-support.c
index 2f5eaf9..a032584 100644
--- a/plugins/support/ide-support.c
+++ b/plugins/support/ide-support.c
@@ -63,9 +63,8 @@ ide_get_support_log (void)
g_string_append (str, "[runtime.version]\n");
g_string_append_printf (str, "version = \"%s\"\n", PACKAGE_VERSION);
-#ifdef COMMIT_ID
- g_string_append_printf (str, "commit = \"%s\"\n", COMMIT_ID);
-#endif
+ g_string_append_printf (str, "channel = \"%s\"\n", IDE_BUILD_CHANNEL);
+ g_string_append_printf (str, "identifier = \"%s\"\n", IDE_BUILD_IDENTIFIER);
g_string_append (str, "\n");
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]