mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
"cros_sdk" is a drop-in replacement of enter_chroot.sh. The only important difference is in the calling path, specifically that cros_sdk is in path but has to be called from $(pwd) being inside the repo checkout, while enter_chroot.sh is called by explicit path. Invariably, "./enter_chroot.sh" can be replaced, as pwd=src/scripts. Calling by absolute path can be replaced by first changing directory anywhere into the repo checkout, and then calling cros_sdk. BUG=chromium-os:18750 TEST=run them Change-Id: Ieff91a27bb419e1121361d5b3a11e4c87ff7a087 Reviewed-on: http://gerrit.chromium.org/gerrit/6273 Tested-by: Zdenek Behan <zbehan@chromium.org> Reviewed-by: Zdenek Behan <zbehan@chromium.org>
Description
Languages
Shell
93.1%
Python
6.9%