diff options
author | Eric Engestrom <[email protected]> | 2018-09-21 14:39:53 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-09-22 17:23:18 +0100 |
commit | ae2694efe06807a24ada97bcdd55da91f51d3c59 (patch) | |
tree | f3222d26cf793d816119dd088b822f2afb92e66c /docs/vmware-guest.html | |
parent | c95dd966c4362ef75bab1664726533c017a9b331 (diff) |
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 <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs/vmware-guest.html')
-rw-r--r-- | docs/vmware-guest.html | 4 |
1 files changed, 2 insertions, 2 deletions
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: <ul> <li>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. <pre> - git clone git://anongit.freedesktop.org/git/mesa/mesa + git clone https://gitlab.freedesktop.org/mesa/mesa.git </pre> <li>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. <pre> @@ -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: <pre> - git clone git://anongit.freedesktop.org/git/mesa/drm + git clone https://gitlab.freedesktop.org/mesa/drm.git </pre> <li>xf86-video-vmware. The chainloading driver, vmware_drv.so, the legacy driver vmwlegacy_drv.so, and the vmwgfx driver vmwgfx_drv.so. <pre> |