update build scripts
This commit is contained in:
parent
5b67d9ad94
commit
57212c1501
|
@ -35,7 +35,7 @@ cd ${WorkingDir}
|
||||||
# Timing matters, don't destroy the old one without a replacement.
|
# Timing matters, don't destroy the old one without a replacement.
|
||||||
# Check for the ISO to appear and wait for things to settle.
|
# Check for the ISO to appear and wait for things to settle.
|
||||||
until [ -e fusato/*.iso ]
|
until [ -e fusato/*.iso ]
|
||||||
do ((++_break))
|
do ((_break))
|
||||||
[ $_break -gt $_wait ] && break || sleep 1
|
[ $_break -gt $_wait ] && break || sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ cd ${WorkingDir}
|
||||||
# Timing matters, don't destroy the old one without a replacement.
|
# Timing matters, don't destroy the old one without a replacement.
|
||||||
# Check for the ISO to appear and wait for things to settle.
|
# Check for the ISO to appear and wait for things to settle.
|
||||||
until [ -e fusato/*.iso ]
|
until [ -e fusato/*.iso ]
|
||||||
do ((++_break))
|
do ((_break))
|
||||||
[ $_break -gt $_wait ] && break || sleep 1
|
[ $_break -gt $_wait ] && break || sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ cd ${WorkingDir}
|
||||||
# Timing matters, don't destroy the old one without a replacement.
|
# Timing matters, don't destroy the old one without a replacement.
|
||||||
# Check for the ISO to appear and wait for things to settle.
|
# Check for the ISO to appear and wait for things to settle.
|
||||||
until [ -e fusato/*.iso ]
|
until [ -e fusato/*.iso ]
|
||||||
do ((++_break))
|
do ((_break))
|
||||||
[ $_break -gt $_wait ] && break || sleep 1
|
[ $_break -gt $_wait ] && break || sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ cd ${WorkingDir}
|
||||||
# Timing matters, don't destroy the old one without a replacement.
|
# Timing matters, don't destroy the old one without a replacement.
|
||||||
# Check for the ISO to appear and wait for things to settle.
|
# Check for the ISO to appear and wait for things to settle.
|
||||||
until [ -e fusato/*.iso ]
|
until [ -e fusato/*.iso ]
|
||||||
do ((++_break))
|
do ((_break))
|
||||||
[ $_break -gt $_wait ] && break || sleep 1
|
[ $_break -gt $_wait ] && break || sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ cd ${WorkingDir}
|
||||||
# Timing matters, don't destroy the old one without a replacement.
|
# Timing matters, don't destroy the old one without a replacement.
|
||||||
# Check for the ISO to appear and wait for things to settle.
|
# Check for the ISO to appear and wait for things to settle.
|
||||||
until [ -e fusato/*.iso ]
|
until [ -e fusato/*.iso ]
|
||||||
do ((++_break))
|
do ((_break))
|
||||||
[ $_break -gt $_wait ] && break || sleep 1
|
[ $_break -gt $_wait ] && break || sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@ cd ${WorkingDir}
|
||||||
# Timing matters, don't destroy the old one without a replacement.
|
# Timing matters, don't destroy the old one without a replacement.
|
||||||
# Check for the ISO to appear and wait for things to settle.
|
# Check for the ISO to appear and wait for things to settle.
|
||||||
until [ -e fusato/*.iso ]
|
until [ -e fusato/*.iso ]
|
||||||
do ((++_break))
|
do ((_break))
|
||||||
[ $_break -gt $_wait ] && break || sleep 1
|
[ $_break -gt $_wait ] && break || sleep 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue