mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 06:11:31 +00:00
Small enhancement to build-all part
This commit is contained in:
parent
47bdb6504e
commit
e58678fcae
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,8 @@ done
|
|||
FORCEDRELEASE=$RELEASE
|
||||
|
||||
# when we want to build from certain start
|
||||
from=0
|
||||
#from=147
|
||||
#stop=148
|
||||
|
||||
rm -rf /run/armbian
|
||||
mkdir -p /run/armbian
|
||||
|
@ -216,6 +217,7 @@ for line in "${buildlist[@]}"; do
|
|||
fi
|
||||
|
||||
fi
|
||||
if [[ -n $stop && $n -ge $stop ]]; then exit; fi
|
||||
done
|
||||
|
||||
buildall_end=`date +%s`
|
||||
|
|
Loading…
Add table
Reference in a new issue