From: Eric Engestrom Date: Fri, 21 Sep 2018 13:39:53 +0000 (+0100) Subject: docs: update repo URLs after GitLab move X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae2694efe06807a24ada97bcdd55da91f51d3c59;p=mesa.git docs: update repo URLs after GitLab move I also updated the developer instructions; presumably someone who's been given commit rights already knows how to clone a repository :) A more useful thing is to show how to update the pushurl, and how to use access tokens to push over HTTPS (especially for us at Intel, where non-http traffic is a pain). Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov Reviewed-by: Dylan Baker --- diff --git a/docs/download.html b/docs/download.html index 6b2b60cd606..86b4d5063c5 100644 --- a/docs/download.html +++ b/docs/download.html @@ -102,9 +102,9 @@ In the past, GLUT, GLU and the Mesa demos were released in conjunction with Mesa releases. But since GLUT, GLU and the demos change infrequently, they were split off into their own git repositories: -GLUT, -GLU and -Demos, +GLUT, +GLU and +Demos,

diff --git a/docs/helpwanted.html b/docs/helpwanted.html index 9b7b5e00046..f9583e6761a 100644 --- a/docs/helpwanted.html +++ b/docs/helpwanted.html @@ -47,7 +47,7 @@ You can find some further To-do lists here: Common To-Do lists:

diff --git a/docs/repository.html b/docs/repository.html index 802c9a235cb..fa891273e21 100644 --- a/docs/repository.html +++ b/docs/repository.html @@ -35,9 +35,9 @@ You may access the repository either as an

You may also -browse the main Mesa git repository and the -Mesa demos and tests git repository.

@@ -52,7 +52,7 @@ To get the Mesa sources anonymously (read-only):
  • Install the git software on your computer if needed.

  • Get an initial, local copy of the repository with:
    -    git clone git://anongit.freedesktop.org/git/mesa/mesa
    +    git clone https://gitlab.freedesktop.org/mesa/mesa.git
         
  • Later, you can update your tree from the master repository with:
    @@ -60,7 +60,7 @@ To get the Mesa sources anonymously (read-only):
         
  • If you also want the Mesa demos/tests repository:
    -    git clone git://anongit.freedesktop.org/git/mesa/demos
    +    git clone https://gitlab.freedesktop.org/mesa/demos.git
         
    @@ -98,24 +98,17 @@ on a particular driver, add a new extension, etc.) in the bugzilla record.

    -Once your account is established: -

    +Once your account is established, you can update your push url to use SSH: +
    +git remote set-url --push origin git@gitlab.freedesktop.org:mesa/mesa.git
    +
    -
      -
    1. Get an initial, local copy of the repository with: -
      -    git clone git+ssh://username@git.freedesktop.org/git/mesa/mesa
      -    
      - Replace username with your actual login name.

      -
    2. Later, you can update your tree from the master repository with: -
      -    git pull origin
      -    
      -
    3. If you also want the Mesa demos/tests repository: -
      -    git clone git+ssh://username@git.freedesktop.org/git/mesa/demos
      -    
      -
    +You can also use personal access tokens +to push over HTTPS instead (useful for people behind strict proxies). +In this case, create a token, and put it in the url as shown here: +
    +git remote set-url --push origin https://USER:TOKEN@gitlab.freedesktop.org/mesa/mesa.git
    +

    Windows Users

    diff --git a/docs/shading.html b/docs/shading.html index a0bbe997c1b..9e3c7218e31 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -85,7 +85,7 @@ should match the filenames of the corresponding dumped shaders.

    Setting MESA_SHADER_CAPTURE_PATH to a directory will cause the compiler to write .shader_test files for use with -shader-db, a tool +shader-db, a tool which compiler developers can use to gather statistics about shaders (instructions, cycles, memory accesses, and so on).

    diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index 660dcb2ef0e..10a0810ad22 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -31,7 +31,7 @@ the doxygen directory and run make.

    For an example of Doxygen usage in Mesa, see a recent source file -such as bufferobj.c. +such as bufferobj.c.

    diff --git a/docs/utilities.html b/docs/utilities.html index 222e7343897..5d7cb17f9dc 100644 --- a/docs/utilities.html +++ b/docs/utilities.html @@ -17,7 +17,7 @@

    Development Utilities

    -
    Mesa demos collection
    +
    Mesa demos collection
    includes several utility routines in the src/util/ directory.
    diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html index dce4fc27598..4e0932e781f 100644 --- a/docs/vmware-guest.html +++ b/docs/vmware-guest.html @@ -143,7 +143,7 @@ Begin by saving your current directory location:
    • Mesa/Gallium master branch. This code is used to build libGL, and the direct rendering svga driver for libGL, vmwgfx_dri.so, and the X acceleration library libxatracker.so.x.x.x.
      -  git clone git://anongit.freedesktop.org/git/mesa/mesa
      +  git clone https://gitlab.freedesktop.org/mesa/mesa.git
         
    • VMware Linux guest kernel module. Note that this repo contains the complete DRM and TTM code. The vmware-specific driver is really only the files prefixed with vmwgfx.
      @@ -153,7 +153,7 @@ Begin by saving your current directory location:
       Most distros ship with this but it's safest to install a newer version.
       To get the latest code from git:
         
      -  git clone git://anongit.freedesktop.org/git/mesa/drm
      +  git clone https://gitlab.freedesktop.org/mesa/drm.git
         
    • xf86-video-vmware. The chainloading driver, vmware_drv.so, the legacy driver vmwlegacy_drv.so, and the vmwgfx driver vmwgfx_drv.so.