docs: debian -> Debian
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 28 Sep 2020 10:22:11 +0000 (12:22 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 29 Sep 2020 09:00:36 +0000 (09:00 +0000)
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6894>

docs/ci/docker.rst
docs/ci/index.rst

index 29bc171..7f6dd10 100644 (file)
@@ -49,7 +49,7 @@ on Mesa developers working on other drivers.
 * DUTs must be able to run docker
 
 The Mesa gitlab-runner based test architecture is built around docker,
-so that we can cache the debian package installation and CTS build
+so that we can cache the Debian package installation and CTS build
 step across multiple test runs.  Since the images are large and change
 approximately weekly, the DUTs also need to be running some script to
 prune stale docker images periodically in order to not run out of disk
index ee3f456..fa51e25 100644 (file)
@@ -133,7 +133,7 @@ Mesa's CI is currently run primarily on packet.net's m1xlarge nodes
 (2.2Ghz Sandybridge), with each job getting 8 cores allocated.  You
 can speed up your personal CI builds (and marge-bot merges) by using a
 faster personal machine as a runner.  You can find the gitlab-runner
-package in debian, or use GitLab's own builds.
+package in Debian, or use GitLab's own builds.
 
 To do so, follow `GitLab's instructions
 <https://docs.gitlab.com/ce/ci/runners/#create-a-specific-runner>`__ to