diff options
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 9bb2586..fb9e94a 100755 --- a/parabola-mirror-repos +++ b/parabola-mirror-repos @@ -22,7 +22,7 @@ log_tmp="$(mktemp -p /var/tmp)" #: ${SERVER:=rsync://parabolagnulinux.mirrors.linux.ro/parabolagnulinux} : ${base_dir:=/srv/http} : ${local_dir:=${base_dir}/${project}} # symlink to the last snapshot -: ${REPOS:=core extra community multilib libre kernels libre-multilib libre-multilib-testing libre-testing nonprism nonprism-testing java cross pcr} +: ${repos:=core extra community multilib libre kernels libre-multilib libre-multilib-testing libre-testing nonprism nonprism-testing java cross pcr} # mips64el is also excluded in some rsync invocations in this script : ${MAXDELETE:=10000} # maximum amount of files to delete in the local directory [[ ! ${BW_LIMIT} ]] && \ @@ -161,7 +161,7 @@ if [[ ${BW_LIMIT} ]] ; then OPTIONS+=" --bwlimit=${BW_LIMIT}" fi path_list_array=(${path_list}) -repos_array=(${REPOS}) +repos_array=(${repos}) error() { echo "$@" >&2 |