From 8b84b4b95992f251ba82dc647c3c41e6c6e36a0a Mon Sep 17 00:00:00 2001 From: Gregory Lee Bartholomew Date: Oct 30 2025 14:42:32 +0000 Subject: Document the steps to update the new fp.o/torrents webpage --- diff --git a/modules/release_guide/pages/sop_torrent_releases.adoc b/modules/release_guide/pages/sop_torrent_releases.adoc index ea1bfb8..8939361 100644 --- a/modules/release_guide/pages/sop_torrent_releases.adoc +++ b/modules/release_guide/pages/sop_torrent_releases.adoc @@ -114,6 +114,16 @@ cp -rl * /srv/torrent/btholding/ .... sudo cp _.ini /srv/torrent/torrent-generator/ .... +. Run the `torrent-generator` script to convert the `.ini` file to a `torrents.json` file ++ +.... +/srv/torrent/torrent-generator/torrent-generator +.... +. If you are updating the torrents outside of a normal release cycle (i.e., *not* 12 hours before a release), manually trigger a rebuild of the website ++ +.... +oc start-build -n websites bc/websites-build +.... . Restart rtorrent and opentracker services + ....