From 1ca396f06bbdc549fee500c33922f4b0cfedf96b Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Oct 02 2025 12:11:20 +0000 Subject: This is part of releng repo refactoring -> fedora_torrent_ini.py --- diff --git a/modules/release_guide/pages/sop_torrent_releases.adoc b/modules/release_guide/pages/sop_torrent_releases.adoc index 63d32f7..ea1bfb8 100644 --- a/modules/release_guide/pages/sop_torrent_releases.adoc +++ b/modules/release_guide/pages/sop_torrent_releases.adoc @@ -86,18 +86,18 @@ generally 14:00 UTC on Tuesday. ==== ____ -. Grab `fedora-torrent-init.py` from releng scripts and change it to +. Grab `fedora_torrent_ini.py` from releng scripts under `scripts_new/release_process_torrents/` and change it to executable + .... cd ~ -wget https://pagure.io/releng/raw/main/f/scripts/fedora-torrent-ini.py -chmod 755 ~/fedora-torrent-ini.py +wget https://pagure.io/releng/raw/main/f/scripts_new/release-process/torrents/fedora_torrent_ini.py +chmod 755 ~/fedora_torrent_ini.py .... . Run the following command from `/srv/torrent/new/fedora/` + .... -~/fedora-torrent-ini.py _ > _.ini +~/fedora_torrent_ini.py _ > _.ini .... . Copy all the torrents to `/srv/web/torrents/` +