Re: [PATCH xorg-docs 1/4] Update docs for gitlab migration

2018-11-21 Thread Alan Coopersmith

On 11/19/18 07:05 AM, Adam Jackson wrote:

On Sat, 2018-11-17 at 14:46 -0800, Alan Coopersmith wrote:


  in future releases.   More details on patch submission and review
  process are available on the
-http://www.x.org/wiki/Development/Documentation/SubmittingPatches;>
+https://www.x.org/wiki/Development/Documentation/SubmittingPatches;>


I've updated this wiki page to talk about gitlab first, and moved the
email-based workflow to the end.


Thanks!  (And thanks for the reviews of this series.)

--
-Alan Coopersmith-   alan.coopersm...@oracle.com
 Oracle Solaris Engineering - https://blogs.oracle.com/alanc
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH xorg-docs 1/4] Update docs for gitlab migration

2018-11-19 Thread Adam Jackson
On Sat, 2018-11-17 at 14:46 -0800, Alan Coopersmith wrote:

> diff --git a/general/README.xml b/general/README.xml
> index 7446fa0..b7fe484 100644
> --- a/general/README.xml
> +++ b/general/README.xml
> @@ -243,13 +243,12 @@ page.
>  
>  
>  If you have any new work or enhancements/bug fixes for existing work,
> -please send them as git format patches to
> -xorg-de...@lists.freedesktop.org or to our
> -https://bugs.freedesktop.org/;>bug tracking system
> -using the xorg component.  This will help ensure that they are included
> +please submit them via
> +https://gitlab.freedesktop.org/xorg;>the gitlab.freedesktop.org 
> code management system.
> +This will help ensure that they are included
>  in future releases.   More details on patch submission and review
>  process are available on the
> - url="http://www.x.org/wiki/Development/Documentation/SubmittingPatches;>
> + url="https://www.x.org/wiki/Development/Documentation/SubmittingPatches;>

I've updated this wiki page to talk about gitlab first, and moved the
email-based workflow to the end.

Series is:

Reviewed-by: Adam Jackson 

- ajax

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

[PATCH xorg-docs 1/4] Update docs for gitlab migration

2018-11-17 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith 
---
 general/README.xml| 15 +++
 general/ReleaseNotes.xml  | 14 ++
 general/platforms/Solaris.xml |  3 +--
 man/XOrgFoundation.man|  4 ++--
 registry  |  2 +-
 5 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/general/README.xml b/general/README.xml
index 7446fa0..b7fe484 100644
--- a/general/README.xml
+++ b/general/README.xml
@@ -243,13 +243,12 @@ page.
 
 
 If you have any new work or enhancements/bug fixes for existing work,
-please send them as git format patches to
-xorg-de...@lists.freedesktop.org or to our
-https://bugs.freedesktop.org/;>bug tracking system
-using the xorg component.  This will help ensure that they are included
+please submit them via
+https://gitlab.freedesktop.org/xorg;>the gitlab.freedesktop.org 
code management system.
+This will help ensure that they are included
 in future releases.   More details on patch submission and review
 process are available on the
-http://www.x.org/wiki/Development/Documentation/SubmittingPatches;>
+https://www.x.org/wiki/Development/Documentation/SubmittingPatches;>
 SubmittingPatches page of the X.Org wiki.
 
 
@@ -309,7 +308,7 @@ build system and modular code base.
 The X source code for this and all releases/snapshots as well as
 development versions can also be accessed via the Freedesktop.org git
 repository.  It's also possible to browse the http://cgit.freedesktop.org/xorg/;
+url="https://gitlab.freedesktop.org/xorg/;
 >freedesktop git repository.
 
@@ -327,8 +326,8 @@ To check out the latest development version, don't specify 
any tag.
 
 
 Bugs should be reported to freedesktop.org's https://bugs.freedesktop.org/;>bug tracking system
-using the xorg component.  Before
+url="https://gitlab.freedesktop.org/xorg/;>code management system.
+Before
 reporting bugs, please check the server log file, which can be found at
 /var/log/Xorg.0.log on most platforms.  If you can't
 resolve the problem yourself, send the entire log file with your bug report but
diff --git a/general/ReleaseNotes.xml b/general/ReleaseNotes.xml
index 0b0c913..0aa9ee1 100644
--- a/general/ReleaseNotes.xml
+++ b/general/ReleaseNotes.xml
@@ -86,11 +86,9 @@
 
 
 
-  We encourage you to report bugs using
-  freedesktop.org's https://bugs.freedesktop.org/;>
-   bug tracking system using the xorg product, and to
-  submit bug fixes and enhancements to
-  xorg-devel@lists.x.org.
+  We encourage you to report bugs, and to
+  submit bug fixes and enhancements via
+https://gitlab.freedesktop.org/xorg;>the gitlab.freedesktop.org 
code management system.
   More details on patch submission and review process are available on the
   http://www.x.org/wiki/Development/Documentation/SubmittingPatches;>
@@ -1030,8 +1028,8 @@ 
url="http://who-t.blogspot.com/2012/01/xkb-breaking-grabs-cve-2012-0064.html;
 turn these selected warnings into errors by adding
 --disable-selective-werror to the configure command
 for the affected module.   If that is necessary for any X.Org modules,
-please report a bug in the xorg product on
-https://bugs.freedesktop.org/; />.
+please report a bug in the project for that module on
+https://gitlab.freedesktop.org/xorg; />.
   
 
   
@@ -1346,7 +1344,7 @@ 
url="http://who-t.blogspot.com/2012/01/xkb-breaking-grabs-cve-2012-0064.html;
   This section lists the credits for the X11R release.
   For a more detailed breakdown, refer to the ChangeLog file in
   the source tree for each module, the history in http://cgit.freedesktop.org/xorg/;>the xorg product in
+   url="https://gitlab.freedesktop.org/xorg;>the xorg projects in
freedesktop.org's git repositories or the
   'git log' information for individual source files.
 
diff --git a/general/platforms/Solaris.xml b/general/platforms/Solaris.xml
index dfd2106..953e733 100644
--- a/general/platforms/Solaris.xml
+++ b/general/platforms/Solaris.xml
@@ -165,8 +165,7 @@ Xqueue is NOT supported 
under Solaris.
 
 
 Bug reports should be reported at
-http://bugs.freedesktop.org/;> using the
-xorg product or sent to x...@lists.freedesktop.org.
+https://gitlab.freedesktop.org/xorg; />.
 
 
 
diff --git a/man/XOrgFoundation.man b/man/XOrgFoundation.man
index 0ed0779..13d7da7 100644
--- a/man/XOrgFoundation.man
+++ b/man/XOrgFoundation.man
@@ -52,6 +52,6 @@ The X.Org Foundation's web site is http://www.x.org/
 .PP
 The X.Org Foundation's public ftp site is ftp://ftp.x.org/
 .PP
-Information about the X.Org Foundation git repository is on the
-X.Org web site at http://www.x.org/wiki/Development/git
+The X.Org Foundation's public source repositories are at
+https://gitlab.freedesktop.org/xorg
 .fi
diff --git a/registry b/registry
index 4c332ed..81c28f9 100644
--- a/registry
+++ b/registry
@@ -21,7 +21,7 @@ Please allow up to 4 weeks for a formal response to 
registration and