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, 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