return build options upon completion to make it easy to repeat build

This commit is contained in:
Lane Jennison 2019-03-08 00:04:02 -05:00
parent 43421ef58a
commit 6c24200575

View File

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