summaryrefslogtreecommitdiff
path: root/cron-jobs
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2014-06-02 12:54:47 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2014-06-02 12:54:47 +0100
commit6979cf5d1e4a599fbabaed4fe643e9db0f0f871c (patch)
tree181db3ae8d2098fa7f560c04d948b539bf1c2290 /cron-jobs
parentee8da885dc5062001861e4355602a39ae972c32c (diff)
Added encyclomundi's mirror to the webseeds array.
Diffstat (limited to 'cron-jobs')
-rw-r--r--cron-jobs/make_repo_torrents2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents
index dffd0dc..246264d 100644
--- a/cron-jobs/make_repo_torrents
+++ b/cron-jobs/make_repo_torrents
@@ -38,7 +38,7 @@ public_location='/srv/http/repo/public/'
tracker='http://t67.eu:6969/announce' # t67.eu is run by Xylon
# All mirrors go here
-declare -a array=('http://repo.parabolagnulinux.org/' 'https://parabola.goodgnus.com.ar/' 'http://mirror.yandex.ru/mirrors/parabola/' 'http://alfplayer.com/parabola/')
+declare -a array=('http://repo.parabolagnulinux.org/' 'https://parabola.goodgnus.com.ar/' 'http://mirror.yandex.ru/mirrors/parabola/' 'http://alfplayer.com/parabola/' 'http://mirror.parlementum.net/')
# I got this function from http://mywiki.wooledge.org/BashFAQ/026 . It
# shuffles an array. Uses a global array variable. Must be compact