mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 13:06:59 +02:00
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 <petermayo@chromium.org> Reviewed-by: Peter Mayo <petermayo@chromium.org> Tested-by: Peter Mayo <petermayo@chromium.org>
This commit is contained in:
parent
e72689e500
commit
45ebc4c9fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user