From 45ebc4c9fc9cbf0af91773e4553ea8475d18cedb Mon Sep 17 00:00:00 2001 From: Peter Mayo Date: Mon, 28 Jan 2013 15:49:06 -0500 Subject: [PATCH] Copy the netrc into the chroot at entry. This seems to be needed for acessing some of the chrome repositories. Without it we get git clone hangs trying to sync. BUG=chromium-os:38303 TEST=local entry into chroot Change-Id: Ia68a6486022e8d230572bad0f9031c3e5d36197c Reviewed-on: https://gerrit.chromium.org/gerrit/42140 Commit-Queue: Peter Mayo Reviewed-by: Peter Mayo Tested-by: Peter Mayo --- sdk_lib/enter_chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_lib/enter_chroot.sh b/sdk_lib/enter_chroot.sh index 49e3e5bde3..e582d42c0d 100755 --- a/sdk_lib/enter_chroot.sh +++ b/sdk_lib/enter_chroot.sh @@ -82,6 +82,7 @@ FILES_TO_COPY_TO_CHROOT=( .gdata_cred.txt # User/password for Google Docs on chromium.org .gdata_token # Auth token for Google Docs on chromium.org .disable_build_stats_upload # Presence of file disables command stats upload + .netrc # May contain required source fetching credentials ) INNER_CHROME_ROOT=$FLAGS_chrome_root_mount # inside chroot