From 5b5c5bf8335b79c7c1152bbdf0956598d2246567 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 18 Sep 2019 15:59:41 -0400 Subject: docs: Update bug report URLs for the gitlab migration Cc: mesa-stable@lists.freedesktop.org Reviewed-by: Eric Anholt Reviewed-by: Eric Engestrom --- 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 327f13f5a38..6bf64f55c54 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 457c0b7f88e..a584a5a2251 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -24,8 +24,8 @@ The old bug database on SourceForge is no longer used.

To file a Mesa bug, go to - -Bugzilla on freedesktop.org + +GitLab on freedesktop.org

diff --git a/docs/helpwanted.html b/docs/helpwanted.html index e9763a3aadf..5e05e65f40b 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.

  • Driver debugging. -There are plenty of open bugs in the bug database. +There are plenty of open bugs in the bug database.
  • Remove aliasing warnings. Enable gcc's -Wstrict-aliasing=2 -fstrict-aliasing arguments, and diff --git a/docs/releasing.html b/docs/releasing.html index d01e61585d2..d2dc72ff7a4 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -285,7 +285,7 @@ To setup the branchpoint:

    Now go to -Bugzilla and add the new Mesa version X.Y. +gitlab and add the new Mesa version X.Y.

    diff --git a/meson.build b/meson.build index 29d7981d13d..a50f57991da 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 -- cgit v1.2.1