<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20660">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">abuild: Update file locations<br><br>The full path to the passed/failed build lists needs to be specified.<br>On the builders, the absolute path is passed in, which conflicted with<br>the ${TOP} value, causing this to fail on the builders. When TOP was<br>removed from the path, the builders worked correctly, but it failed when<br>run locally.  This fixes the path in either case.<br><br>Change-Id: Ia4370f4a2b84991edccfc723a3136b88ca27db7d<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M util/abuild/abuild<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/20660/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/abuild/abuild b/util/abuild/abuild<br>index 8637e6f..f0bfcd8 100755<br>--- a/util/abuild/abuild<br>+++ b/util/abuild/abuild<br>@@ -714,8 +714,8 @@<br>        customizing="default configuration"<br> fi<br> <br>-FAILED_BOARDS="$TARGET/failed_boards"<br>-PASSED_BOARDS="$TARGET/passing_boards"<br>+FAILED_BOARDS="${COREBOOT_BUILD_DIR:-${TOP}/coreboot-builds}/failed_boards"<br>+PASSED_BOARDS="${COREBOOT_BUILD_DIR:-${TOP}/coreboot-builds}/passing_boards"<br> <br> if [ "$recursive" = "false" ]; then<br>      rm -f "$FAILED_BOARDS" "$PASSED_BOARDS"<br></pre><p>To view, visit <a href="https://review.coreboot.org/20660">change 20660</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/20660"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ia4370f4a2b84991edccfc723a3136b88ca27db7d </div>
<div style="display:none"> Gerrit-Change-Number: 20660 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>