Mike Frysinger (Code Review)
unread,May 16, 2012, 3:25:24 PM5/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Brian Harring, Zdenek Behan, Chris Sosa, Ryan Cui, Mike Frysinger
Hello Brian Harring, Zdenek Behan,
I'd like you to do a code review. Please visit
https://gerrit.chromium.org/gerrit/22845
to review the following change.
Change subject: enter_chroot: fix spurious resolv.conf warning
......................................................................
enter_chroot: fix spurious resolv.conf warning
When bootstrapping for the first time, files in chroot/etc/ might not
exist, so we can't run `find` on them. This manifests itself currently
by spitting out the warning on all initial sdk boots:
find: `.../chroot/etc/resolv.conf': No such file or directory
People can find this confusing and cause sheriffs to waste time on the
wrong thing, so rework the code to avoid this.
BUG=None
TEST=`cros_sdk --delete ; cros_sdk` no longer warns about resolv.conf
Change-Id: I83f892e325e63e682aeb370a9dfc33e284e059d2
---
M sdk_lib/enter_chroot.sh
1 file changed, 10 insertions(+), 6 deletions(-)
git pull ssh://
gerrit.chromium.org:29418/chromiumos/platform/crosutils refs/changes/45/22845/1
--
To view, visit
https://gerrit.chromium.org/gerrit/22845
To unsubscribe, visit
https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I83f892e325e63e682aeb370a9dfc33e284e059d2
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/platform/crosutils
Gerrit-Branch: master
Gerrit-Owner: Mike Frysinger <
vap...@chromium.org>
Gerrit-Reviewer: Brian Harring <
ferr...@chromium.org>
Gerrit-Reviewer: Zdenek Behan <
zbe...@chromium.org>