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

Side by Side Diff: chromite/chromite.sh

Issue 6005004: WIP Chromite supporting "LEGACY" mode, as requested by Anush. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Use Info instead of printing to stderr. Created 9 years, 12 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
OLDNEW
(Empty)
1 #!/bin/bash
2 # Copyright (c) 2010 The Chromium OS 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 file is copied by repo's copyfile mechanism to the root of the source
7 # tree as 'chromite' to make it easy to run chromite.
8
9 # Find the directory of this script; script needs bash (not just sh) for this
10 # to work reliably if chromite is in the path.
11 MY_DIR=$(dirname "$0")
12
13 # The real chromite should be in src/scripts/chromite once this script is
14 # copied to its final destination.
15 exec $MY_DIR/src/scripts/chromite/chromite "$@"
OLDNEW
« chromite/chromite.py ('K') | « chromite/chromite.py ('k') | chromite/lib/cros_build_lib.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698