Hello Angel Pons, Arthur Heymans, build bot (Jenkins), Martin Roth, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/29451
to look at the new patch set (#2).
Change subject: util/abuild: Use absolute paths for (failed|passed)_boards ......................................................................
util/abuild: Use absolute paths for (failed|passed)_boards
The variables are used from different relative locations so they have to hold an absolute path. Fixes runs with the default, relative TARGET path `coreboot-builds/`.
As `realpath` turned out to be non-standard, we implement our own `abspath()` function (and also use it wherever `cd ... && pwd` had been used before).
Change-Id: Ief00e28e09a4714b0106c35ad4f4e9c696f6aad4 Signed-off-by: Nico Huber nico.h@gmx.de --- M util/abuild/abuild 1 file changed, 22 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/29451/2