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

Issue 3084012: Move overlay_list to bin/cros_overlay_list. (Closed)

Created:
10 years, 4 months ago by robotboy
Modified:
9 years, 7 months ago
Reviewers:
piman, anush
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Base URL:
ssh://git@chromiumos-git/crosutils.git
Visibility:
Public.

Description

Move overlay_list to bin/cros_overlay_list. This conforms to the new layout of scripts in which all scripts other than make_chroot and enter_chroot are installed in the chroot using an ebuild.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
A + bin/cros_overlay_list View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
robotboy
10 years, 4 months ago (2010-08-03 17:43:34 UTC) #1
anush
10 years, 4 months ago (2010-08-03 17:48:10 UTC) #2
LGTM. Thanks

On Tue, Aug 3, 2010 at 10:43 AM, <robotboy@chromium.org> wrote:

> Reviewers: anush, piman,
>
> Description:
> Move overlay_list to bin/cros_overlay_list.
>
> This conforms to the new layout of scripts in which all scripts
> other than make_chroot and enter_chroot are installed in the
> chroot using an ebuild.
>
> Please review this at http://codereview.chromium.org/3084012/show
>
> SVN Base: ssh://git@chromiumos-git/crosutils.git
>
> Affected files:
>  A + bin/cros_overlay_list
>
>
> Index: bin/cros_overlay_list
> diff --git a/overlay_list b/bin/cros_overlay_list
> similarity index 98%
> rename from overlay_list
> rename to bin/cros_overlay_list
> index
>
73b8570e25ea60a216d2eae6b597e946741e1156..5aeb2d49cea3e4865dc35a91f714d23cdf327e6d
> 100755
> --- a/overlay_list
> +++ b/bin/cros_overlay_list
> @@ -8,7 +8,7 @@
>
>  # Load common constants.  This should be the first executable line.
>  # The path to common.sh should be relative to your script's location.
> -. "$(dirname "$0")/common.sh"
> +. "$(dirname "$0")/../common.sh"
>
>  get_default_board
>
>
>
>

Powered by Google App Engine
This is Rietveld 408576698