mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
a5f3002e70
When trying to apply SSDT overlays in Up Board, the supervisor currently gets stuck in a loop trying to apply target state. See #1465 This was due to a bug in parsing the configuration, which lead to the method bootConfigChangeRequired returning true when no change was needed. Change-type: patch Signed-off-by: Felipe Lalanne <felipe@balena.io> Connects-to: #1465
21 lines
313 B
Plaintext
21 lines
313 B
Plaintext
/node_modules/
|
|
/automation/node_modules/
|
|
/automation/meta-resin/
|
|
/meta-resin/
|
|
*.swp
|
|
/data/
|
|
/build/
|
|
/dist/
|
|
tools/dind/config/
|
|
tools/dind/config.json*
|
|
tools/dind/apps.json
|
|
tools/dind/backup.tgz
|
|
test/data/**/config*.json
|
|
test/data/*.sqlite
|
|
test/data/led_file
|
|
/coverage/
|
|
report.xml
|
|
.DS_Store
|
|
.tsbuildinfo
|
|
.prettierrc
|