File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments