Commit 1c380778 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-download: use 3 download tries by default

parent 08e30126
......@@ -100,7 +100,7 @@ __download_pkg_urls()
__check_if_wildcard_downloading "$url" && latest=''
# download packages
if docmd eget $latest "$url" ; then
if docmd eget --tries 3 $latest "$url" ; then
local i
for i in * ; do
[ "$i" = "*" ] && warning 'Incorrect true status from eget. No saved files from download $url, ignoring' && continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment