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

Issue 548083: Rewrite make_chroot.sh to use local mirrors directly. (Closed)

Created:
10 years, 11 months ago by Bill Richardson
Modified:
9 years, 6 months ago
Reviewers:
tedbo, djmm
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

Rewrite make_chroot.sh to use local mirrors directly. Use our karmic mirror for creating the build chroot, removing the need for make_local_repo.sh and the repo_list_*.txt files. If a local repo exists when build_chroot.sh is run it will be used, but it's no longer necessary. This change does not remove make_local_repo.sh or the repo_list_*.txt files.

Patch Set 1 #

Total comments: 5

Patch Set 2 : Much cleanup in response to previous feedback #

Patch Set 3 : add back stub make_local_repo.sh #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -1414 lines) Patch
D src/package_repo/repo_list_dev.txt View 1 chunk +0 lines, -678 lines 0 comments Download
D src/package_repo/repo_list_image.txt View 1 chunk +0 lines, -467 lines 0 comments Download
M src/scripts/build_image.sh View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/scripts/common.sh View 1 1 chunk +12 lines, -14 lines 0 comments Download
M src/scripts/install_packages.sh View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/scripts/make_chroot.sh View 1 3 chunks +16 lines, -19 lines 0 comments Download
D src/scripts/make_local_repo.sh View 2 1 chunk +3 lines, -229 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bill Richardson
10 years, 11 months ago (2010-01-20 02:18:55 UTC) #1
tedbo
Thanks for working on this. I think people are tired of the local repo and ...
10 years, 11 months ago (2010-01-20 03:39:57 UTC) #2
Bill Richardson
10 years, 11 months ago (2010-01-20 18:52:36 UTC) #3
tedbo
LGTM Thanks! I'm very happy to see the deletions and how this has been simplified.
10 years, 11 months ago (2010-01-20 19:05:39 UTC) #4
Bill Richardson
10 years, 11 months ago (2010-01-20 21:01:53 UTC) #5
tedbo
10 years, 11 months ago (2010-01-20 21:04:30 UTC) #6
LGTM

Good catch on make_local_repo.sh affecting the buildbots.

Powered by Google App Engine
This is Rietveld 408576698