{{Header}}
{{title|title=
Torrent Downloads
}}
{{#seo:
|description=Work in progress.
}}
[[File:Bittorrent.svg|100px|thumb]]
{{intro|
Work in progress.
'''[[Unsupported]]!'''
}}
= Download Links =
At any image download link, simply append .torrent
.
ISO example:
* direct download: https://download.{{project_clearnet}}/iso/{{VersionNew}}/{{project_name_short}}-Xfce-{{VersionNew}}.Intel_AMD64.iso
* torrent: https://download.{{project_clearnet}}/iso/{{VersionNew}}/{{project_name_short}}-Xfce-{{VersionNew}}.Intel_AMD64.iso.torrent
* torrent OpenPGP signature: https://download.{{project_clearnet}}/iso/{{VersionNew}}/{{project_name_short}}-Xfce-{{VersionNew}}.Intel_AMD64.iso.torrent.asc
* torrent signify signature: https://download.{{project_clearnet}}/iso/{{VersionNew}}/{{project_name_short}}-Xfce-{{VersionNew}}.Intel_AMD64.iso.torrent.sig
VirtualBox .ova
:
* direct download: https://download.{{project_clearnet}}/ova/{{VersionNew}}/{{project_name_short}}-Xfce-{{VersionNew}}.Intel_AMD64.ova
* torrent: https://download.{{project_clearnet}}/ova/{{VersionNew}}/{{project_name_short}}-Xfce-{{VersionNew}}.Intel_AMD64.ova.torrent
* torrent OpenPGP signature: https://download.{{project_clearnet}}/ova/{{VersionNew}}/{{project_name_short}}-Xfce-{{VersionNew}}.Intel_AMD64.ova.torrent.asc
* torrent signify signature: https://download.{{project_clearnet}}/ova/{{VersionNew}}/{{project_name_short}}-Xfce-{{VersionNew}}.Intel_AMD64.ova.torrent.sig
KVM .libvirt
:
* direct download: https://download.{{project_clearnet}}/libvirt/{{Version_KVM}}/{{project_name_short}}-Xfce-{{Version_KVM}}.Intel_AMD64.qcow2.libvirt.xz
* torrent: https://download.{{project_clearnet}}/libvirt/{{Version_KVM}}/{{project_name_short}}-Xfce-{{Version_KVM}}.Intel_AMD64.qcow2.libvirt.xz.torrent
* torrent OpenPGP signature: https://download.{{project_clearnet}}/libvirt/{{Version_KVM}}/{{project_name_short}}-Xfce-{{Version_KVM}}.Intel_AMD64.qcow2.libvirt.xz.torrent.asc
* torrent signify signature: https://download.{{project_clearnet}}/libvirt/{{Version_KVM}}/{{project_name_short}}-Xfce-{{Version_KVM}}.Intel_AMD64.qcow2.libvirt.xz.torrent.sig
= Debugging =
{{Install_Package|package=
transmission-cli
}}
Use transmission-show
to look at the ISO metadata.
{{CodeSelect|code=
transmission-show {{project_name_short}}-Xfce-{{VersionNew}}.iso.torrent
}}
Expected output:
{{PreBox|
Name: {{project_name_short}}-Xfce-{{VersionNew}}.iso
File: {{project_name_short}}-Xfce-{{VersionNew}}.iso.torrent
GENERAL
Name: {{project_name_short}}-Xfce-{{VersionNew}}.iso
Hash: 379963818d37848464123b379ac5e11038a2899e
Created by: mktorrent 1.1
Created on: Thu Dec 28 01:55:45 2023
Piece Count: 3967
Piece Size: 256.0 KiB
Total Size: 1.04 GB
Privacy: Public torrent
TRACKERS
Tier #1
http://fosstorrents.com:6969/announce
udp://fosstorrents.com:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.torrent.eu.org:451
WEBSEEDS
https://download.{{project_clearnet}}/iso/{{VersionNew}}/{{project_name_short}}-Xfce-{{VersionNew}}.iso
FILES
{{project_name_short}}-Xfce-{{VersionNew}}.iso (1.04 GB)
}}
Checks:
* Check if the link under WEBSEEDS
is functional.
* Check if TRACKERS
are up-to-date and functional.
= Development =
Script that creates the .torrent
files:
* https://github.com/{{project_name_short}}/developer-meta-files/blob/master/usr/bin/dm-prepare-release
{{Footer}}
[[Category:MultiWiki]]