All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths
@ 2018-04-13 22:35 Arkadiusz Hiler
  2018-04-13 22:53 ` Arkadiusz Hiler
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Arkadiusz Hiler @ 2018-04-13 22:35 UTC (permalink / raw)
  To: igt-dev; +Cc: Daniel Vetter

This is just a simple change to reflect the actual state. No rewording
yet, just a simple substitution in most visible places - docs, README
and paths.

There are probably some leftovers here and there, but we can let them be
for now, this is already well overdue.

Cc: Petri Latvala <petri.latvala@intel.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 README                                             | 28 +++++++++++-----------
 docs/reference/Makefile.am                         |  2 +-
 .../{intel-gpu-tools => igt-gpu-tools}/.gitignore  |  0
 .../{intel-gpu-tools => igt-gpu-tools}/Makefile.am |  2 +-
 .../generate_description_xml.sh                    |  0
 .../generate_programs_xml.sh                       |  0
 .../igt-gpu-tools-docs.xml}                        |  4 ++--
 .../igt_test_programs.xml                          |  0
 .../{intel-gpu-tools => igt-gpu-tools}/meson.build |  4 ++--
 .../version.xml.in                                 |  0
 docs/reference/meson.build                         |  2 +-
 meson.build                                        |  6 ++---
 12 files changed, 24 insertions(+), 24 deletions(-)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/.gitignore (100%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/Makefile.am (99%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/generate_description_xml.sh (100%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/generate_programs_xml.sh (100%)
 rename docs/reference/{intel-gpu-tools/intel-gpu-tools-docs.xml => igt-gpu-tools/igt-gpu-tools-docs.xml} (96%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/igt_test_programs.xml (100%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/meson.build (95%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/version.xml.in (100%)

diff --git a/README b/README
index 82c1cad5..c71ecedd 100644
--- a/README
+++ b/README
@@ -1,18 +1,18 @@
-Intel GPU Tools
-===============
+IGT GPU Tools
+=============
 
 Description
 -----------
 
-Intel GPU Tools is a collection of tools for development and testing of the
-Intel DRM driver. There are many macro-level test suites that get used against
-the driver, including xtest, rendercheck, piglit, and oglconform, but failures
-from those can be difficult to track down to kernel changes, and many require
+IGT GPU Tools is a collection of tools for development and testing of the DRM
+drivers. There are many macro-level test suites that get used against the
+drivers, including xtest, rendercheck, piglit, and oglconform, but failures from
+those can be difficult to track down to kernel changes, and many require
 complicated build procedures or specific testing environments to get useful
-results. Therefore, Intel GPU Tools includes low-level tools and tests
-specifically for development and testing of the Intel DRM Driver.
+results. Therefore, IGT GPU Tools includes low-level tools and tests
+specifically for development and testing of the DRM Drivers.
 
-Intel GPU Tools is split into several sections:
+IGT GPU Tools is split into several sections:
 
 benchmarks/
 	This is a collection of useful microbenchmarks that can be used to tune
@@ -63,7 +63,7 @@ tests/
 
 	Set the IGT_TEST_ROOT environment variable to point to the tests
 	directory, or set the path key in the "igt" section of piglit.conf to
-	the intel-gpu-tools root directory.
+	the igt-gpu-tools root directory.
 
 	The tests in the i-g-t sources need to have been built already. Then we
 	can run the testcases with (as usual as root, no other drm clients
@@ -112,7 +112,7 @@ debugger/
 	The debugger must be run as root: "sudo debugger/eudb"
 
 docs/
-	Contains the automatically generated intel-gpu-tools libraries
+	Contains the automatically generated igt-gpu-tools libraries
 	reference documentation in docs/reference/. You need to have the
 	gtk-doc tools installed and use the "--enable-gtk-doc" configure flag
 	to generate this API documentation.
@@ -123,8 +123,8 @@ docs/
 
 	If you've added/changed/removed a symbol or anything else that changes
 	the overall structure or indexes, this needs to be reflected in
-	intel-gpu-tools-sections.txt. Entirely new sections will also need to be
-	added to intel-gpu-tools-docs.xml in the appropriate place.
+	igt-gpu-tools-sections.txt. Entirely new sections will also need to be
+	added to igt-gpu-tools-docs.xml in the appropriate place.
 
 include/drm-uapi
 	Imported DRM uapi headers from airlied's drm-next branch.
@@ -186,7 +186,7 @@ should continue to be used for that.
 
 Documentation is built using
 
-$ cd build && ninja && ninja intel-gpu-tools-doc
+$ cd build && ninja && ninja igt-gpu-tools-doc
 
 Note that there's a setup script similar to ./autogen.sh which creates a
 compatibility Makefile with a few useful default targets:
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 4f579b58..13a1954e 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -1 +1 @@
-SUBDIRS = intel-gpu-tools
+SUBDIRS = igt-gpu-tools
diff --git a/docs/reference/intel-gpu-tools/.gitignore b/docs/reference/igt-gpu-tools/.gitignore
similarity index 100%
rename from docs/reference/intel-gpu-tools/.gitignore
rename to docs/reference/igt-gpu-tools/.gitignore
diff --git a/docs/reference/intel-gpu-tools/Makefile.am b/docs/reference/igt-gpu-tools/Makefile.am
similarity index 99%
rename from docs/reference/intel-gpu-tools/Makefile.am
rename to docs/reference/igt-gpu-tools/Makefile.am
index ee1e900f..11ada326 100644
--- a/docs/reference/intel-gpu-tools/Makefile.am
+++ b/docs/reference/igt-gpu-tools/Makefile.am
@@ -75,7 +75,7 @@ AUTOMAKE_OPTIONS = 1.6
 # of using the various options.
 
 # The name of the module, e.g. 'glib'.
-DOC_MODULE=intel-gpu-tools
+DOC_MODULE=igt-gpu-tools
 
 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
 #DOC_MODULE_VERSION=2
diff --git a/docs/reference/intel-gpu-tools/generate_description_xml.sh b/docs/reference/igt-gpu-tools/generate_description_xml.sh
similarity index 100%
rename from docs/reference/intel-gpu-tools/generate_description_xml.sh
rename to docs/reference/igt-gpu-tools/generate_description_xml.sh
diff --git a/docs/reference/intel-gpu-tools/generate_programs_xml.sh b/docs/reference/igt-gpu-tools/generate_programs_xml.sh
similarity index 100%
rename from docs/reference/intel-gpu-tools/generate_programs_xml.sh
rename to docs/reference/igt-gpu-tools/generate_programs_xml.sh
diff --git a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
similarity index 96%
rename from docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml
rename to docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
index 7d9efd77..ac83272f 100644
--- a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml
+++ b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
@@ -7,9 +7,9 @@
 ]>
 <book id="index">
   <bookinfo>
-    <title>intel-gpu-tools Reference Manual</title>
+    <title>igt-gpu-tools Reference Manual</title>
     <releaseinfo>
-      for intel-gpu-tools &version;.
+      for igt-gpu-tools &version;.
     </releaseinfo>
   </bookinfo>
 
diff --git a/docs/reference/intel-gpu-tools/igt_test_programs.xml b/docs/reference/igt-gpu-tools/igt_test_programs.xml
similarity index 100%
rename from docs/reference/intel-gpu-tools/igt_test_programs.xml
rename to docs/reference/igt-gpu-tools/igt_test_programs.xml
diff --git a/docs/reference/intel-gpu-tools/meson.build b/docs/reference/igt-gpu-tools/meson.build
similarity index 95%
rename from docs/reference/intel-gpu-tools/meson.build
rename to docs/reference/igt-gpu-tools/meson.build
index 1c009229..aadb9af5 100644
--- a/docs/reference/intel-gpu-tools/meson.build
+++ b/docs/reference/igt-gpu-tools/meson.build
@@ -69,11 +69,11 @@ configure_file(input: 'version.xml.in',
 	       output: 'version.xml',
 	       install: false, configuration: config)
 
-gnome.gtkdoc('intel-gpu-tools',
+gnome.gtkdoc('igt-gpu-tools',
 	     content_files : ['igt_test_programs.xml'],
 	     dependencies : lib_igt,
 	     install : true,
-	     main_xml : 'intel-gpu-tools-docs.xml',
+	     main_xml : 'igt-gpu-tools-docs.xml',
 	     scan_args : '--rebuild-sections',
 	     mkdb_args : '--output-format=xml',
 	     ignore_headers : ignore_headers,
diff --git a/docs/reference/intel-gpu-tools/version.xml.in b/docs/reference/igt-gpu-tools/version.xml.in
similarity index 100%
rename from docs/reference/intel-gpu-tools/version.xml.in
rename to docs/reference/igt-gpu-tools/version.xml.in
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 944f28a5..85a8aa47 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -1 +1 @@
-subdir('intel-gpu-tools')
+subdir('igt-gpu-tools')
diff --git a/meson.build b/meson.build
index 5b783e5d..cd736d8e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('intel-gpu-tools', 'c',
+project('igt-gpu-tools', 'c',
 	version : '1.22',
         default_options: [
           'warning_level=2',
@@ -125,10 +125,10 @@ configure_file(output: 'config.h', install: false, configuration: config)
 
 prefix = get_option('prefix')
 bindir = get_option('bindir')
-datadir = join_paths(get_option('datadir'), 'intel-gpu-tools')
+datadir = join_paths(get_option('datadir'), 'igt-gpu-tools')
 includedir = get_option('includedir')
 libdir = get_option('libdir')
-libexecdir = join_paths(get_option('libexecdir'), 'intel-gpu-tools')
+libexecdir = join_paths(get_option('libexecdir'), 'igt-gpu-tools')
 mandir = get_option('mandir')
 pkgconfigdir = join_paths(libdir, 'pkgconfig')
 
-- 
2.14.3

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths
  2018-04-13 22:35 [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths Arkadiusz Hiler
@ 2018-04-13 22:53 ` Arkadiusz Hiler
  2018-04-16 15:16 ` Harry Wentland
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Arkadiusz Hiler @ 2018-04-13 22:53 UTC (permalink / raw)
  To: igt-dev; +Cc: Daniel Vetter

On Sat, Apr 14, 2018 at 01:35:48AM +0300, Arkadiusz Hiler wrote:
> This is just a simple change to reflect the actual state. No rewording
> yet, just a simple substitution in most visible places - docs, README
> and paths.
> 
> There are probably some leftovers here and there, but we can let them be
> for now, this is already well overdue.

This will most likely break the CI. Let's see it crash in a slow motion,
add necessary future compatibility there and rerun the tests to make
sure everything is okay.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths
  2018-04-13 22:35 [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths Arkadiusz Hiler
  2018-04-13 22:53 ` Arkadiusz Hiler
