diff options
author | Esteban Carnevale <alfplayer@mailoo.org> | 2014-11-07 13:42:35 -0300 |
---|---|---|
committer | Esteban Carnevale <alfplayer@mailoo.org> | 2014-11-07 13:42:35 -0300 |
commit | ebcc21d96f879e4e20b2c15d7ab1a082e400464e (patch) | |
tree | 428cdcd4d151419b74f2ff208172a5d3d8d66cfc /parabola-mirror-repos | |
parent | 1501b0492a0b457d71ee90d6bdfec0b68c62e5a8 (diff) |
parabola-mirror-repos: Change alternative mirrors
Diffstat (limited to 'parabola-mirror-repos')
-rwxr-xr-x | parabola-mirror-repos | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parabola-mirror-repos b/parabola-mirror-repos index 7052bc8..04e48c7 100755 --- a/parabola-mirror-repos +++ b/parabola-mirror-repos @@ -57,8 +57,8 @@ export TZ if [[ ${alternative_mirror} == 1 ]] ; then no_snapshot_delete=1 leave_tmp=1 - #SERVER="rsync://repo.parabolagnulinux.org:875/repos" - SERVER="rsync://mirror.yandex.ru/mirrors/parabola" + #SERVER="rsync://repo.parabola.nu:875/repos" + SERVER="rsync://parabolagnulinux.mirrors.linux.ro/parabolagnulinux" LOCAL="${base_dir}/${project}.secondary_mirror" #link_dest=("${base_dir}/archlinux" "${base_dir}/parabola.tmp") link_dest+=("${base_dir}/${project}.tmp") |