[gnome-mines] Updated bugzilla references with gitlab
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines] Updated bugzilla references with gitlab
- Date: Mon, 28 May 2018 16:05:19 +0000 (UTC)
commit 36454ab999eebc8961c02d9e59c58b8a5089318c
Author: Robert Roth <robert roth off gmail com>
Date: Mon May 28 19:03:52 2018 +0300
Updated bugzilla references with gitlab
data/gnome-mines.appdata.xml.in | 2 +-
gnome-mines.doap | 2 +-
help/C/bug-filing.page | 13 ++++-----
org.gnome.mines.json | 61 +++++++++++++++++++++++------------------
4 files changed, 43 insertions(+), 35 deletions(-)
---
diff --git a/data/gnome-mines.appdata.xml.in b/data/gnome-mines.appdata.xml.in
index c675caf..aef3011 100644
--- a/data/gnome-mines.appdata.xml.in
+++ b/data/gnome-mines.appdata.xml.in
@@ -26,7 +26,7 @@
</screenshot>
</screenshots>
<url type="homepage">https://wiki.gnome.org/Apps/Mines</url>
- <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-mines</url>
+ <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-mines/issues</url>
<url type="donation">http://www.gnome.org/friends/</url>
<url type="help">https://help.gnome.org/users/gnome-mines/stable/</url>
<url type="translate">https://wiki.gnome.org/TranslationProject</url>
diff --git a/gnome-mines.doap b/gnome-mines.doap
index e80bdcc..3923527 100644
--- a/gnome-mines.doap
+++ b/gnome-mines.doap
@@ -10,7 +10,7 @@
<homepage rdf:resource="https://wiki.gnome.org/Apps/Mines" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list" />
<download-page rdf:resource="http://download.gnome.org/sources/gnome-mines/" />
- <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-mines" />
+ <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-mines/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>Vala</programming-language>
diff --git a/help/C/bug-filing.page b/help/C/bug-filing.page
index 238ef4f..c406b0a 100644
--- a/help/C/bug-filing.page
+++ b/help/C/bug-filing.page
@@ -20,26 +20,25 @@
<section id="bug-report">
<title>Report a bug or suggest an improvement</title>
<p>
- <app>Mines</app> is maintained by a volunteer community. You are welcome to participate. If you notice a
problem you can file a <em>bug report</em>. To file a bug, go to <link href = "https://bugzilla.gnome.org/"/>.
+ <app>Mines</app> is maintained by a volunteer community. You are welcome to participate. If you notice a
problem you can file a <em>bug report</em>. To file a bug, go to <link href =
"https://gitlab.gnome.org/GNOME/gnome-mines/issues"/>.
</p>
<p>
This is a bug tracking system where users and developers can file details about bugs and crashes, or
request enhancements.
</p>
<p>
- To participate you need an account, which will give you the ability to gain access, file bugs, make
comments, and receive updates by e-mail about the status of your bug. If you don't already have an account,
just click on the <gui>New Account</gui> link to create one.
+ To participate you need an account, which will give you the ability to gain access, file bugs, make
comments, and receive updates by e-mail about the status of your bug. If you don't already have an account,
just click on the <gui>Sign in/Register</gui> link to create one.
</p>
- <p>Once you have an account, log in, click on <guiseq><gui>File a
- Bug</gui><gui>Applications</gui><gui>gnome-mines</gui></guiseq>. Before
+ <p>Once you have an account, log in, click on <guiseq><gui>New Issue</gui>. Before
reporting a bug, please read the
<link href="https://bugzilla.gnome.org/page.cgi?id=bug-writing.html">bug
writing guidelines</link>, and please
- <link href="https://bugzilla.gnome.org/browse.cgi?product=gnome-mines">browse</link>
+ <link href="https://gitlab.gnome.org/GNOME/gnome-mines/issues">browse</link>
for the bug to see if it already exists.</p>
<p>
- If you are requesting a new feature, choose <gui>enhancement</gui> in the <gui>Severity</gui> menu.
- Fill in the Summary and Description sections and click <gui>Submit Bug</gui>.
+ If you are requesting a new feature, choose <gui>Feature</gui> in the <gui>Labels</gui> menu.
+ Fill in the Title and Description sections and click <gui>Submit issue</gui>.
</p>
<p>
Your report will be given an ID number, and its status will be updated as it is being dealt with.
Thanks for helping make <app>Mines</app> better!
diff --git a/org.gnome.mines.json b/org.gnome.mines.json
index 6b1894d..706fed8 100644
--- a/org.gnome.mines.json
+++ b/org.gnome.mines.json
@@ -1,36 +1,45 @@
{
- "app-id": "org.gnome.mines",
- "runtime": "org.gnome.Platform",
- "runtime-version": "master",
- "sdk": "org.gnome.Sdk",
- "command": "gnome-mines",
- "tags": ["nightly"],
- "copy-icon": true,
- "rename-icon": "gnome-mines",
- "rename-desktop-file": "gnome-mines.desktop",
- "desktop-file-name-prefix": "(Nightly) ",
- "finish-args": [
- /* X11 + XShm access */
- "--share=ipc", "--socket=x11",
- /* Wayland access */
+ "app-id" : "org.gnome.mines",
+ "runtime" : "org.gnome.Platform",
+ "runtime-version" : "master",
+ "sdk" : "org.gnome.Sdk",
+ "command" : "gnome-mines",
+ "tags" : [
+ "nightly"
+ ],
+ "copy-icon" : true,
+ "rename-icon" : "gnome-mines",
+ "rename-desktop-file" : "gnome-mines.desktop",
+ "desktop-file-name-prefix" : "(Nightly) ",
+ "finish-args" : [
+ "--share=ipc",
+ "--socket=x11",
"--socket=wayland",
- /* dconf */
- "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
- "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+ "--filesystem=xdg-run/dconf",
+ "--filesystem=~/.config/dconf:ro",
+ "--talk-name=ca.desrt.dconf",
+ "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
- "build-options": {
- "cflags": "-O2 -g"
+ "build-options" : {
+ "cflags" : "-O2 -g",
+ "env" : {
+ }
},
- "cleanup": ["/include", "/lib/*.la", "/lib/pkgconfig",
- "/share/man", "/share/vala"],
- "modules": [
+ "cleanup" : [
+ "/include",
+ "/lib/*.la",
+ "/lib/pkgconfig",
+ "/share/man",
+ "/share/vala"
+ ],
+ "modules" : [
"org.gnome.games-support.modules.json",
{
- "name": "gnome-mines",
- "sources": [
+ "name" : "gnome-mines",
+ "sources" : [
{
- "type": "git",
- "url": "git://git.gnome.org/gnome-mines"
+ "type" : "git",
+ "url" : "https://gitlab.gnome.org/GNOME/gnome-mines.git"
}
]
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]