Skip to content

Commit c43af05

Browse files
committed
timeout=15
1 parent c755da9 commit c43af05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_docker_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ do
1818
distro=`echo "${triplet}" | cut -d ":" -f 1`
1919
code=`echo "${triplet}" | cut -d ":" -f 2`
2020
tag=`echo "${triplet}" | cut -d ":" -f 3`
21-
wget --no-check-certificate --recursive --no-parent -A.deb -R "*dbgsym*" -P input/${distro}/${code} --no-directories https://download.opensuse.org/repositories/science:/openturns/${tag}/all/
22-
wget --no-check-certificate --recursive --no-parent -A.deb -R "*dbgsym*" -P input/${distro}/${code} --no-directories https://download.opensuse.org/repositories/science:/openturns/${tag}/amd64/
21+
wget --timeout=15 --tries=5 --retry-connrefused --no-check-certificate --recursive --no-parent -A.deb -R "*dbgsym*" -P input/${distro}/${code} --no-directories https://download.opensuse.org/repositories/science:/openturns/${tag}/all/
22+
wget --timeout=15 --tries=5 --retry-connrefused --no-check-certificate --recursive --no-parent -A.deb -R "*dbgsym*" -P input/${distro}/${code} --no-directories https://download.opensuse.org/repositories/science:/openturns/${tag}/amd64/
2323
tree input/${distro}/${code}/
2424
for debfile in `find input/${distro}/${code}/ -name "*.deb"`
2525
do

0 commit comments

Comments
 (0)