Increase max retry times from 20 to 44 for debugging

This commit is contained in:
Mikhail Novosyolov 2019-03-08 20:11:58 +03:00
parent 0c027d116e
commit 8ee3fd06ba

View file

@ -29,7 +29,7 @@ urpmi_bootstrap(){
}
# temporarily don't fail the whole scripts when not last iteration of urpmi fails
set +e
for i in $(seq 1 10)
for i in $(seq 1 22)
do
echo "Starting urpmi bootstrap iteration #${i}..."
urpmi_bootstrap