Module: Mesa Branch: main Commit: f9ebbcd8b67113eba795f1cc8a67a26bf9668ffa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9ebbcd8b67113eba795f1cc8a67a26bf9668ffa
Author: David Heidelberg <[email protected]> Date: Tue Aug 1 23:39:37 2023 +0300 docs/ci: update to systemd and used version of the trace for testing Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24445> --- docs/ci/bare-metal.rst | 6 +++--- 1 file 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``
