docs: Update bug report URLs for the gitlab migration
authorAdam Jackson <ajax@redhat.com>
Wed, 18 Sep 2019 19:59:41 +0000 (15:59 -0400)
committerAdam Jackson <ajax@nwnk.net>
Thu, 19 Sep 2019 16:37:36 +0000 (16:37 +0000)
Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Android.common.mk
SConstruct
docs/bugs.html
docs/helpwanted.html
docs/releasing.html
meson.build
src/gallium/drivers/i915/TODO

index 327f13f5a38047300f7431bd0f4d0cef1b2f1ded..6bf64f55c54969366854f2f67c1ffa30d611eaf4 100644 (file)
@@ -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
index 51dc301a9a86dc474854510990c3389cd9f249d9..b5c36cbbc1c72a030f60c8d20f7ccc7c88d6ab03 100644 (file)
@@ -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
index 457c0b7f88e30bbc0fbcb25ee0e6918751fa6842..a584a5a22517211c3f5f47e1f4157407cf8b3d82 100644 (file)
@@ -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>
index e9763a3aadf4b9005b2441be31ad1c15346bb2bf..5e05e65f40b67a1418871eae69dbc31717055a8f 100644 (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.
 <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's <code>-Wstrict-aliasing=2 -fstrict-aliasing</code> arguments, and
index d01e61585d2171fbaf5abd7a7f8f50b8449255e5..d2dc72ff7a44e1e0f1384d7631793f58f85dafd7 100644 (file)
@@ -285,7 +285,7 @@ To setup the branchpoint:
 
 <p>
 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>
index 29d7981d13dc56eeb105403ec434f2e5c01ba16d..a50f57991da6a6752e8c96cf48e33d337ca6bd9e 100644 (file)
@@ -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')
index 8856a7e45ca941a409510c2fd5d80384490e574e..b8693346364067145caa0c3644362aaf7428bc8b 100644 (file)
@@ -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