is gen_config invoked too often now? #2387

London is the start of time
This commit is contained in:
rusefillc 2021-03-05 20:16:59 -05:00
parent 488c2c51a6
commit 4cd474fe15
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ SIGNATURE_FILE_NAME=tunerstudio/generated/signature_${SHORT_BOARDNAME}.txt
echo "Generating signature for ${SHORT_BOARDNAME}"
# generate a unique signature
date=$(date +"%Y.%m.%d")
date=`TZ=Europe/London date +"%Y.%m.%d"`
echo "#define SIGNATURE_DATE $date" > ${SIGNATURE_FILE_NAME}
echo "#define SIGNATURE_BOARD ${SHORT_BOARDNAME}" >> ${SIGNATURE_FILE_NAME}