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

Unified Diff: appengine/cmd/milo/Makefile

Issue 2196453002: Milo: Console view prototype (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Reviews Created 4 years, 4 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 | appengine/cmd/milo/buildbot/builder.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/milo/Makefile
diff --git a/appengine/cmd/milo/Makefile b/appengine/cmd/milo/Makefile
index 369f09e698a27b0fd8fa152dbcc2d35ce23f1165..df1f49d1ba947ee462c4d5b98aea8537bad3b094 100644
--- a/appengine/cmd/milo/Makefile
+++ b/appengine/cmd/milo/Makefile
@@ -6,10 +6,10 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
projdir := $(patsubst %/,%,$(dir $(mkfile_path)))
dev:
- $(projdir)/../../../../../../../../luci/appengine/components/tools/gae.py devserver -- --host 0.0.0.0 --port 8081 --log_level debug
+ $(projdir)/../../../../../../../../luci/appengine/components/tools/gae.py devserver -- --host 0.0.0.0 --port 8082 --admin_port 7999 --log_level debug
up:
- $(projdir)/../../../../../../../../luci/appengine/components/tools/gae.py upload
+ $(projdir)/../../../../../../../../luci/appengine/components/tools/gae.py upload -A luci-milo
test:
go test ./...
« no previous file with comments | « no previous file | appengine/cmd/milo/buildbot/builder.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698