summaryrefslogtreecommitdiff
path: root/parabolaiso/TORRENT_METADATA.sample
blob: 40ba4a81d12702baf983120bab9d79934f8ded90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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="
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 the master repo where the ISO and GPG signature will be hosted
readonly ISOS_URL=https://repo.parabola.nu/iso