Newer
Older
cd $(dirname $0)
ls -1 "${repo_dir}/${gitlab_namespace}" | while read mirror;do
if ! ./update_mirror.sh "${mirror}" &> /dev/null;then
echo "Error: ./update_mirror.sh ${mirror}" 1>&2
fi
done
cd $(dirname $0)
ls -1 "${repo_dir}/${gitlab_namespace}" | while read mirror;do
if ! ./update_mirror.sh "${mirror}" &> /dev/null;then
echo "Error: ./update_mirror.sh ${mirror}" 1>&2
fi
done