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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | logmetrics/build_release » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logmetrics/Makefile
diff --git a/logmetrics/Makefile b/logmetrics/Makefile
index d3d4c9801d96238825576be92b67fb8e8814ef78..8cf24258abd8612134bf03d35d26c0c7b0fb098f 100644
--- a/logmetrics/Makefile
+++ b/logmetrics/Makefile
@@ -1,2 +1,8 @@
default:
go install -v ./go/logmetrics
+
+.PHONY: push
+push: default
+ ./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,
+ go install -v ../push/go/pushcli
+ pushcli logmetric skia-monitoring
dogben 2016/05/05 16:45:35 +2; "logmetric" -> "logmetrics"
jcgregorio 2016/05/05 17:01:42 Fixed.
« 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