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

Unified Diff: appengine/swarming/elements/Makefile

Issue 2211163003: Update new botlist to use dimensions endpoint (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@limiting
Patch Set: Make devices column make more sense 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
Index: appengine/swarming/elements/Makefile
diff --git a/appengine/swarming/elements/Makefile b/appengine/swarming/elements/Makefile
index 8ca8392e6820ed6a7ba66fa56668e55b47f15d6a..66646cf8e94fed7d98fc68b2a1036b5ad5d92813 100644
--- a/appengine/swarming/elements/Makefile
+++ b/appengine/swarming/elements/Makefile
@@ -10,8 +10,7 @@ default:
# Run a local HTTP server for the demo pages.
.PHONY: run
run: default
- -wget -nc --output-document=./res/imp/botlist/bot-list-demo.json https://storage.googleapis.com/luci-demo-data/swarming/bot-list-demo.json
-
+ # See gs://luci-demo-data/swarming/ for *demo.json
jcgregorio 2016/08/08 16:14:42 I don't have access to that bucket. Is the data co
kjlubick 2016/08/08 19:07:10 It's not super protected - those json objects are
M-A Ruel 2016/08/08 19:31:23 Is it large? I'd rather have it committed if not.
node_modules/.bin/http-server -p 9050

Powered by Google App Engine
This is Rietveld 408576698