docs: Update bug report URLs for the gitlab migration

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
(cherry picked from commit 5b5c5bf833)
This commit is contained in:
Adam Jackson 2019-09-18 15:59:41 -04:00 committed by Dylan Baker
parent 75836b70c7
commit ac9ef75a25
7 changed files with 8 additions and 8 deletions

View file

@ -39,7 +39,7 @@ LOCAL_CFLAGS += \
-Wno-initializer-overrides \ -Wno-initializer-overrides \
-Wno-mismatched-tags \ -Wno-mismatched-tags \
-DPACKAGE_VERSION=\"$(MESA_VERSION)\" \ -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. # XXX: The following __STDC_*_MACROS defines should not be needed.
# It's likely due to a bug elsewhere, but let's temporarily add them # It's likely due to a bug elsewhere, but let's temporarily add them

View file

@ -73,7 +73,7 @@ with open("VERSION") as f:
mesa_version = f.read().strip() mesa_version = f.read().strip()
env.Append(CPPDEFINES = [ env.Append(CPPDEFINES = [
('PACKAGE_VERSION', '\\"%s\\"' % mesa_version), ('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 # Includes

View file

@ -24,8 +24,8 @@ The old bug database on SourceForge is no longer used.
<p> <p>
To file a Mesa bug, go to To file a Mesa bug, go to
<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"> <a href="https://gitlab.freedesktop.org/mesa/mesa/issues">
Bugzilla on freedesktop.org</a> GitLab on freedesktop.org</a>
</p> </p>
<p> <p>

View file

@ -29,7 +29,7 @@ immediately checked into git because not enough people are testing them.
Just applying patches, testing and reporting back is helpful. Just applying patches, testing and reporting back is helpful.
<li> <li>
<b>Driver debugging.</b> <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> <li>
<b>Remove aliasing warnings.</b> <b>Remove aliasing warnings.</b>
Enable gcc's <code>-Wstrict-aliasing=2 -fstrict-aliasing</code> arguments, and Enable gcc's <code>-Wstrict-aliasing=2 -fstrict-aliasing</code> arguments, and

View file

@ -285,7 +285,7 @@ To setup the branchpoint:
<p> <p>
Now go to Now go to
<a href="https://bugs.freedesktop.org/editversions.cgi?action=add&amp;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>
<p> <p>

View file

@ -42,7 +42,7 @@ pre_args = [
'-D__STDC_FORMAT_MACROS', '-D__STDC_FORMAT_MACROS',
'-D__STDC_LIMIT_MACROS', '-D__STDC_LIMIT_MACROS',
'-DPACKAGE_VERSION="@0@"'.format(meson.project_version()), '-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') with_vulkan_icd_dir = get_option('vulkan-icd-dir')

View file

@ -35,4 +35,4 @@ Random list of problems with i915g:
- Fix fragment discard - Fix fragment discard
Other bugs can be found here: 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