summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2023-08-01 23:39:37 +0300
committerMarge Bot <emma+marge@anholt.net>2023-08-03 17:36:59 +0000
commitf9ebbcd8b67113eba795f1cc8a67a26bf9668ffa (patch)
tree491af42d34029182cf24f37cf23fe7f6924beec8 /docs
parente389234a5e1c52ccaa74568cf50e98027f278d8f (diff)
docs/ci: update to systemd and used version of the trace for testing
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24445>
Diffstat (limited to 'docs')
-rw-r--r--docs/ci/bare-metal.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ci/bare-metal.rst b/docs/ci/bare-metal.rst
index 28ff51f59af..c3391fa7d90 100644
--- a/docs/ci/bare-metal.rst
+++ b/docs/ci/bare-metal.rst
@@ -216,12 +216,12 @@ Enable the site and restart nginx:
.. code-block:: console
sudo ln -s /etc/nginx/sites-available/fdo-cache /etc/nginx/sites-enabled/fdo-cache
- sudo service nginx restart
+ sudo systemctl restart nginx
# First download will hit the internet
- wget http://localhost/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/itoral-gl-terrain-demo/demo.trace
+ wget http://localhost/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/itoral-gl-terrain-demo/demo-v2.trace
# Second download should be cached.
- wget http://localhost/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/itoral-gl-terrain-demo/demo.trace
+ wget http://localhost/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public/itoral-gl-terrain-demo/demo-v2.trace
Now, set ``download-url`` in your ``traces-*.yml`` entry to something like
``http://caching-proxy/cache/?uri=https://s3.freedesktop.org/mesa-tracie-public``