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

Issue 6676105: cros_workon: remove this file (Closed)

Created:
9 years, 9 months ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
Reviewers:
robotboy, anush
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

cros_workon: remove this file The version of cros_workon has been deprecated for 3 weeks. Time to remove. BUG=11507 TEST=none Change-Id: Ie843046ab616519109124b04c7b958f6c28020fb R=robotboy@chromium.org,anush@chromium.org Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=afa1b4c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -34 lines) Patch
D cros_workon View 1 chunk +0 lines, -34 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mandeep Singh Baines
9 years, 9 months ago (2011-03-24 02:25:18 UTC) #1
anush
9 years, 9 months ago (2011-03-24 03:35:18 UTC) #2
Lgtm
On Mar 23, 2011 7:25 PM, <msb@chromium.org> wrote:
> Reviewers: robotboy, anush,
>
> Description:
> cros_workon: remove this file
>
> The version of cros_workon has been deprecated for 3 weeks. Time to
> remove.
>
> BUG=11507
> TEST=none
>
> Change-Id: Ie843046ab616519109124b04c7b958f6c28020fb
>
> R=robotboy@chromium.org,anush@chromium.org
>
>
> Please review this at http://codereview.chromium.org/6676105/
>
> SVN Base: http://git.chromium.org/git/crosutils.git@master
>
> Affected files:
> D cros_workon
>
>
> Index: cros_workon
> diff --git a/cros_workon b/cros_workon
> deleted file mode 100755
> index
>
38738a618ffb67a6cf3bee69f028780d07b86466..0000000000000000000000000000000000000000
> --- a/cros_workon
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -#!/bin/bash
> -
> -# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
> -# Use of this source code is governed by a BSD-style license that can be
> -# found in the LICENSE file.
> -
> -# This script moves ebuilds between 'stable' and 'live' states.
> -# By default 'stable' ebuilds point at and build from source at the
> -# last known good commit. Moving an ebuild to 'live' (via cros_workon
> start)
> -# is intended to support development. The current source tip is fetched,
> -# source modified and built using the unstable 'live' (9999) ebuild.
> -
> -# --- BEGIN COMMON.SH BOILERPLATE ---
> -# Load common CrOS utilities. Inside the chroot this file is installed in
> -# /usr/lib/crosutils. Outside the chroot we find it relative to the
> script's
> -# location.
> -find_common_sh() {
> - local common_paths=(/usr/lib/crosutils $(dirname "$(readlink -f "$0")"))
> - local path
> -
> - SCRIPT_ROOT=
> - for path in "${common_paths[@]}"; do
> - if [ -r "${path}/common.sh" ]; then
> - SCRIPT_ROOT=${path}
> - break
> - fi
> - done
> -}
> -
> -find_common_sh
> -. "${SCRIPT_ROOT}/common.sh" || (echo "Unable to load common.sh" && exit
1)
> -# --- END COMMON.SH BOILERPLATE ---
> -
> -die "error: Please run cros_workon from chroot:/usr/bin/cros_workon"
>
>

Powered by Google App Engine
This is Rietveld 408576698