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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/update.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/update.sh
diff --git a/tools/update.sh b/tools/update.sh
deleted file mode 100755
index 43822f11a616d4418b0153055e3c53381ae1cac5..0000000000000000000000000000000000000000
--- a/tools/update.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-cd $(dirname $0)
-../../google_appengine/appcfg.py update .. -A chromeos-status $@
-../../google_appengine/appcfg.py update .. -A chromium-status $@
-../../google_appengine/appcfg.py update .. -A chromiumos-status $@
-../../google_appengine/appcfg.py update .. -A chromiumos-browser-status $@
-../../google_appengine/appcfg.py update .. -A gyp-status $@
-../../google_appengine/appcfg.py update .. -A naclports-status $@
-../../google_appengine/appcfg.py update .. -A naclsdk-status $@
-../../google_appengine/appcfg.py update .. -A nativeclient-status $@
-../../google_appengine/appcfg.py update .. -A o3d-status $@
« 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