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

Side by Side Diff: tools/update.sh

Issue 6814025: Convert update tool into python for easier hackability (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: added help Created 9 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/update.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2 # Copyright (c) 2010 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 cd $(dirname $0)
6 ../../google_appengine/appcfg.py update .. -A chromeos-status $@
7 ../../google_appengine/appcfg.py update .. -A chromium-status $@
8 ../../google_appengine/appcfg.py update .. -A chromiumos-status $@
9 ../../google_appengine/appcfg.py update .. -A chromiumos-browser-status $@
10 ../../google_appengine/appcfg.py update .. -A gyp-status $@
11 ../../google_appengine/appcfg.py update .. -A naclports-status $@
12 ../../google_appengine/appcfg.py update .. -A naclsdk-status $@
13 ../../google_appengine/appcfg.py update .. -A nativeclient-status $@
14 ../../google_appengine/appcfg.py update .. -A o3d-status $@
OLDNEW
« no previous file with comments | « tools/update.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698