set log subpath in build-all (#3067)

* set log subpath in buld-all

* build all log pathing

* Update build-all-ng.sh
This commit is contained in:
lanefu 2021-07-27 20:03:31 -04:00 committed by GitHub
parent 894cb29ca7
commit 9beffe4b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,6 +149,8 @@ build_main ()
[[ $BUILD_MINIMAL == yes ]] && upload_image=${upload_image}_minimal
touch "/run/armbian/${VENDOR}_${BOARD^}_${BRANCH}_${RELEASE}_${DESKTOP_ENVIRONMENT}_${BUILD_DESKTOP}_${BUILD_MINIMAL}.pid";
LOG_SUBPATH="debug/${VENDOR}/${BOARD^}/${BRANCH}/${RELEASE}/${DESKTOP_ENVIRONMENT}_${BUILD_DESKTOP}_${BUILD_MINIMAL}"
if [[ $KERNEL_ONLY != yes ]]; then
#if ssh ${SEND_TO_SERVER} stat ${SEND_TO_LOCATION}${BOARD}/${upload_subdir}/${upload_image}* \> /dev/null 2\>\&1; then