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

Issue 545169: Split the binary and source mirror defaults (Closed)

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

Description

Split the binary and source mirror defaults (This was orignally reveiwed in the wrong place: http://codereview.appspot.com/193057/show) Many local mirrors (such as mine) only contain mirrors of the binary packages, sufficient to create a debootstrap chroot. Source packages, the sum of which, can be quite large and are not typically mirrored locally. This patch allows one to create a chroot with overrides to the desired mirrors, e.g., ./make_chroot.sh --replace --mirror http://mirror.rtg.net/ubuntu In this example all of the binaries come from my local mirror, all source packages come from $DEFAULT_DEV_MIRROR. ./make_chroot.sh --replace --mirror_src http://archive.ubuntu.com/ubuntu Here the source packages are pulled from the Ubuntu archive whereas the binaries come from $DEFAULT_DEV_MIRROR. Signed-off-by: Tim Gardner <tim.gardner@canonical.com>;

Patch Set 1 #

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

Messages

Total messages: 1 (0 generated)
tgardner
10 years, 11 months ago (2010-01-22 16:50:35 UTC) #1
wfrichar@chromium.org: The change LGTM.

Powered by Google App Engine
This is Rietveld 408576698