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

Issue 2881007: Roll back change list 2838024. (Closed)

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

Description

Roll back change list 2838024. The current autotest ebuild cros_workon change takes more time than I expected, so I had to roll back this change to enforce autotest prebuild on buildbot. As of now, the prebuild autotest tarball has no binaries produced within it.

Patch Set 1 #

Patch Set 2 : patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M autotest View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ericli
Once autotest ebuild cros_workon is working, eventually we will retire build_autotest.sh + autotest.
10 years, 5 months ago (2010-07-01 03:17:00 UTC) #1
sosa
10 years, 5 months ago (2010-07-01 03:43:27 UTC) #2
LGTM

On Wed, Jun 30, 2010 at 8:17 PM,  <ericli@chromium.org> wrote:
> Reviewers: sosa,
>
> Message:
> Once autotest ebuild cros_workon is working, eventually we will retire
> build_autotest.sh + autotest.
>
> Description:
> Roll back change list 2838024.
>
> The current autotest ebuild cros_workon change takes more time than I
> expected,
> so I had to roll back this change to enforce autotest prebuild on buildbot.
>
> As of now, the prebuild autotest tarball has no binaries produced within it.
>
> Please review this at http://codereview.chromium.org/2881007/show
>
> SVN Base: ssh://git@chromiumos-git/crosutils.git
>
> Affected files:
>  M autotest
>
>
> Index: autotest
> diff --git a/autotest b/autotest
> index
>
823ea91c33f7408cc877bf4f2e7e9c317d5c46fe..1ab04e3083485d3dfb11dfe88170acdb501ad839
> 100755
> --- a/autotest
> +++ b/autotest
> @@ -185,7 +185,6 @@ def build_autotest(options):
>   environ['TEST_LIST'] = test_list
>   environ['USE'] = use_flag
>   emerge_cmd = ['emerge-%s' % options.board,
> -                '-uDn',
>                 'chromeos-base/autotest']
>   if emerge_jobs:
>     emerge_cmd.append(emerge_jobs)
>
>
>

Powered by Google App Engine
This is Rietveld 408576698