freifunk-berlin / falter-builter

build falter images using precompiled openwrt imagebuilders.
6 stars 6 forks source link

build_falter: better error checking #117

Closed Akira25 closed 1 year ago

Akira25 commented 1 year ago

build_falter will now check for more dependencies. In addition, we activated errexit in the shell for every bit of the script, except the imagebuilder. In the imagbuilder there's the possibility that one single error might break the whole build (for a whole target).

Fixes #116

Signed-off-by: Martin Hübner martin.hubner@web.de

@pktpls I've runtime tested this only with single-device builds. Before merging, we should have a test-run with multi-device-builds, where one device fails.

Akira25 commented 1 year ago

@pktpls I've runtime-tested this with a whole target-build now. Looks like its working correctly.

nicolasberens commented 1 year ago

The changes look sane.

But I couldn't test the script and it seems like the PR needs a rebase.

Akira25 commented 1 year ago

resolved the conflicts.