Chromium Code Reviews| OLD | NEW |
|---|---|
| 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.
| |
| OLD | NEW |