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

Issue 2724009: Create a remote upgrade server to serve up images as a "proxy devserver". (Closed)

Created:
10 years, 6 months ago by Paul Stewart
Modified:
9 years, 7 months ago
Reviewers:
Sam Leffler, sleffler, anush
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines
Base URL:
ssh://gitrw.chromium.org/chromiumos
Visibility:
Public.

Description

Create a remote upgrade server to serve up images as a "proxy devserver". Uses devserver in "archive mode". This is useful in situations like the wireless test lab where the development machine is not accessible from the test machines.

Patch Set 1 #

Total comments: 8

Patch Set 2 : Various harding-ups, notably removing archive flag, and forcing everything within same root #

Patch Set 3 : Moved over to the crosutils.git repository #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -0 lines) Patch
A bin/cros_copy_upgrade_server.sh View 1 chunk +195 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Paul Stewart
10 years, 6 months ago (2010-06-09 18:55:12 UTC) #1
Sam Leffler
http://codereview.chromium.org/2724009/diff/1/2 File src/scripts/copy_upgrade_server.sh (right): http://codereview.chromium.org/2724009/diff/1/2#newcode50 src/scripts/copy_upgrade_server.sh:50: ssh "${FLAGS_upgrade_server}" rm -rf "${FLAGS_dest_path}" || true What user ...
10 years, 6 months ago (2010-06-09 19:30:13 UTC) #2
Paul Stewart
Addressed rm and overlay issues. http://codereview.chromium.org/2724009/diff/1/2 File src/scripts/copy_upgrade_server.sh (right): http://codereview.chromium.org/2724009/diff/1/2#newcode50 src/scripts/copy_upgrade_server.sh:50: ssh "${FLAGS_upgrade_server}" rm -rf ...
10 years, 6 months ago (2010-06-09 20:30:54 UTC) #3
anush
Please be aware that the scripts are now in crosutils.git Since it is a new ...
10 years, 6 months ago (2010-06-09 20:46:50 UTC) #4
Paul Stewart
Okay. It's moved.
10 years, 6 months ago (2010-06-09 21:32:03 UTC) #5
Paul Stewart
10 years, 6 months ago (2010-06-09 23:11:21 UTC) #6
Sam Leffler
LGTM (based on private conversations as codereview is messed up due to git repo move)
10 years, 6 months ago (2010-06-09 23:18:44 UTC) #7
pstew1
10 years, 6 months ago (2010-06-11 18:50:17 UTC) #8
So, will there be any more scripts joining mine in bin/?  Right now my
script doesn't actually work correctly because it assumes the other
scripts should be in the same directory.  This appears to be common
practice, but right now it is feeling lonely. :-)

--
Paul

On Wed, Jun 9, 2010 at 1:46 PM,  <anush@chromium.org> wrote:
> Please be aware that the scripts are now in crosutils.git
>
> Since it is a new script please add the prefix cros_ to it and put it in the
> crosutils.git:bin/ dir.  There is one more cl which will attempt to create
> this
> bin/ dir but if you get there first you can create the bin/ dir.
>
> http://codereview.chromium.org/2724009/show
>

Powered by Google App Engine
This is Rietveld 408576698