OLD | NEW |
---|---|
(Empty) | |
1 #!/bin/bash | |
2 # Copyright 2013 The Chromium Authors. All rights reserved. | |
3 # Use of this source code is governed by a BSD-style license that can be | |
4 # found in the LICENSE file. | |
5 | |
6 # This shell would copy flot library from chromium/src/third_parth and upload | |
7 # the project dmprof-visualizer.googleplex.com. | |
8 mkdir static/third_party/flot | |
9 cp ../../../third_party/flot/jquery.min.js static/third_party/flot | |
10 cp ../../../third_party/flot/jquery.flot.min.js static/third_party/flot | |
11 cp ../../../third_party/flot/jquery.flot.stack.min.js static/third_party/flot | |
12 /google/data/ro/projects/apphosting/tools/appcfg_over_stubby.par update . | |
sullivan
2013/09/09 14:03:19
appcfg_over_stubby is a Google-only tool; this pat
junjianx
2013/09/10 07:39:28
We plan to test this project only for internal eng
| |
OLD | NEW |