summaryrefslogtreecommitdiff
path: root/cron-jobs
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2014-06-16 14:09:50 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2014-06-16 14:09:50 +0100
commitc121ead116f26ed2b36247247fdf4a0d19f063f2 (patch)
tree4910f50baae9030b7abc50b30d6de28cbed4816c /cron-jobs
parentad79659b3057fd5afac3629e9dd53ea3b93fb58e (diff)
removed all mirrors but one since pacman2pacman now re-writes the webseeds list to just point to the user's chosen mirror.
Diffstat (limited to 'cron-jobs')
-rw-r--r--cron-jobs/make_repo_torrents6
1 files changed, 5 insertions, 1 deletions
diff --git a/cron-jobs/make_repo_torrents b/cron-jobs/make_repo_torrents
index 797142e..0798a5e 100644
--- a/cron-jobs/make_repo_torrents
+++ b/cron-jobs/make_repo_torrents
@@ -38,7 +38,11 @@ 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/' 'http://mirror.parlementum.net/')
+#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'm removing all mirrors but one since pacman2pacman now re-writes
+# the webseeds list to just point to the user's chosen mirror
+declare -a array=('http://repo.parabolagnulinux.org/')
# I got this function from http://mywiki.wooledge.org/BashFAQ/026 . It
# shuffles an array. Uses a global array variable. Must be compact