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

Side by Side Diff: appengine/chromium_status/tools/run_local_server.sh

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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 unified diff | Download patch
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 python2.5 ../google_appengine/dev_appserver.py . --require_indexes \ 5 python2.5 ../google_appengine/dev_appserver.py . --require_indexes \
6 --debug -a 0.0.0.0 --disable_static_caching $@ 6 --debug -a 0.0.0.0 --disable_static_caching $@
OLDNEW
« no previous file with comments | « appengine/chromium_status/tools/remote_api.py ('k') | appengine/chromium_status/tools/set_lkgr.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698