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

Issue 666002: minor fix to image_to_live.sh. (Closed)

Created:
10 years, 9 months ago by ericli
Modified:
9 years, 7 months ago
Reviewers:
kmixter1
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

1. the dev server running with python 2.6 now, not python. 2. I dont fully understand why we need sudo inside this script. So I am removing it. Since I could not enter sudo password inside crontab. Please let me know if I missed anything and I could revert.

Patch Set 1 #

Patch Set 2 : patch 1 #

Patch Set 3 : patch 2. #

Patch Set 4 : patch 3. #

Total comments: 2

Patch Set 5 : patch 4 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M src/scripts/image_to_live.sh View 1 2 3 4 5 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ericli
10 years, 9 months ago (2010-03-03 20:57:34 UTC) #1
kmixter1
I'm not sure why the python in your chroot has a different argv[0] (python2.6 vs ...
10 years, 9 months ago (2010-03-03 21:44:32 UTC) #2
ericli
On Wed, Mar 3, 2010 at 1:44 PM, Ken Mixter <kmixter@chromium.org> wrote: > I'm not ...
10 years, 9 months ago (2010-03-03 21:50:27 UTC) #3
ericli
I had updated the way to kill devserver, I believe it works for both python ...
10 years, 9 months ago (2010-03-04 19:46:19 UTC) #4
kmixter1
LGTM http://codereview.chromium.org/666002/diff/3002/2002 File src/scripts/image_to_live.sh (right): http://codereview.chromium.org/666002/diff/3002/2002#newcode29 src/scripts/image_to_live.sh:29: echo Stop and kill dev server. how about: ...
10 years, 9 months ago (2010-03-05 00:41:15 UTC) #5
ericli
10 years, 9 months ago (2010-03-05 19:15:04 UTC) #6
Fixed. and pushing...

On 2010/03/05 00:41:15, kmixter1 wrote:
> LGTM
> 
> http://codereview.chromium.org/666002/diff/3002/2002
> File src/scripts/image_to_live.sh (right):
> 
> http://codereview.chromium.org/666002/diff/3002/2002#newcode29
> src/scripts/image_to_live.sh:29: echo Stop and kill dev server.
> how about: echo "Killing dev server."
> 
> http://codereview.chromium.org/666002/diff/3002/2002#newcode126
> src/scripts/image_to_live.sh:126: # This may fail while the machine is done so
> generate output and a
> s/done/down/  (sorry my typo)

Powered by Google App Engine
This is Rietveld 408576698