Todd Lipcon has submitted this change and it was merged. Change subject: cmake: also create build/latest symlink during cmake invocation ......................................................................
cmake: also create build/latest symlink during cmake invocation This ensures build-and-test.sh's LINT build regenerates the build/latest symlink. Otherwise, a Jenkins run will archive an old set of test logs after a LINT build runs. Yes, this means that "cmake ../.. && make" will create the symlink twice. It's ideologically frustrating but harmless. Change-Id: I229f05d88fd373c9b9456cdd5839b0c34855cc1e Reviewed-on: http://gerrit.cloudera.org:8080/2135 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans Reviewed-by: Todd Lipcon <[email protected]> --- M CMakeLists.txt 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2135 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I229f05d88fd373c9b9456cdd5839b0c34855cc1e Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
