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

Unified Diff: appengine/swarming/elements/Makefile

Issue 2182693002: Add new botlist for swarming (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@app-wrapper
Patch Set: Add documentation Created 4 years, 5 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
Index: appengine/swarming/elements/Makefile
diff --git a/appengine/swarming/elements/Makefile b/appengine/swarming/elements/Makefile
index dbbdc40a8c97a32b586697d464c6baa9e3cd2d4b..c81638b009114cba7cb6affbf064d42f9718a95b 100644
--- a/appengine/swarming/elements/Makefile
+++ b/appengine/swarming/elements/Makefile
@@ -10,9 +10,9 @@ default:
# Run a local HTTP server for the demo pages.
.PHONY: run
run: default
- -wget -nc --output-document=./imp/botlist/bot-list-demo.json https://storage.googleapis.com/luci-demo-data/swarming/bot-list-demo.json
+ -wget -nc --output-document=./res/imp/botlist/bot-list-demo.json https://storage.googleapis.com/luci-demo-data/swarming/bot-list-demo.json
- node_modules/.bin/http-server -p 9050 -a 127.0.0.1
+ node_modules/.bin/http-server -p 9050
.PHONY: vulcanize

Powered by Google App Engine
This is Rietveld 408576698