# metadata requisites: 'mktorrent', 'rhash' # if these are not installed, then no .torrent, magnet, or checksum files will be created # 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" # 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.yandex.ru/mirrors/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 Official Release - GPG signature: " # ISOS_URL (string) # is used to make a URL to the master repo where the ISO and GPG signature will be hosted readonly ISOS_URL=https://repo.parabola.nu/iso