Skip to content

Commit

Permalink
cmd/coordinator: finish rename of logs to temporarylogs
Browse files Browse the repository at this point in the history
Change-Id: Ic7a527112bbc137cca5aac28b4d0c439994016d3
Reviewed-on: https://go-review.googlesource.com/10881
Reviewed-by: Andrew Gerrand <[email protected]>
  • Loading branch information
bradfitz committed Jun 10, 2015
1 parent f825c79 commit a1d1970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/coordinator/dash.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (st *buildStatus) pingDashboard() {
"builder": []string{st.name},
"key": []string{builderKey(st.name)},
"hash": []string{st.rev},
"url": []string{fmt.Sprintf("http://farmer.golang.org/logs?name=%s&rev=%s&st=%p", st.name, st.rev, st)},
"url": []string{fmt.Sprintf("http://farmer.golang.org/temporarylogs?name=%s&rev=%s&st=%p", st.name, st.rev, st)},
}.Encode()
for {
st.mu.Lock()
Expand Down

0 comments on commit a1d1970

Please sign in to comment.