# metadata requisites: 'mktorrent', 'rhash' # if these are not installed, then no .torrent, magnet, or checksum files will be created # to enable .torrent file generation, copy this file to ./TORRENT_METADATA # all of the constant values in this sample file are specific to parabola official releases # for custom ISOs, all of these values should be changed in ./TORRENT_METADATA # if a torrent file is not desired, then this file can be ignored # TORRENT_ANNOUNCE_URL (string) # will be embedded into the .torrent file # if this is not defined, then no .torrent file will be created readonly TORRENT_ANNOUNCE_URL="http://torrent.resonatingmedia.com:6969/announce" # distrowatch # TORRENT_WEBSEED_URLS (newline-separated list of strings) # will be embedded into the .torrent file readonly TORRENT_WEBSEED_URLS=" https://mirrors.dotsrc.org/parabola/iso https://mirror.cyberbits.eu/parabola/iso https://mirror.grapentin.org/parabola/iso https://parabola.isacdaavid.info/iso https://jeweet.net/repo/parabola/iso https://mirror.csclub.uwaterloo.ca/parabola/iso https://mirror.yandex.ru/mirrors/parabola/iso https://ftpmirror1.infania.net/parabola/iso https://mirror.linux.pizza/parabola/iso https://ftp.acc.umu.se/mirror/parabola.nu/iso https://mirror.fsf.org/parabola/iso https://mirror.freedif.org/Parabola/iso " # TORRENT_COMMENT (string) # will be embedded into the .torrent file # if ISOS_URL is defined below, a URL will be appended to this, pointing # to where the GPG signature of the ISO will be expected to be hosted readonly TORRENT_COMMENT="Parabola GNU/Linux-libre _RELEASE_ Release" # ISOS_URL (string) # is used to make a URL to the master repo where the ISO will be hosted # the torrent comment will indicate this as the location of the canonical GPG signature readonly ISOS_URL=https://repo.parabola.nu/iso