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

Issue 3708004: Move dev server to use cherrypy. (Closed)

Created:
10 years, 2 months ago by sosa
Modified:
9 years, 6 months ago
Reviewers:
petkov, Nick Sanders, rtc
CC:
chromium-os-reviews_chromium.org, Nick Sanders
Visibility:
Public.

Description

Move to using cherrypy. This moves our devserver from using web to use cherrypy. Cherrypy is more robust and provides byte range continuations than web.py. Change-Id: I674f213a6c8c5de68e9ba78d3e97b682c016803f BUG=7395 TEST=Ran with latest, forced, and archive_dir. Tests for factory are ongoing. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=7c93136

Patch Set 1 #

Patch Set 2 : Nits #

Patch Set 3 : Fix unittests #

Total comments: 6

Patch Set 4 : Fix nits / issue #

Patch Set 5 : Use 0.0.0.0 as opposed to hostname. #

Patch Set 6 : last #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -120 lines) Patch
M autoupdate.py View 1 2 3 17 chunks +35 lines, -35 lines 0 comments Download
M autoupdate_unittest.py View 3 chunks +5 lines, -6 lines 0 comments Download
M buildutil.py View 1 chunk +1 line, -6 lines 0 comments Download
M devserver.py View 1 2 3 4 5 chunks +90 lines, -73 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
sosa
10 years, 2 months ago (2010-10-11 21:36:10 UTC) #1
anush
At some point when we get a chance we should make dev-util an ebuild installed ...
10 years, 2 months ago (2010-10-11 21:51:00 UTC) #2
sosa
Agreed. Is there an issue filed for this yet? On Mon, Oct 11, 2010 at ...
10 years, 2 months ago (2010-10-11 21:51:37 UTC) #3
petkov
Thanks for looking into this... A few nits/questions. http://codereview.chromium.org/3708004/diff/6001/7001 File autoupdate.py (right): http://codereview.chromium.org/3708004/diff/6001/7001#newcode39 autoupdate.py:39: self.hostname ...
10 years, 2 months ago (2010-10-11 21:59:17 UTC) #4
sosa
Changed default and fixed version split. PTAL http://codereview.chromium.org/3708004/diff/6001/7001 File autoupdate.py (right): http://codereview.chromium.org/3708004/diff/6001/7001#newcode39 autoupdate.py:39: self.hostname = ...
10 years, 2 months ago (2010-10-11 22:06:29 UTC) #5
petkov
LGTM
10 years, 2 months ago (2010-10-11 22:14:32 UTC) #6
Nick Sanders
lgtm, assuming factory install testing is ok
10 years, 2 months ago (2010-10-11 22:41:16 UTC) #7
anush
On Mon, Oct 11, 2010 at 2:51 PM, Chris Sosa <sosa@chromium.org> wrote: > Agreed. Is ...
10 years, 2 months ago (2010-10-13 16:56:06 UTC) #8
anush
10 years, 2 months ago (2010-10-13 16:56:12 UTC) #9
On Mon, Oct 11, 2010 at 2:51 PM, Chris Sosa <sosa@chromium.org> wrote:

> Agreed.  Is there an issue filed for this yet?
>
>
Just filed 7703. It has you as the owner but feel free to reassign as
appropriate.

Thanks



> On Mon, Oct 11, 2010 at 2:50 PM, Anush Elangovan(அனுஷ்)
> <anush@chromium.org> wrote:
> > At some point when we get a chance we should make dev-util an ebuild
> > installed in the chroot. It is important for us to be able to "upgrade"
> > developer chroots easily.
> >
> > Thanks
> > Anush
> >
> > On Mon, Oct 11, 2010 at 2:36 PM, <sosa@chromium.org> wrote:
> >>
> >> Reviewers: petkov, rtc,
> >>
> >> Description:
> >> Move to using cherrypy.
> >>
> >> This moves our devserver from using web to use cherrypy.
> >> Cherrypy is more robust and provides byte range continuations than
> web.py.
> >>
> >> Change-Id: I674f213a6c8c5de68e9ba78d3e97b682c016803f
> >>
> >> BUG=
> >> TEST=Ran with latest, forced, and archive_dir.  Tests for factory are
> >> ongoing.
> >>
> >> Please review this at http://codereview.chromium.org/3708004/show
> >>
> >> SVN Base: http://git.chromium.org/git/dev-util.git
> >>
> >> Affected files:
> >>  M autoupdate.py
> >>  M buildutil.py
> >>  M devserver.py
> >>
> >>
> >
> >
>

Powered by Google App Engine
This is Rietveld 408576698