summaryrefslogtreecommitdiff
path: root/parabolaiso/TORRENT_METADATA.sample
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-29 01:58:02 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-05-07 09:23:27 -0400
commitc53758dff8d589207d68a34164e7b70f8fdb352e (patch)
tree91459105176492a4de54c03b0f8e4ef8265b9669 /parabolaiso/TORRENT_METADATA.sample
parentee192a1a3970e5952b6f7482034c80eb6b9432db (diff)
create torrent and magnet files
Diffstat (limited to 'parabolaiso/TORRENT_METADATA.sample')
-rw-r--r--parabolaiso/TORRENT_METADATA.sample27
1 files changed, 27 insertions, 0 deletions
diff --git a/parabolaiso/TORRENT_METADATA.sample b/parabolaiso/TORRENT_METADATA.sample
new file mode 100644
index 0000000..ad4427a
--- /dev/null
+++ b/parabolaiso/TORRENT_METADATA.sample
@@ -0,0 +1,27 @@
+
+# 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="
+http://mirror.grapentin.org/parabola/iso/
+http://jeweet.net/repo/parabola/iso/
+http://mirror.yandex.ru/mirrors/parabola/iso/
+http://mirror.fsf.org/parabola/iso/
+http://parabola.serverpit.com/iso/
+http://mirror.freedif.org/Parabola/iso/
+http://ftp.acc.umu.se/mirror/parabola.nu/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 where the ISO and GPG signature will be hosted
+readonly ISOS_URL=https://repo.parabola.nu/iso