new commit
This commit is contained in:
parent
e7b6072405
commit
ebb9efca0d
|
@ -24,6 +24,7 @@ LogFile="${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log"
|
|||
_cache="./cache"
|
||||
_break=0 ; _wait=30 # Time (in seconds) to wait
|
||||
|
||||
cd ${WorkingDir}/../
|
||||
cd ${WorkingDir}
|
||||
|
||||
# Run the build script.
|
||||
|
|
|
@ -24,6 +24,7 @@ LogFile="${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log"
|
|||
_cache="./cache"
|
||||
_break=0 ; _wait=30 # Time (in seconds) to wait
|
||||
|
||||
cd ${WorkingDir}/../
|
||||
cd ${WorkingDir}
|
||||
|
||||
# Run the build script.
|
||||
|
|
|
@ -27,6 +27,7 @@ _break=0 ; _wait=30 # Time (in seconds) to wait
|
|||
# Run the build script.
|
||||
./pepbld.sh 2>&1 | tee -a ${OutFile}
|
||||
|
||||
cd ${WorkingDir}/../
|
||||
cd ${WorkingDir}
|
||||
|
||||
# Timing matters, don't destroy the old one without a replacement.
|
||||
|
|
|
@ -24,6 +24,7 @@ LogFile="${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log"
|
|||
_cache="./cache"
|
||||
_break=0 ; _wait=30 # Time (in seconds) to wait
|
||||
|
||||
cd ${WorkingDir}/../
|
||||
cd ${WorkingDir}
|
||||
|
||||
# Run the build script.
|
||||
|
|
|
@ -27,6 +27,7 @@ _break=0 ; _wait=30 # Time (in seconds) to wait
|
|||
# Run the build script.
|
||||
./pepbld.sh 2>&1 | tee -a ${OutFile}
|
||||
|
||||
cd ${WorkingDir}/../
|
||||
cd ${WorkingDir}
|
||||
|
||||
# Timing matters, don't destroy the old one without a replacement.
|
||||
|
|
|
@ -24,6 +24,7 @@ LogFile="${LogDir}/${PREFIX}-${SUFFIX}-${BUILD}.log"
|
|||
_cache="./cache"
|
||||
_break=0 ; _wait=30 # Time (in seconds) to wait
|
||||
|
||||
cd ${WorkingDir}/../
|
||||
cd ${WorkingDir}
|
||||
|
||||
# Run the build script.
|
||||
|
|
Loading…
Reference in New Issue