mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Re-enable chroot passthru for AU server environment variable override
Change-Id: I9856fe64942d586281fee09dff15af9d8178b392 BUG=none TEST=manual Review URL: http://codereview.chromium.org/6633009 Patch from Liam McLoughlin <hexxeh@hexxeh.net>.
This commit is contained in:
parent
574be57684
commit
3b11b450ea
@ -353,6 +353,15 @@ CHROOT_PASSTHRU="BUILDBOT_BUILD=$FLAGS_build_number CHROMEOS_OFFICIAL=$CHROMEOS_
|
||||
CHROOT_PASSTHRU="${CHROOT_PASSTHRU} \
|
||||
CHROMEOS_RELEASE_APPID=${CHROMEOS_RELEASE_APPID:-"{DEV-BUILD}"}"
|
||||
|
||||
# Set CHROMEOS_VERSION_TRACK, CHROMEOS_VERSION_AUSERVER,
|
||||
# CHROMEOS_VERSION_DEVSERVER as environment variables to override the default
|
||||
# assumptions (local AU server). These are used in cros_set_lsb_release, and
|
||||
# are used by external Chromium OS builders.
|
||||
CHROOT_PASSTHRU="${CHROOT_PASSTHRU} \
|
||||
CHROMEOS_VERSION_TRACK=${CHROMEOS_VERSION_TRACK} \
|
||||
CHROMEOS_VERSION_AUSERVER=${CHROMEOS_VERSION_AUSERVER} \
|
||||
CHROMEOS_VERSION_DEVSERVER=${CHROMEOS_VERSION_DEVSERVER}"
|
||||
|
||||
if [ -d "$HOME/.subversion" ]; then
|
||||
TARGET="/home/${USER}/.subversion"
|
||||
mkdir -p "${FLAGS_chroot}${TARGET}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user