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

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`"
dogben 2016/05/05 16:45:35 +1; what happens if the commit message contains "?
jcgregorio 2016/05/05 17:01:42 Then build_release would have either 3+2n quotes,
7 go install -v ../push/go/pushcli
8 pushcli logmetric skia-monitoring
dogben 2016/05/05 16:45:35 +2; "logmetric" -> "logmetrics"
jcgregorio 2016/05/05 17:01:42 Fixed.
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