return build options upon completion to make it easy to repeat build
This commit is contained in:
parent
43421ef58a
commit
6c24200575
@ -327,3 +327,5 @@ fi
|
||||
end=`date +%s`
|
||||
runtime=$(((end-start)/60))
|
||||
display_alert "Runtime" "$runtime min" "info"
|
||||
# Make it easy to repeat build by displaying build options used
|
||||
display_alert "Repeat Build Options" "BOARD=${BOARD} BRANCH=${BRANCH} RELEASE=${RELEASE} BUILD_DESKTOP=${BUILD_DESKTOP} KERNEL_ONLY=${KERNEL_ONLY} KERNEL_CONFIGURE=no" "info"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user