summaryrefslogtreecommitdiff
path: root/parabolaiso/TORRENT_METADATA.sample
diff options
context:
space:
mode:
Diffstat (limited to 'parabolaiso/TORRENT_METADATA.sample')
-rw-r--r--parabolaiso/TORRENT_METADATA.sample27
1 files changed, 13 insertions, 14 deletions
diff --git a/parabolaiso/TORRENT_METADATA.sample b/parabolaiso/TORRENT_METADATA.sample
index f920958..c60220c 100644
--- a/parabolaiso/TORRENT_METADATA.sample
+++ b/parabolaiso/TORRENT_METADATA.sample
@@ -12,29 +12,28 @@
# 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)
+
+# MIRRORLIST_URL (string)
+# will be downloaded and parsed to generate the .torrent web-seed URLs
+readonly MIRRORLIST_URL=https://repo.parabola.nu/mirrorlist.txt
+
+
+# TORRENT_WEBSEED_URLS (array of strings)
# will be embedded into the .torrent file
-readonly TORRENT_WEBSEED_URLS="
-https://mirrors.dotsrc.org/parabola/iso
+readonly TORRENT_WEBSEED_URLS=(
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
-"
+https://mirrors.dotsrc.org/parabola/iso
+)
+
# TORRENT_COMMENT (string)
# will be embedded into the .torrent file
+# _RELEASE_ will be replaced with a version parsed from the ISO filename
# 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