Mesa (staging/19.1): docs: Update bug report URLs for the gitlab migration

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Sep 24 09:53:35 UTC 2019


Module: Mesa
Branch: staging/19.1
Commit: fb23f1487d6445d7fcd1d34b36f91a606a9ef386
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb23f1487d6445d7fcd1d34b36f91a606a9ef386

Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Sep 18 15:59:41 2019 -0400

docs: Update bug report URLs for the gitlab migration

Cc: mesa-stable at lists.freedesktop.org
Reviewed-by: Eric Anholt <eric at anholt.net>
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>
(cherry picked from commit 5b5c5bf8335b79c7c1152bbdf0956598d2246567)

---

 Android.common.mk             | 2 +-
 SConstruct                    | 2 +-
 docs/bugs.html                | 4 ++--
 docs/helpwanted.html          | 2 +-
 docs/releasing.html           | 2 +-
 meson.build                   | 2 +-
 src/gallium/drivers/i915/TODO | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Android.common.mk b/Android.common.mk
index 36d97c52dd1..4161fa78247 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -39,7 +39,7 @@ LOCAL_CFLAGS += \
 	-Wno-initializer-overrides \
 	-Wno-mismatched-tags \
 	-DPACKAGE_VERSION=\"$(MESA_VERSION)\" \
-	-DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\"
+	-DPACKAGE_BUGREPORT=\"https://gitlab.freedesktop.org/mesa/mesa/issues\"
 
 # XXX: The following __STDC_*_MACROS defines should not be needed.
 # It's likely due to a bug elsewhere, but let's temporarily add them
diff --git a/SConstruct b/SConstruct
index 51dc301a9a8..b5c36cbbc1c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -73,7 +73,7 @@ with open("VERSION") as f:
   mesa_version = f.read().strip()
 env.Append(CPPDEFINES = [
     ('PACKAGE_VERSION', '\\"%s\\"' % mesa_version),
-    ('PACKAGE_BUGREPORT', '\\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\\"'),
+    ('PACKAGE_BUGREPORT', '\\"https://gitlab.freedesktop.org/mesa/mesa/issues\\"'),
 ])
 
 # Includes
diff --git a/docs/bugs.html b/docs/bugs.html
index 2653ffd74e6..ef7f5252801 100644
--- a/docs/bugs.html
+++ b/docs/bugs.html
@@ -24,8 +24,8 @@ The old bug database on SourceForge is no longer used.
 
 <p>
 To file a Mesa bug, go to
-<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa">
-Bugzilla on freedesktop.org</a>
+<a href="https://gitlab.freedesktop.org/mesa/mesa/issues">
+GitLab on freedesktop.org</a>
 </p>
 
 <p>
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index f9583e6761a..fc92bd1e8c1 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -29,7 +29,7 @@ immediately checked into git because not enough people are testing them.
 Just applying patches, testing and reporting back is helpful.
 <li>
 <b>Driver debugging.</b>
-There are plenty of open bugs in the <a href="https://bugs.freedesktop.org/describecomponents.cgi?product=Mesa">bug database</a>.
+There are plenty of open bugs in the <a href="https://gitlab.freedesktop.org/mesa/mesa/issues">bug database</a>.
 <li>
 <b>Remove aliasing warnings.</b>
 Enable gcc -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing
diff --git a/docs/releasing.html b/docs/releasing.html
index 2dbd03bc6f3..954bfe9621c 100644
--- a/docs/releasing.html
+++ b/docs/releasing.html
@@ -279,7 +279,7 @@ To setup the branchpoint:
 
 <p>
 Now go to
-<a href="https://bugs.freedesktop.org/editversions.cgi?action=add&product=Mesa" target="_parent">Bugzilla</a> and add the new Mesa version X.Y.
+<a href="https://gitlab.freedesktop.org/mesa/mesa/-/milestones" target="_parent">gitlab</a> and add the new Mesa version X.Y.
 </p>
 
 <p>
diff --git a/meson.build b/meson.build
index 09a1d386b59..d8845dc2f52 100644
--- a/meson.build
+++ b/meson.build
@@ -42,7 +42,7 @@ pre_args = [
   '-D__STDC_FORMAT_MACROS',
   '-D__STDC_LIMIT_MACROS',
   '-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
-  '-DPACKAGE_BUGREPORT="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"',
+  '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/issues"',
 ]
 
 with_vulkan_icd_dir = get_option('vulkan-icd-dir')
diff --git a/src/gallium/drivers/i915/TODO b/src/gallium/drivers/i915/TODO
index 8856a7e45ca..b8693346364 100644
--- a/src/gallium/drivers/i915/TODO
+++ b/src/gallium/drivers/i915/TODO
@@ -35,4 +35,4 @@ Random list of problems with i915g:
 - Fix fragment discard
 
 Other bugs can be found here:
-https://bugs.freedesktop.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Drivers/Gallium/i915g
+https://gitlab.freedesktop.org/mesa/mesa/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=i915g




More information about the mesa-commit mailing list