diff options
author | Adam Jackson <ajax@redhat.com> | 2019-09-18 15:59:41 -0400 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2019-09-19 16:37:36 +0000 |
commit | 5b5c5bf8335b79c7c1152bbdf0956598d2246567 (patch) | |
tree | f700b0e5001b38c5620c9ed1281da38b998ca246 | |
parent | ec76232785f13042cf7ae4298a1e997e781d27a0 (diff) |
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>
-rw-r--r-- | Android.common.mk | 2 | ||||
-rw-r--r-- | SConstruct | 2 | ||||
-rw-r--r-- | docs/bugs.html | 4 | ||||
-rw-r--r-- | docs/helpwanted.html | 2 | ||||
-rw-r--r-- | docs/releasing.html | 2 | ||||
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | 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. <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 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. <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 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: <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 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 |