Tim Armstrong has submitted this change and it was merged. Change subject: Fix build failures from git clean ......................................................................
Fix build failures from git clean We've seen build failures with the following error, even when git clean is run from that directory and the directory is a valid git repo. fatal: '/path/to/toolchain' is outside repository The fix is to avoid providing the path, which seems to make git clean happier. Change-Id: I4cbc9b74e43dcde2f08a92a1ec94a4bd74bfd416 --- M functions.sh 1 file changed, 5 insertions(+), 2 deletions(-) Approvals: Matthew Jacobs: Looks good to me, approved Tim Armstrong: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/5285 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4cbc9b74e43dcde2f08a92a1ec94a4bd74bfd416 Gerrit-PatchSet: 1 Gerrit-Project: Toolchain Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
