docs: spell out freedesktop.org

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9947>
This commit is contained in:
Erik Faye-Lund 2021-02-03 14:22:06 +01:00 committed by Marge Bot
parent 86196fa3c0
commit a6e62c83ec
2 changed files with 6 additions and 5 deletions

View File

@ -71,8 +71,8 @@ call "servo"::
Setup
-----
Each board will be registered in fd.o GitLab. You'll want something
like this to register a fastboot board:
Each board will be registered in freedesktop.org GitLab. You'll want
something like this to register a fastboot board:
.. code-block:: console
@ -91,8 +91,8 @@ like this to register a fastboot board:
For a servo board, you'll need to also volume mount the board's NFS
root dir at /nfs and TFTP kernel directory at /tftp.
The registration token has to come from a fd.o GitLab admin going to
https://gitlab.freedesktop.org/admin/runners
The registration token has to come from a freedesktop.org GitLab admin
going to https://gitlab.freedesktop.org/admin/runners
The name scheme for Google's lab is google-freedreno-boardname-n, and
our tag is something like google-freedreno-db410c. The tag is what

View File

@ -150,7 +150,8 @@ Developer Git Tips
git add <files to commit>
git commit
to get your changes ready to push back into the fd.o repository.
to get your changes ready to push back into the freedesktop.org
repository.
It is possible (and likely) that someone has changed master since you
did your last pull. Even if your changes do not conflict with their