From f9ebbcd8b67113eba795f1cc8a67a26bf9668ffa Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Tue, 1 Aug 2023 23:39:37 +0300 Subject: [PATCH] docs/ci: update to systemd and used version of the trace for testing Signed-off-by: David Heidelberg Part-of: --- 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``