Chromium Code Reviews| 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 |