@ 2018-04-16 15:16 ` Harry Wentland
  2018-05-15  8:55 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Harry Wentland @ 2018-04-16 15:16 UTC (permalink / raw)
  To: Arkadiusz Hiler, igt-dev; +Cc: Daniel Vetter

On 2018-04-13 06:35 PM, Arkadiusz Hiler wrote:
> This is just a simple change to reflect the actual state. No rewording
> yet, just a simple substitution in most visible places - docs, README
> and paths.
> 
> There are probably some leftovers here and there, but we can let them be
> for now, this is already well overdue.
> 
> Cc: Petri Latvala <petri.latvala@intel.com>
> Cc: Daniel Vetter <daniel.vetter@intel.com>
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>

Acked-by: Harry Wentland <harry.wentland@amd.com>

Harry

> ---
>  README                                             | 28 +++++++++++-----------
>  docs/reference/Makefile.am                         |  2 +-
>  .../{intel-gpu-tools => igt-gpu-tools}/.gitignore  |  0
>  .../{intel-gpu-tools => igt-gpu-tools}/Makefile.am |  2 +-
>  .../generate_description_xml.sh                    |  0
>  .../generate_programs_xml.sh                       |  0
>  .../igt-gpu-tools-docs.xml}                        |  4 ++--
>  .../igt_test_programs.xml                          |  0
>  .../{intel-gpu-tools => igt-gpu-tools}/meson.build |  4 ++--
>  .../version.xml.in                                 |  0
>  docs/reference/meson.build                         |  2 +-
>  meson.build                                        |  6 ++---
>  12 files changed, 24 insertions(+), 24 deletions(-)
>  rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/.gitignore (100%)
>  rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/Makefile.am (99%)
>  rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/generate_description_xml.sh (100%)
>  rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/generate_programs_xml.sh (100%)
>  rename docs/reference/{intel-gpu-tools/intel-gpu-tools-docs.xml => igt-gpu-tools/igt-gpu-tools-docs.xml} (96%)
>  rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/igt_test_programs.xml (100%)
>  rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/meson.build (95%)
>  rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/version.xml.in (100%)
> 
> diff --git a/README b/README
> index 82c1cad5..c71ecedd 100644
> --- a/README
> +++ b/README
> @@ -1,18 +1,18 @@
> -Intel GPU Tools
> -===============
> +IGT GPU Tools
> +=============
>  
>  Description
>  -----------
>  
> -Intel GPU Tools is a collection of tools for development and testing of the
> -Intel DRM driver. There are many macro-level test suites that get used against
> -the driver, including xtest, rendercheck, piglit, and oglconform, but failures
> -from those can be difficult to track down to kernel changes, and many require
> +IGT GPU Tools is a collection of tools for development and testing of the DRM
> +drivers. There are many macro-level test suites that get used against the
> +drivers, including xtest, rendercheck, piglit, and oglconform, but failures from
> +those can be difficult to track down to kernel changes, and many require
>  complicated build procedures or specific testing environments to get useful
> -results. Therefore, Intel GPU Tools includes low-level tools and tests
> -specifically for development and testing of the Intel DRM Driver.
> +results. Therefore, IGT GPU Tools includes low-level tools and tests
> +specifically for development and testing of the DRM Drivers.
>  
> -Intel GPU Tools is split into several sections:
> +IGT GPU Tools is split into several sections:
>  
>  benchmarks/
>  	This is a collection of useful microbenchmarks that can be used to tune
> @@ -63,7 +63,7 @@ tests/
>  
>  	Set the IGT_TEST_ROOT environment variable to point to the tests
>  	directory, or set the path key in the "igt" section of piglit.conf to
> -	the intel-gpu-tools root directory.
> +	the igt-gpu-tools root directory.
>  
>  	The tests in the i-g-t sources need to have been built already. Then we
>  	can run the testcases with (as usual as root, no other drm clients
> @@ -112,7 +112,7 @@ debugger/
>  	The debugger must be run as root: "sudo debugger/eudb"
>  
>  docs/
> -	Contains the automatically generated intel-gpu-tools libraries
> +	Contains the automatically generated igt-gpu-tools libraries
>  	reference documentation in docs/reference/. You need to have the
>  	gtk-doc tools installed and use the "--enable-gtk-doc" configure flag
>  	to generate this API documentation.
> @@ -123,8 +123,8 @@ docs/
>  
>  	If you've added/changed/removed a symbol or anything else that changes
>  	the overall structure or indexes, this needs to be reflected in
> -	intel-gpu-tools-sections.txt. Entirely new sections will also need to be
> -	added to intel-gpu-tools-docs.xml in the appropriate place.
> +	igt-gpu-tools-sections.txt. Entirely new sections will also need to be
> +	added to igt-gpu-tools-docs.xml in the appropriate place.
>  
>  include/drm-uapi
>  	Imported DRM uapi headers from airlied's drm-next branch.
> @@ -186,7 +186,7 @@ should continue to be used for that.
>  
>  Documentation is built using
>  
> -$ cd build && ninja && ninja intel-gpu-tools-doc
> +$ cd build && ninja && ninja igt-gpu-tools-doc
>  
>  Note that there's a setup script similar to ./autogen.sh which creates a
>  compatibility Makefile with a few useful default targets:
> diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
> index 4f579b58..13a1954e 100644
> --- a/docs/reference/Makefile.am
> +++ b/docs/reference/Makefile.am
> @@ -1 +1 @@
> -SUBDIRS = intel-gpu-tools
> +SUBDIRS = igt-gpu-tools
> diff --git a/docs/reference/intel-gpu-tools/.gitignore b/docs/reference/igt-gpu-tools/.gitignore
> similarity index 100%
> rename from docs/reference/intel-gpu-tools/.gitignore
> rename to docs/reference/igt-gpu-tools/.gitignore
> diff --git a/docs/reference/intel-gpu-tools/Makefile.am b/docs/reference/igt-gpu-tools/Makefile.am
> similarity index 99%
> rename from docs/reference/intel-gpu-tools/Makefile.am
> rename to docs/reference/igt-gpu-tools/Makefile.am
> index ee1e900f..11ada326 100644
> --- a/docs/reference/intel-gpu-tools/Makefile.am
> +++ b/docs/reference/igt-gpu-tools/Makefile.am
> @@ -75,7 +75,7 @@ AUTOMAKE_OPTIONS = 1.6
>  # of using the various options.
>  
>  # The name of the module, e.g. 'glib'.
> -DOC_MODULE=intel-gpu-tools
> +DOC_MODULE=igt-gpu-tools
>  
>  # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
>  #DOC_MODULE_VERSION=2
> diff --git a/docs/reference/intel-gpu-tools/generate_description_xml.sh b/docs/reference/igt-gpu-tools/generate_description_xml.sh
> similarity index 100%
> rename from docs/reference/intel-gpu-tools/generate_description_xml.sh
> rename to docs/reference/igt-gpu-tools/generate_description_xml.sh
> diff --git a/docs/reference/intel-gpu-tools/generate_programs_xml.sh b/docs/reference/igt-gpu-tools/generate_programs_xml.sh
> similarity index 100%
> rename from docs/reference/intel-gpu-tools/generate_programs_xml.sh
> rename to docs/reference/igt-gpu-tools/generate_programs_xml.sh
> diff --git a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
> similarity index 96%
> rename from docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml
> rename to docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
> index 7d9efd77..ac83272f 100644
> --- a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml
> +++ b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
> @@ -7,9 +7,9 @@
>  ]>
>  <book id="index">
>    <bookinfo>
> -    <title>intel-gpu-tools Reference Manual</title>
> +    <title>igt-gpu-tools Reference Manual</title>
>      <releaseinfo>
> -      for intel-gpu-tools &version;.
> +      for igt-gpu-tools &version;.
>      </releaseinfo>
>    </bookinfo>
>  
> diff --git a/docs/reference/intel-gpu-tools/igt_test_programs.xml b/docs/reference/igt-gpu-tools/igt_test_programs.xml
> similarity index 100%
> rename from docs/reference/intel-gpu-tools/igt_test_programs.xml
> rename to docs/reference/igt-gpu-tools/igt_test_programs.xml
> diff --git a/docs/reference/intel-gpu-tools/meson.build b/docs/reference/igt-gpu-tools/meson.build
> similarity index 95%
> rename from docs/reference/intel-gpu-tools/meson.build
> rename to docs/reference/igt-gpu-tools/meson.build
> index 1c009229..aadb9af5 100644
> --- a/docs/reference/intel-gpu-tools/meson.build
> +++ b/docs/reference/igt-gpu-tools/meson.build
> @@ -69,11 +69,11 @@ configure_file(input: 'version.xml.in',
>  	       output: 'version.xml',
>  	       install: false, configuration: config)
>  
> -gnome.gtkdoc('intel-gpu-tools',
> +gnome.gtkdoc('igt-gpu-tools',
>  	     content_files : ['igt_test_programs.xml'],
>  	     dependencies : lib_igt,
>  	     install : true,
> -	     main_xml : 'intel-gpu-tools-docs.xml',
> +	     main_xml : 'igt-gpu-tools-docs.xml',
>  	     scan_args : '--rebuild-sections',
>  	     mkdb_args : '--output-format=xml',
>  	     ignore_headers : ignore_headers,
> diff --git a/docs/reference/intel-gpu-tools/version.xml.in b/docs/reference/igt-gpu-tools/version.xml.in
> similarity index 100%
> rename from docs/reference/intel-gpu-tools/version.xml.in
> rename to docs/reference/igt-gpu-tools/version.xml.in
> diff --git a/docs/reference/meson.build b/docs/reference/meson.build
> index 944f28a5..85a8aa47 100644
> --- a/docs/reference/meson.build
> +++ b/docs/reference/meson.build
> @@ -1 +1 @@
> -subdir('intel-gpu-tools')
> +subdir('igt-gpu-tools')
> diff --git a/meson.build b/meson.build
> index 5b783e5d..cd736d8e 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -1,4 +1,4 @@
> -project('intel-gpu-tools', 'c',
> +project('igt-gpu-tools', 'c',
>  	version : '1.22',
>          default_options: [
>            'warning_level=2',
> @@ -125,10 +125,10 @@ configure_file(output: 'config.h', install: false, configuration: config)
>  
>  prefix = get_option('prefix')
>  bindir = get_option('bindir')
> -datadir = join_paths(get_option('datadir'), 'intel-gpu-tools')
> +datadir = join_paths(get_option('datadir'), 'igt-gpu-tools')
>  includedir = get_option('includedir')
>  libdir = get_option('libdir')
> -libexecdir = join_paths(get_option('libexecdir'), 'intel-gpu-tools')
> +libexecdir = join_paths(get_option('libexecdir'), 'igt-gpu-tools')
>  mandir = get_option('mandir')
>  pkgconfigdir = join_paths(libdir, 'pkgconfig')
>  
> 
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for igt: Drop Intel from the name in docs and paths
  2018-04-13 22:35 [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths Arkadiusz Hiler
  2018-04-13 22:53 ` Arkadiusz Hiler
  2018-04-16 15:16 ` Harry Wentland
@ 2018-05-15  8:55 ` Patchwork
  2018-05-15 10:45 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-05-15  8:55 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: igt: Drop Intel from the name in docs and paths
