summaryrefslogtreecommitdiff
path: root/src/librefetch/librefetch.conf
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-01-03 23:07:13 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-01-04 19:39:07 -0500
commit403b4f20e5cfd2d2c0348de076effd3ddb616844 (patch)
tree99032ddbbbe9b80dcb4362d3736d692a692fcf7e /src/librefetch/librefetch.conf
parentf1487a80edac9e8f651f7bf2970e8fa4d2a9e971 (diff)
librefetch: replace MIRROR with MIRRORS (but doesn't update the docs)
Diffstat (limited to 'src/librefetch/librefetch.conf')
-rw-r--r--src/librefetch/librefetch.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/librefetch/librefetch.conf b/src/librefetch/librefetch.conf
index ce328d8..6948e8d 100644
--- a/src/librefetch/librefetch.conf
+++ b/src/librefetch/librefetch.conf
@@ -1,2 +1,5 @@
-MIRROR='https://repo.parabolagnulinux.org/other/'
+MIRRORS=(
+ 'https://repo.parabolagnulinux.org/sources/'
+ 'https://repo.parabolagnulinux.org/other/'
+)
DOWNLOADER='/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'