From ae2694efe06807a24ada97bcdd55da91f51d3c59 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 21 Sep 2018 14:39:53 +0100 Subject: 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 --- docs/vmware-guest.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/vmware-guest.html') 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.
    -- 
    cgit v1.2.3