URL   : https://patchwork.freedesktop.org/series/41708/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4182 -> IGTPW_1358 =

== Summary - WARNING ==

  Minor unknown changes coming with IGTPW_1358 need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_1358, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/41708/revisions/1/mbox/

== Possible new issues ==

  Here are the unknown changes that may have been introduced in IGTPW_1358:

  === IGT changes ===

    ==== Warnings ====

    igt@gem_exec_gttfill@basic:
      fi-pnv-d510:        SKIP -> PASS

    
== Known issues ==

  Here are the changes found in IGTPW_1358 that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_busy@basic-flip-c:
      fi-glk-j4005:       PASS -> DMESG-WARN (fdo#106097) +2

    igt@kms_flip@basic-flip-vs-modeset:
      fi-skl-6700hq:      PASS -> DMESG-WARN (fdo#105998)

    igt@kms_frontbuffer_tracking@basic:
      fi-hsw-peppy:       PASS -> DMESG-FAIL (fdo#102614, fdo#106103)

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
      fi-snb-2520m:       PASS -> INCOMPLETE (fdo#103713)

    igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
      fi-bxt-dsi:         PASS -> INCOMPLETE (fdo#103927)
      fi-skl-6700k2:      PASS -> FAIL (fdo#104724, fdo#103191)

    
    ==== Possible fixes ====

    igt@kms_chamelium@dp-crc-fast:
      fi-kbl-7500u:       DMESG-FAIL (fdo#103841) -> PASS

    igt@kms_flip@basic-flip-vs-wf_vblank:
      fi-cfl-s3:          FAIL (fdo#103928, fdo#100368) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614
  fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#103841 https://bugs.freedesktop.org/show_bug.cgi?id=103841
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#103928 https://bugs.freedesktop.org/show_bug.cgi?id=103928
  fdo#104724 https://bugs.freedesktop.org/show_bug.cgi?id=104724
  fdo#105998 https://bugs.freedesktop.org/show_bug.cgi?id=105998
  fdo#106097 https://bugs.freedesktop.org/show_bug.cgi?id=106097
  fdo#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103


== Participating hosts (42 -> 41) ==

  Missing    (1): fi-hsw-4200u 


== Build changes ==

    * IGT: IGT_4479 -> IGTPW_1358
    * Piglit: piglit_4479 -> piglit_4480

  CI_DRM_4182: 74146e495c113f6cf8721bb55feec6b459199cd4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1358: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1358/
  IGT_4479: 89ae332745e31a075747a63ac5acc5baccf75769 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4479: 3ba0657bff4216d1ec7179935590261855f1651e @ git://anongit.freedesktop.org/piglit
  piglit_4480: 3ba0657bff4216d1ec7179935590261855f1651e @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1358/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths
  2018-04-13 22:35 [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths Arkadiusz Hiler
                   ` (2 preceding siblings ...)
  2018-05-15  8:55 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-05-15 10:45 ` Petri Latvala
  2018-05-15 11:07 ` [igt-dev] [PATCH v2] " Arkadiusz Hiler
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Petri Latvala @ 2018-05-15 10:45 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev, Daniel Vetter

On Sat, Apr 14, 2018 at 01:35:48AM +0300, Arkadiusz Hiler wrote:
> This is just a simple change to reflect the actual state. No rewording
> yet, just a simple substitution in most visible places - docs, README
> and paths.
> 
> There are probably some leftovers here and there, but we can let them be
> for now, this is already well overdue.

There's only a couple of leftovers though, some of them need to be
fixed now to not break docs.

.gitignore has intel-gpu-tools-*/ for the dist tarballs, should be
left as is and igt-gpu-tools-*/ added.

docs/reference/igt-gpu-tools/.gitignore contains old paths

lib/{drmtest.c,igt_kms.c,intel_batchbuffer.c,intel_mmio.c} have doc
links that break, e.g.

 * Note that this library's header pulls in the [i-g-t core](intel-gpu-tools-i-g-t-core.html)

You changed docs/reference/Makefile.am to use the correct
subdirectory, but otherwise autotools build is left dangling:
configure.ac refers to docs/reference/intel-gpu-tools in two places,
AC_INIT has intel-gpu-tools twice, benchmarks/Makefile.sources
installs benchmarks to $libexec/intel-gpu-tools/benchmarks.

meson.sh has
docs:
        ninja -C build intel-gpu-tools-doc

CONTRIBUTING has the old name in three places.

And that's it for the text 'intel-gpu-tools'.

With those changed, this is

Reviewed-by: Petri Latvala <petri.latvala@intel.com>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [igt-dev] [PATCH v2] igt: Drop Intel from the name in docs and paths
  2018-04-13 22:35 [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths Arkadiusz Hiler
                   ` (3 preceding siblings ...)
  2018-05-15 10:45 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
@ 2018-05-15 11:07 ` Arkadiusz Hiler
  2018-05-15 13:07 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Arkadiusz Hiler @ 2018-05-15 11:07 UTC (permalink / raw)
  To: igt-dev; +Cc: Daniel Vetter

This is just a simple change to reflect the actual state. No rewording
yet, just a simple substitution in most visible places - docs, README
and paths.

There are probably some leftovers here and there, but we can let them be
for now, this is already well overdue.

v2: fixed couple of obvious leftovers pointed out by Petri

Cc: Petri Latvala <petri.latvala@intel.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
---
 .gitignore                                         |  1 +
 CONTRIBUTING                                       |  6 ++---
 README                                             | 28 +++++++++++-----------
 benchmarks/Makefile.sources                        |  2 +-
 configure.ac                                       |  8 +++----
 docs/reference/Makefile.am                         |  2 +-
 docs/reference/igt-gpu-tools/.gitignore            | 27 +++++++++++++++++++++
 .../{intel-gpu-tools => igt-gpu-tools}/Makefile.am |  2 +-
 .../generate_description_xml.sh                    |  0
 .../generate_programs_xml.sh                       |  0
 .../igt-gpu-tools-docs.xml}                        |  4 ++--
 .../igt_test_programs.xml                          |  0
 .../{intel-gpu-tools => igt-gpu-tools}/meson.build |  4 ++--
 .../version.xml.in                                 |  0
 docs/reference/intel-gpu-tools/.gitignore          | 27 ---------------------
 docs/reference/meson.build                         |  2 +-
 lib/drmtest.c                                      |  4 ++--
 lib/igt_kms.c                                      |  2 +-
 lib/intel_batchbuffer.c                            |  2 +-
 lib/intel_mmio.c                                   |  2 +-
 meson.build                                        |  6 ++---
 meson.sh                                           |  2 +-
 22 files changed, 66 insertions(+), 65 deletions(-)
 create mode 100644 docs/reference/igt-gpu-tools/.gitignore
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/Makefile.am (99%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/generate_description_xml.sh (100%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/generate_programs_xml.sh (100%)
 rename docs/reference/{intel-gpu-tools/intel-gpu-tools-docs.xml => igt-gpu-tools/igt-gpu-tools-docs.xml} (96%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/igt_test_programs.xml (100%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/meson.build (95%)
 rename docs/reference/{intel-gpu-tools => igt-gpu-tools}/version.xml.in (100%)
 delete mode 100644 docs/reference/intel-gpu-tools/.gitignore

diff --git a/.gitignore b/.gitignore
index e6919272..5d85a2dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,6 +90,7 @@ gtk-doc.make
 gtk-doc.m4
 
 intel-gpu-tools-*/
+igt-gpu-tools-*/
 
 piglit
 results
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 8a118134..6d293fd8 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -1,4 +1,4 @@
-Patches to intel-gpu-tools are very much welcome, we really want this to be the
+Patches to igt-gpu-tools are very much welcome, we really want this to be the
 universal set of low-level tools and testcases for the Intel kernel gfx driver
 on Linux and similar platforms. So please bring on porting patches, bugfixes,
 improvements for documentation and new tools and testcases.
@@ -28,7 +28,7 @@ A short list of contribution guidelines:
 
   on its first invocation.
 
-- intel-gpu-tools is MIT licensed and we require contributions to follow the
+- igt-gpu-tools is MIT licensed and we require contributions to follow the
   developer's certificate of origin: http://developercertificate.org/
 
 - When submitting new testcases please follow the naming conventions documented
@@ -44,7 +44,7 @@ A short list of contribution guidelines:
 
 - When patches from new contributors (without commit access) are stuck, for
   anything related to the regular releases, issues with packaging and
-  integrating platform support or any other intel-gpu-tools issues, please
+  integrating platform support or any other igt-gpu-tools issues, please
   contact one of the maintainers (listed in the MAINTAINERS file) and cc the
   igt-dev mailing list.
 
diff --git a/README b/README
index 82c1cad5..c71ecedd 100644
--- a/README
+++ b/README
@@ -1,18 +1,18 @@
-Intel GPU Tools
-===============
+IGT GPU Tools
+=============
 
 Description
 -----------
 
-Intel GPU Tools is a collection of tools for development and testing of the
-Intel DRM driver. There are many macro-level test suites that get used against
-the driver, including xtest, rendercheck, piglit, and oglconform, but failures
-from those can be difficult to track down to kernel changes, and many require
+IGT GPU Tools is a collection of tools for development and testing of the DRM
+drivers. There are many macro-level test suites that get used against the
+drivers, including xtest, rendercheck, piglit, and oglconform, but failures from
+those can be difficult to track down to kernel changes, and many require
 complicated build procedures or specific testing environments to get useful
-results. Therefore, Intel GPU Tools includes low-level tools and tests
-specifically for development and testing of the Intel DRM Driver.
+results. Therefore, IGT GPU Tools includes low-level tools and tests
+specifically for development and testing of the DRM Drivers.
 
-Intel GPU Tools is split into several sections:
+IGT GPU Tools is split into several sections:
 
 benchmarks/
 	This is a collection of useful microbenchmarks that can be used to tune
@@ -63,7 +63,7 @@ tests/
 
 	Set the IGT_TEST_ROOT environment variable to point to the tests
 	directory, or set the path key in the "igt" section of piglit.conf to
-	the intel-gpu-tools root directory.
+	the igt-gpu-tools root directory.
 
 	The tests in the i-g-t sources need to have been built already. Then we
 	can run the testcases with (as usual as root, no other drm clients
@@ -112,7 +112,7 @@ debugger/
 	The debugger must be run as root: "sudo debugger/eudb"
 
 docs/
-	Contains the automatically generated intel-gpu-tools libraries
+	Contains the automatically generated igt-gpu-tools libraries
 	reference documentation in docs/reference/. You need to have the
 	gtk-doc tools installed and use the "--enable-gtk-doc" configure flag
 	to generate this API documentation.
@@ -123,8 +123,8 @@ docs/
 
 	If you've added/changed/removed a symbol or anything else that changes
 	the overall structure or indexes, this needs to be reflected in
-	intel-gpu-tools-sections.txt. Entirely new sections will also need to be
-	added to intel-gpu-tools-docs.xml in the appropriate place.
+	igt-gpu-tools-sections.txt. Entirely new sections will also need to be
+	added to igt-gpu-tools-docs.xml in the appropriate place.
 
 include/drm-uapi
 	Imported DRM uapi headers from airlied's drm-next branch.
@@ -186,7 +186,7 @@ should continue to be used for that.
 
 Documentation is built using
 
-$ cd build && ninja && ninja intel-gpu-tools-doc
+$ cd build && ninja && ninja igt-gpu-tools-doc
 
 Note that there's a setup script similar to ./autogen.sh which creates a
 compatibility Makefile with a few useful default targets:
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index d150035a..86928df5 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -1,4 +1,4 @@
-benchmarksdir=$(libexecdir)/intel-gpu-tools/benchmarks
+benchmarksdir=$(libexecdir)/igt-gpu-tools/benchmarks
 
 benchmarks_prog_list =			\
 	gem_blt				\
diff --git a/configure.ac b/configure.ac
index c5ee78bb..2f6bc70e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,10 +21,10 @@
 # Process this file with autoconf to produce a configure script
 
 AC_PREREQ([2.60])
-AC_INIT([intel-gpu-tools],
+AC_INIT([igt-gpu-tools],
 	[1.22],
 	[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI&component=IGT],
-	[intel-gpu-tools])
+	[igt-gpu-tools])
 
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
@@ -390,8 +390,8 @@ AC_CONFIG_FILES([
 		 benchmarks/wsim/Makefile
 		 docs/Makefile
 		 docs/reference/Makefile
-		 docs/reference/intel-gpu-tools/Makefile
-		 docs/reference/intel-gpu-tools/version.xml
+		 docs/reference/igt-gpu-tools/Makefile
+		 docs/reference/igt-gpu-tools/version.xml
 		 lib/Makefile
 		 lib/tests/Makefile
 		 man/Makefile
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 4f579b58..13a1954e 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -1 +1 @@
-SUBDIRS = intel-gpu-tools
+SUBDIRS = igt-gpu-tools
diff --git a/docs/reference/igt-gpu-tools/.gitignore b/docs/reference/igt-gpu-tools/.gitignore
new file mode 100644
index 00000000..9a788a26
--- /dev/null
+++ b/docs/reference/igt-gpu-tools/.gitignore
@@ -0,0 +1,27 @@
+/gtkdoc-check.log
+/gtkdoc-check.trs
+/html-build.stamp
+/html.stamp
+/html/
+/igt_test_programs_*.xml
+/igt-gpu-tools-decl-list.txt
+/igt-gpu-tools-decl.txt
+/igt-gpu-tools-overrides.txt
+/igt-gpu-tools-sections.txt
+/igt-gpu-tools-undeclared.txt
+/igt-gpu-tools-undocumented.txt
+/igt-gpu-tools-unused.txt
+/igt-gpu-tools.args
+/igt-gpu-tools.hierarchy
+/igt-gpu-tools.igt
+/igt-gpu-tools.prerequisites
+/igt-gpu-tools.signals
+/igt-gpu-tools.types
+/scan-build.stamp
+/setup-build.stamp
+/sgml-build.stamp
+/sgml.stamp
+/test-suite.log
+/version.xml
+/xml/
+
diff --git a/docs/reference/intel-gpu-tools/Makefile.am b/docs/reference/igt-gpu-tools/Makefile.am
similarity index 99%
rename from docs/reference/intel-gpu-tools/Makefile.am
rename to docs/reference/igt-gpu-tools/Makefile.am
index ee1e900f..11ada326 100644
--- a/docs/reference/intel-gpu-tools/Makefile.am
+++ b/docs/reference/igt-gpu-tools/Makefile.am
@@ -75,7 +75,7 @@ AUTOMAKE_OPTIONS = 1.6
 # of using the various options.
 
 # The name of the module, e.g. 'glib'.
-DOC_MODULE=intel-gpu-tools
+DOC_MODULE=igt-gpu-tools
 
 # Uncomment for versioned docs and specify the version of the module, e.g. '2'.
 #DOC_MODULE_VERSION=2
diff --git a/docs/reference/intel-gpu-tools/generate_description_xml.sh b/docs/reference/igt-gpu-tools/generate_description_xml.sh
similarity index 100%
rename from docs/reference/intel-gpu-tools/generate_description_xml.sh
rename to docs/reference/igt-gpu-tools/generate_description_xml.sh
diff --git a/docs/reference/intel-gpu-tools/generate_programs_xml.sh b/docs/reference/igt-gpu-tools/generate_programs_xml.sh
similarity index 100%
rename from docs/reference/intel-gpu-tools/generate_programs_xml.sh
rename to docs/reference/igt-gpu-tools/generate_programs_xml.sh
diff --git a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
similarity index 96%
rename from docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml
rename to docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
index 7d9efd77..ac83272f 100644
--- a/docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml
+++ b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
@@ -7,9 +7,9 @@
 ]>
 <book id="index">
   <bookinfo>
-    <title>intel-gpu-tools Reference Manual</title>
+    <title>igt-gpu-tools Reference Manual</title>
     <releaseinfo>
-      for intel-gpu-tools &version;.
+      for igt-gpu-tools &version;.
     </releaseinfo>
   </bookinfo>
 
diff --git a/docs/reference/intel-gpu-tools/igt_test_programs.xml b/docs/reference/igt-gpu-tools/igt_test_programs.xml
similarity index 100%
rename from docs/reference/intel-gpu-tools/igt_test_programs.xml
rename to docs/reference/igt-gpu-tools/igt_test_programs.xml
diff --git a/docs/reference/intel-gpu-tools/meson.build b/docs/reference/igt-gpu-tools/meson.build
similarity index 95%
rename from docs/reference/intel-gpu-tools/meson.build
rename to docs/reference/igt-gpu-tools/meson.build
index 1c009229..aadb9af5 100644
--- a/docs/reference/intel-gpu-tools/meson.build
+++ b/docs/reference/igt-gpu-tools/meson.build
@@ -69,11 +69,11 @@ configure_file(input: 'version.xml.in',
 	       output: 'version.xml',
 	       install: false, configuration: config)
 
-gnome.gtkdoc('intel-gpu-tools',
+gnome.gtkdoc('igt-gpu-tools',
 	     content_files : ['igt_test_programs.xml'],
 	     dependencies : lib_igt,
 	     install : true,
-	     main_xml : 'intel-gpu-tools-docs.xml',
+	     main_xml : 'igt-gpu-tools-docs.xml',
 	     scan_args : '--rebuild-sections',
 	     mkdb_args : '--output-format=xml',
 	     ignore_headers : ignore_headers,
diff --git a/docs/reference/intel-gpu-tools/version.xml.in b/docs/reference/igt-gpu-tools/version.xml.in
similarity index 100%
rename from docs/reference/intel-gpu-tools/version.xml.in
rename to docs/reference/igt-gpu-tools/version.xml.in
diff --git a/docs/reference/intel-gpu-tools/.gitignore b/docs/reference/intel-gpu-tools/.gitignore
deleted file mode 100644
index 00c1b023..00000000
--- a/docs/reference/intel-gpu-tools/.gitignore
+++ /dev/null
@@ -1,27 +0,0 @@
-/gtkdoc-check.log
-/gtkdoc-check.trs
-/html-build.stamp
-/html.stamp
-/html/
-/igt_test_programs_*.xml
-/intel-gpu-tools-decl-list.txt
-/intel-gpu-tools-decl.txt
-/intel-gpu-tools-overrides.txt
-/intel-gpu-tools-sections.txt
-/intel-gpu-tools-undeclared.txt
-/intel-gpu-tools-undocumented.txt
-/intel-gpu-tools-unused.txt
-/intel-gpu-tools.args
-/intel-gpu-tools.hierarchy
-/intel-gpu-tools.interfaces
-/intel-gpu-tools.prerequisites
-/intel-gpu-tools.signals
-/intel-gpu-tools.types
-/scan-build.stamp
-/setup-build.stamp
-/sgml-build.stamp
-/sgml.stamp
-/test-suite.log
-/version.xml
-/xml/
-
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 944f28a5..85a8aa47 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -1 +1 @@
-subdir('intel-gpu-tools')
+subdir('igt-gpu-tools')
diff --git a/lib/drmtest.c b/lib/drmtest.c
index fd11f5f5..fae6f86f 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -71,8 +71,8 @@
  *
  * But there's also a bit of other assorted stuff here.
  *
- * Note that this library's header pulls in the [i-g-t core](intel-gpu-tools-i-g-t-core.html)
- * and [batchbuffer](intel-gpu-tools-intel-batchbuffer.html) libraries as dependencies.
+ * Note that this library's header pulls in the [i-g-t core](igt-gpu-tools-i-g-t-core.html)
+ * and [batchbuffer](igt-gpu-tools-intel-batchbuffer.html) libraries as dependencies.
  */
 
 uint16_t __drm_device_id;
diff --git a/lib/igt_kms.c b/lib/igt_kms.c
index 35c77da7..0cee0c06 100644
--- a/lib/igt_kms.c
+++ b/lib/igt_kms.c
@@ -74,7 +74,7 @@
  * functions have all igt_ prefixes. This part is still very much work in
  * progress and so also lacks a bit documentation for the individual functions.
  *
- * Note that this library's header pulls in the [i-g-t framebuffer](intel-gpu-tools-i-g-t-framebuffer.html)
+ * Note that this library's header pulls in the [i-g-t framebuffer](igt-gpu-tools-i-g-t-framebuffer.html)
  * library as a dependency.
  */
 
diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index be73577b..a85c760c 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -61,7 +61,7 @@
  * structure called batch is in scope. The basic macros are #BEGIN_BATCH,
  * #OUT_BATCH, #OUT_RELOC and #ADVANCE_BATCH.
  *
- * Note that this library's header pulls in the [i-g-t core](intel-gpu-tools-i-g-t-core.html)
+ * Note that this library's header pulls in the [i-g-t core](igt-gpu-tools-i-g-t-core.html)
  * library as a dependency.
  */
 
diff --git a/lib/intel_mmio.c b/lib/intel_mmio.c
index 07b9ed14..a5458aeb 100644
--- a/lib/intel_mmio.c
+++ b/lib/intel_mmio.c
@@ -51,7 +51,7 @@
  * @short_description: Register access and sideband I/O library
  * @title: I/O
  * @include: igt.h
- * @section_id: intel-gpu-tools-IO
+ * @section_id: igt-gpu-tools-IO
  *
  * This library provides register I/O helpers in both a basic version and a more
  * fancy version which also handles forcewake and can optionally check registers
diff --git a/meson.build b/meson.build
index 5b783e5d..cd736d8e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('intel-gpu-tools', 'c',
+project('igt-gpu-tools', 'c',
 	version : '1.22',
         default_options: [
           'warning_level=2',
@@ -125,10 +125,10 @@ configure_file(output: 'config.h', install: false, configuration: config)
 
 prefix = get_option('prefix')
 bindir = get_option('bindir')
-datadir = join_paths(get_option('datadir'), 'intel-gpu-tools')
+datadir = join_paths(get_option('datadir'), 'igt-gpu-tools')
 includedir = get_option('includedir')
 libdir = get_option('libdir')
-libexecdir = join_paths(get_option('libexecdir'), 'intel-gpu-tools')
+libexecdir = join_paths(get_option('libexecdir'), 'igt-gpu-tools')
 mandir = get_option('mandir')
 pkgconfigdir = join_paths(libdir, 'pkgconfig')
 
diff --git a/meson.sh b/meson.sh
index a8684f03..f0db2a19 100755
--- a/meson.sh
+++ b/meson.sh
@@ -28,7 +28,7 @@ install uninstall:
 	echo "meson install support not yet completed" && false
 
 docs:
-	ninja -C build intel-gpu-tools-doc
+	ninja -C build igt-gpu-tools-doc
 
 EOF
 
-- 
2.14.3

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for igt: Drop Intel from the name in docs and paths
  2018-04-13 22:35 [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths Arkadiusz Hiler
                   ` (4 preceding siblings ...)
  2018-05-15 11:07 ` [igt-dev] [PATCH v2] " Arkadiusz Hiler
@ 2018-05-15 13:07 ` Patchwork
  2018-05-15 14:04 ` [igt-dev] ✓ Fi.CI.BAT: success for igt: Drop Intel from the name in docs and paths (rev2) Patchwork
  2018-05-15 23:10 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  7 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-05-15 13:07 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: igt: Drop Intel from the name in docs and paths
URL   : https://patchwork.freedesktop.org/series/41708/
State : success

== Summary ==

= CI Bug Log - changes from IGT_4479_full -> IGTPW_1358_full =

== Summary - WARNING ==

  Minor unknown changes coming with IGTPW_1358_full need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_1358_full, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/41708/revisions/1/mbox/

== Possible new issues ==

  Here are the unknown changes that may have been introduced in IGTPW_1358_full:

  === IGT changes ===

    ==== Warnings ====

    igt@gem_exec_schedule@deep-bsd1:
      shard-kbl:          PASS -> SKIP +1

    igt@gem_mocs_settings@mocs-rc6-dirty-render:
      shard-kbl:          SKIP -> PASS +3

    igt@pm_rc6_residency@rc6-accuracy:
      shard-snb:          SKIP -> PASS

    
== Known issues ==

  Here are the changes found in IGTPW_1358_full that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@gem_ctx_isolation@vcs0-s3:
      shard-kbl:          PASS -> INCOMPLETE (fdo#103665)

    igt@gem_eio@execbuf:
      shard-hsw:          PASS -> DMESG-WARN (fdo#106523) +4

    igt@gem_eio@in-flight-contexts-immediate:
      shard-glk:          NOTRUN -> DMESG-WARN (fdo#106523)

    igt@gem_eio@in-flight-immediate:
      shard-apl:          PASS -> DMESG-WARN (fdo#106523) +3

    igt@gem_eio@throttle:
      shard-snb:          PASS -> DMESG-WARN (fdo#106523) +4
      shard-kbl:          PASS -> DMESG-WARN (fdo#106523) +1
      shard-glk:          PASS -> DMESG-WARN (fdo#106523)

    igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
      shard-glk:          PASS -> FAIL (fdo#105363)

    igt@kms_flip@2x-plain-flip-ts-check-interruptible:
      shard-hsw:          PASS -> FAIL (fdo#100368)

    igt@kms_flip@flip-vs-modeset-vs-hang:
      shard-apl:          PASS -> INCOMPLETE (fdo#103927)

    igt@kms_flip@plain-flip-ts-check:
      shard-glk:          PASS -> FAIL (fdo#100368)

    igt@kms_flip_tiling@flip-x-tiled:
      shard-glk:          PASS -> FAIL (fdo#104724)

    igt@kms_flip_tiling@flip-y-tiled:
      shard-glk:          PASS -> FAIL (fdo#103822, fdo#104724)

    
    ==== Possible fixes ====

    igt@gem_eio@hibernate:
      shard-hsw:          DMESG-WARN (fdo#106523) -> PASS +4

    igt@gem_eio@in-flight-external:
      shard-glk:          DMESG-WARN (fdo#106523) -> PASS +2

    igt@gem_eio@suspend:
      shard-kbl:          DMESG-WARN (fdo#106523) -> PASS +4

    igt@gem_eio@unwedge-stress:
      shard-snb:          DMESG-WARN (fdo#106523) -> PASS +4
      shard-apl:          DMESG-WARN (fdo#106523) -> PASS +3

    igt@gem_ppgtt@blt-vs-render-ctxn:
      shard-kbl:          INCOMPLETE (fdo#103665, fdo#106023) -> PASS

    igt@kms_atomic_transition@1x-modeset-transitions-nonblocking:
      shard-glk:          FAIL (fdo#105703) -> PASS

    igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
      shard-glk:          FAIL (fdo#105454) -> PASS

    igt@kms_flip@plain-flip-fb-recreate-interruptible:
      shard-glk:          FAIL (fdo#100368) -> PASS +1

    igt@kms_flip_tiling@flip-to-x-tiled:
      shard-glk:          FAIL (fdo#104724) -> PASS

    igt@kms_flip_tiling@flip-to-y-tiled:
      shard-glk:          FAIL (fdo#103822, fdo#104724) -> PASS

    igt@kms_vblank@pipe-b-ts-continuation-suspend:
      shard-kbl:          INCOMPLETE (fdo#103665) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665
  fdo#103822 https://bugs.freedesktop.org/show_bug.cgi?id=103822
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#104724 https://bugs.freedesktop.org/show_bug.cgi?id=104724
  fdo#105363 https://bugs.freedesktop.org/show_bug.cgi?id=105363
  fdo#105454 https://bugs.freedesktop.org/show_bug.cgi?id=105454
  fdo#105703 https://bugs.freedesktop.org/show_bug.cgi?id=105703
  fdo#106023 https://bugs.freedesktop.org/show_bug.cgi?id=106023
  fdo#106523 https://bugs.freedesktop.org/show_bug.cgi?id=106523


== Participating hosts (5 -> 5) ==

  No changes in participating hosts


== Build changes ==

    * IGT: IGT_4479 -> IGTPW_1358
    * Linux: CI_DRM_4178 -> CI_DRM_4182
    * Piglit: piglit_4479 -> piglit_4480

  CI_DRM_4178: 8213a085ddd82871fab4bf94d1a3555fcdf9e6ac @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_4182: 74146e495c113f6cf8721bb55feec6b459199cd4 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1358: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1358/
  IGT_4479: 89ae332745e31a075747a63ac5acc5baccf75769 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4479: 3ba0657bff4216d1ec7179935590261855f1651e @ git://anongit.freedesktop.org/piglit
  piglit_4480: 3ba0657bff4216d1ec7179935590261855f1651e @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1358/shards.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for igt: Drop Intel from the name in docs and paths (rev2)
  2018-04-13 22:35 [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths Arkadiusz Hiler
                   ` (5 preceding siblings ...)
  2018-05-15 13:07 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
@ 2018-05-15 14:04 ` Patchwork
  2018-05-15 23:10 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  7 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-05-15 14:04 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: igt: Drop Intel from the name in docs and paths (rev2)
URL   : https://patchwork.freedesktop.org/series/41708/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4186 -> IGTPW_1367 =

== Summary - WARNING ==

  Minor unknown changes coming with IGTPW_1367 need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_1367, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/41708/revisions/2/mbox/

== Possible new issues ==

  Here are the unknown changes that may have been introduced in IGTPW_1367:

  === IGT changes ===

    ==== Warnings ====

    igt@gem_exec_gttfill@basic:
      fi-pnv-d510:        SKIP -> PASS

    
== Known issues ==

  Here are the changes found in IGTPW_1367 that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@debugfs_test@read_all_entries:
      fi-snb-2520m:       PASS -> INCOMPLETE (fdo#103713)

    igt@kms_frontbuffer_tracking@basic:
      fi-hsw-peppy:       PASS -> DMESG-FAIL (fdo#106103, fdo#102614)

    
  fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103


== Participating hosts (41 -> 37) ==

  Additional (1): fi-bxt-dsi 
  Missing    (5): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-skl-6700hq 


== Build changes ==

    * IGT: IGT_4481 -> IGTPW_1367
    * Piglit: piglit_4481 -> piglit_4482

  CI_DRM_4186: c03987223c762e4a61142f0a9be6027bb181cdfa @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1367: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1367/
  IGT_4481: 94df67655566f18f05e599bb53a4090b598057f2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4481: 3ba0657bff4216d1ec7179935590261855f1651e @ git://anongit.freedesktop.org/piglit
  piglit_4482: 3ba0657bff4216d1ec7179935590261855f1651e @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1367/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for igt: Drop Intel from the name in docs and paths (rev2)
  2018-04-13 22:35 [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths Arkadiusz Hiler
                   ` (6 preceding siblings ...)
  2018-05-15 14:04 ` [igt-dev] ✓ Fi.CI.BAT: success for igt: Drop Intel from the name in docs and paths (rev2) Patchwork
@ 2018-05-15 23:10 ` Patchwork
  7 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2018-05-15 23:10 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: igt: Drop Intel from the name in docs and paths (rev2)
URL   : https://patchwork.freedesktop.org/series/41708/
State : failure

== Summary ==

= CI Bug Log - changes from IGT_4481_full -> IGTPW_1367_full =

== Summary - FAILURE ==

  Serious unknown changes coming with IGTPW_1367_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_1367_full, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/41708/revisions/2/mbox/

== Possible new issues ==

  Here are the unknown changes that may have been introduced in IGTPW_1367_full:

  === IGT changes ===

    ==== Possible regressions ====

    igt@gem_workarounds@suspend-resume-fd:
      shard-glk:          PASS -> DMESG-WARN +2

    
    ==== Warnings ====

    igt@gem_mocs_settings@mocs-rc6-vebox:
      shard-kbl:          SKIP -> PASS +1

    
== Known issues ==

  Here are the changes found in IGTPW_1367_full that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@gem_eio@hibernate:
      shard-kbl:          PASS -> DMESG-WARN (fdo#106523) +1

    igt@gem_eio@suspend:
      shard-apl:          PASS -> DMESG-WARN (fdo#106523) +4

    igt@gem_exec_schedule@pi-ringfull-render:
      shard-apl:          NOTRUN -> FAIL (fdo#103158)

    igt@gem_softpin@noreloc-s3:
      shard-apl:          PASS -> INCOMPLETE (fdo#103927)

    igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
      shard-glk:          PASS -> FAIL (fdo#106509)

    igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
      shard-hsw:          PASS -> FAIL (fdo#103928)

    igt@kms_flip@wf_vblank-ts-check-interruptible:
      shard-glk:          PASS -> FAIL (fdo#100368)

    igt@kms_flip_tiling@flip-x-tiled:
      shard-glk:          PASS -> FAIL (fdo#104724, fdo#103822)

    igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend:
      shard-kbl:          PASS -> INCOMPLETE (fdo#103665)

    
    ==== Possible fixes ====

    igt@gem_eio@in-flight-1us:
      shard-snb:          DMESG-WARN (fdo#106523) -> PASS +6

    igt@gem_eio@in-flight-immediate:
      shard-apl:          DMESG-WARN (fdo#106523) -> PASS +5

    igt@gem_eio@in-flight-internal-immediate:
      shard-glk:          DMESG-WARN (fdo#106523) -> PASS +6

    igt@gem_eio@throttle:
      shard-kbl:          DMESG-WARN (fdo#106523) -> PASS +2
      shard-hsw:          DMESG-WARN (fdo#106523) -> PASS +6

    igt@kms_atomic_transition@1x-modeset-transitions-nonblocking:
      shard-glk:          FAIL (fdo#105703) -> PASS

    igt@kms_flip@plain-flip-fb-recreate-interruptible:
      shard-glk:          FAIL (fdo#100368) -> PASS +1

    igt@kms_flip_tiling@flip-to-y-tiled:
      shard-glk:          FAIL (fdo#104724, fdo#103822) -> PASS

    igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-blt:
      shard-apl:          INCOMPLETE (fdo#103927) -> PASS

    igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-blt:
      shard-glk:          FAIL (fdo#104724, fdo#103167) -> PASS

    igt@kms_plane_multiple@atomic-pipe-a-tiling-x:
      shard-snb:          FAIL (fdo#104724, fdo#103166) -> PASS

    igt@kms_setmode@basic:
      shard-hsw:          FAIL (fdo#99912) -> PASS

    igt@pm_rpm@system-suspend:
      shard-kbl:          INCOMPLETE (fdo#103665) -> PASS

    igt@testdisplay:
      shard-glk:          INCOMPLETE (fdo#103359, k.org#198133) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#103158 https://bugs.freedesktop.org/show_bug.cgi?id=103158
  fdo#103166 https://bugs.freedesktop.org/show_bug.cgi?id=103166
  fdo#103167 https://bugs.freedesktop.org/show_bug.cgi?id=103167
  fdo#103359 https://bugs.freedesktop.org/show_bug.cgi?id=103359
  fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665
  fdo#103822 https://bugs.freedesktop.org/show_bug.cgi?id=103822
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#103928 https://bugs.freedesktop.org/show_bug.cgi?id=103928
  fdo#104724 https://bugs.freedesktop.org/show_bug.cgi?id=104724
  fdo#105703 https://bugs.freedesktop.org/show_bug.cgi?id=105703
  fdo#106509 https://bugs.freedesktop.org/show_bug.cgi?id=106509
  fdo#106523 https://bugs.freedesktop.org/show_bug.cgi?id=106523
  fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912
  k.org#198133 https://bugzilla.kernel.org/show_bug.cgi?id=198133


== Participating hosts (5 -> 5) ==

  No changes in participating hosts


== Build changes ==

    * IGT: IGT_4481 -> IGTPW_1367
    * Linux: CI_DRM_4183 -> CI_DRM_4186
    * Piglit: piglit_4481 -> piglit_4482

  CI_DRM_4183: 9d97c6e3fd3ac8dd73f107ca85e2a12c746a2ccc @ git://anongit.freedesktop.org/gfx-ci/linux
  CI_DRM_4186: c03987223c762e4a61142f0a9be6027bb181cdfa @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_1367: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1367/
  IGT_4481: 94df67655566f18f05e599bb53a4090b598057f2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4481: 3ba0657bff4216d1ec7179935590261855f1651e @ git://anongit.freedesktop.org/piglit
  piglit_4482: 3ba0657bff4216d1ec7179935590261855f1651e @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1367/shards.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-15 23:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13 22:35 [igt-dev] [PATCH i-g-t] igt: Drop Intel from the name in docs and paths Arkadiusz Hiler
2018-04-13 22:53 ` Arkadiusz Hiler
2018-04-16 15:16 ` Harry Wentland
2018-05-15  8:55 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-05-15 10:45 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
2018-05-15 11:07 ` [igt-dev] [PATCH v2] " Arkadiusz Hiler
2018-05-15 13:07 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
2018-05-15 14:04 ` [igt-dev] ✓ Fi.CI.BAT: success for igt: Drop Intel from the name in docs and paths (rev2) Patchwork
2018-05-15 23:10 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.