move torrent section to releng and update eol sop

Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
Samyak Jain 2023-05-22 12:04:02 +05:30
parent 37b1cdb4b4
commit e2d74344a0
4 changed files with 6 additions and 150 deletions

View file

@ -11,3 +11,4 @@
** xref:final_RC_compose.adoc[Final RC compose]
** xref:final_release.adoc[Final release]
** xref:release_eol.adoc[End Of Life]
** xref:torrentrelease.adoc[Torrent releases]

View file

@ -1,17 +1,34 @@
= Torrent Releases Infrastructure SOP
http://torrent.fedoraproject.org/ is our master torrent server for
Fedora distribution. It runs out of ibiblio.
== Contact Information
Owner::
Fedora Infrastructure Team
Contact::
#fedora-admin, sysadmin-torrent group
Location::
ibiblio
Servers::
torrent.fedoraproject.org
Purpose::
Provides the torrent master server for Fedora distribution
== Torrent Release
When you want to add a new torrent to the tracker at
http://torrent.fedoraproject.org you need to take the following
steps to have it listed correctly:
[arabic]
. login to _torrent02.fedoraproject.org_. If you are unable to do so please
contact the fedora infrastructure group about access. This procedure
requires membership in the torrentadmin group.
. Change the group ID to torrentadmin
+
+
....
newgrp torrentadmin
@ -75,12 +92,6 @@ wget https://pagure.io/releng/raw/master/f/scripts/fedora-torrent-ini.py
chmod 755 ~/fedora-torrent-ini.py
....
. Run the following command from `/srv/torrent/new/fedora/`
____
[NOTE]
====
Release is empty for Final release
====
____
+
....
~/fedora-torrent-ini.py <Version>_<Release> <Current_Date> > <Version>_<Release>.ini
@ -96,12 +107,6 @@ cp *torrent /srv/web/torrents/
cp -rl * /srv/torrent/btholding/
....
. Copy the .ini file created in step 12 to `/srv/torrent/torrent-generator/`
____
[NOTE]
====
Release is empty for Final release
====
____
+
....
sudo cp <Version>_<Release>.ini /srv/torrent/torrent-generator/
@ -118,6 +123,11 @@ rtorrent *.torrent
control-b d (disconnect from tmux)
....
[NOTE]
====
Release is empty for Final release
====
[NOTE]
====
For final release, remove all the alpha and beta directories and torrent
@ -134,4 +144,4 @@ corresponding to the release in `/srv/torrent/btholding/` directory.
====
If `Failure reason "Requested download is not authorized for use with this tracker."`
issue is thrown by rtorrent, then restart the opentracker-ipv4 and opentracker-ipv6 services
====
====