new commit
This commit is contained in:
parent
eaa04c3285
commit
b76dac1e0b
|
@ -23,10 +23,10 @@ OutFile="/tmp/${PREFIX}${SUFFIX}.out"
|
||||||
LogFile="${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log"
|
LogFile="${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log"
|
||||||
_cache="./cache"
|
_cache="./cache"
|
||||||
_break=0 ; _wait=30 # Time (in seconds) to wait
|
_break=0 ; _wait=30 # Time (in seconds) to wait
|
||||||
|
cd ${WorkingDir}
|
||||||
|
|
||||||
# Run the build script.
|
# Run the build script.
|
||||||
./pepbld.sh 2>&1 | tee -a ${OutFile}
|
./pepbld.sh 2>&1 | tee -a ${OutFile}
|
||||||
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.
|
||||||
|
|
Loading…
Reference in New Issue