fix reproduce scripts

This commit is contained in:
Julien Cretin
2021-08-05 11:54:53 +02:00
committed by Julien Cretin
parent d25f65c565
commit 7a812a657b
3 changed files with 8 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ cargo build --manifest-path third_party/tock/tools/sha256sum/Cargo.toml
echo "Computing SHA-256 sums of the boards..."
for board in nrf52840dk_opensk nrf52840_dongle_opensk nrf52840_dongle_dfu nrf52840_mdk_dfu
do
BOARD=$board ./reproduce_board.sh
BOARD=$board ./maintainers/reproduce_board.sh
done
echo "Computing SHA-256 sum of the TAB file..."