only:a note of fresh technical debt
This commit is contained in:
parent
43c0bda002
commit
d90db2354f
|
@ -1,6 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_NAME=$(basename "$0")
|
||||
# technical debt: more than one file uses magic 'rusefi_bundle_' constant, can we extract constant?
|
||||
FULL_BUNDLE_FILE="rusefi_bundle_${BUNDLE_NAME}.zip"
|
||||
UPDATE_BUNDLE_FILE="rusefi_bundle_${BUNDLE_NAME}_autoupdate.zip"
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ else
|
|||
fi
|
||||
|
||||
INI_FILE_OVERRIDE="firmware/tunerstudio/generated/rusefi_$SHORT_BOARD_NAME.ini"
|
||||
# technical debt: more than one file uses magic 'rusefi_bundle_' constant, can we extract constant?
|
||||
BUNDLE_FULL_NAME="rusefi_bundle_${BUNDLE_NAME}"
|
||||
|
||||
echo "$SCRIPT_NAME: Will use $INI_FILE_OVERRIDE"
|
||||
|
|
Loading…
Reference in New Issue