Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Side by Side Diff: logmetrics/Makefile

Issue 1946333004: logmetrics: Run as a service on skia-monitoring. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | logmetrics/build_release » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 default: 1 default:
2 go install -v ./go/logmetrics 2 go install -v ./go/logmetrics
3
4 .PHONY: push
5 push: default
6 ./build_release "`git log -n1 --format=%s`"
7 go install -v ../push/go/pushcli
8 pushcli logmetrics skia-monitoring
OLDNEW
« no previous file with comments | « no previous file | logmetrics/build_release » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698