new commit

This commit is contained in:
Manuel 2023-03-28 13:45:00 +00:00
parent e7b6072405
commit ebb9efca0d
6 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -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.

View File

@ -27,7 +27,8 @@ _break=0 ; _wait=30 # Time (in seconds) to wait
# Run the build script.
./pepbld.sh 2>&1 | tee -a ${OutFile}
cd ${WorkingDir}
cd ${WorkingDir}/../
cd ${WorkingDir}
# Timing matters, don't destroy the old one without a replacement.
# Check for the ISO to appear and wait for things to settle.

View File

@ -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.

View File

@ -27,7 +27,8 @@ _break=0 ; _wait=30 # Time (in seconds) to wait
# Run the build script.
./pepbld.sh 2>&1 | tee -a ${OutFile}
cd ${WorkingDir}
cd ${WorkingDir}/../
cd ${WorkingDir}
# Timing matters, don't destroy the old one without a replacement.
# Check for the ISO to appear and wait for things to settle.

View File

@ -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.