[tepl] GitLab migration: update URLs and HACKING file



commit 9e793bcac23aa856b92e6b51c822f1abe30a58df
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Feb 27 11:52:11 2018 +0100

    GitLab migration: update URLs and HACKING file

 HACKING      | 9 +++++++--
 configure.ac | 2 +-
 tepl.doap    | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/HACKING b/HACKING
index b5849c4..8482fda 100644
--- a/HACKING
+++ b/HACKING
@@ -5,6 +5,11 @@ Tepl follows the same guidelines and code conventions as GtkSourceView:
 
     https://git.gnome.org/browse/gtksourceview/tree/HACKING
 
-The bugzilla product of Tepl is available at:
+Tepl is hosted on the GNOME GitLab instance, you can fork the repository
+and then do a merge request:
 
-    https://bugzilla.gnome.org/page.cgi?id=browse.html&product=tepl
+    https://gitlab.gnome.org/GNOME/tepl
+
+Read the following wiki page to know the conventions for the commit messages:
+
+    https://wiki.gnome.org/Git/CommitMessages
diff --git a/configure.ac b/configure.ac
index 82217c8..e2499cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ m4_define(tepl_package_version, 3.99.2)
 
 AC_INIT([tepl],
        [tepl_package_version],
-       [https://bugzilla.gnome.org/enter_bug.cgi?product=tepl],
+       [https://gitlab.gnome.org/GNOME/tepl/issues],
        [tepl],
        [https://wiki.gnome.org/Projects/Tepl])
 
diff --git a/tepl.doap b/tepl.doap
index d923752..8c8d468 100644
--- a/tepl.doap
+++ b/tepl.doap
@@ -13,7 +13,7 @@ is the acronym for “Text editor product line”.</description>
   <homepage rdf:resource="https://wiki.gnome.org/Projects/Tepl"; />
   <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/gnome-devtools"; />
   <download-page rdf:resource="https://download.gnome.org/sources/tepl/"; />
-  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=tepl"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/tepl/issues"; />
 
   <programming-language>C</programming-language>
 


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