summaryrefslogtreecommitdiff
path: root/scripts/parallel_emerge.py
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@chromium.org>2015-05-14 15:05:01 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-19 19:19:15 +0000
commit582c22c05ab761af5b3ce5c0329c3782ab428320 (patch)
tree1c37867f52bc8b607f61126fe86a44d25ffe204c /scripts/parallel_emerge.py
parentaeda47efb3cd494fa8d096e4f0d2d3b78bcf0c9f (diff)
downloadchromite-582c22c05ab761af5b3ce5c0329c3782ab428320.tar.gz
Remove CHROMEOS_ROOT env variable from wrapper scripts
BUG=brillo:1064 TEST=None CQ-DEPEND=CL:271330 Change-Id: Ida710ea510e046ec3d1b90adcc48745abf4d0f65 Reviewed-on: https://chromium-review.googlesource.com/271331 Reviewed-by: Christopher Wiley <wiley@chromium.org> Commit-Queue: Christopher Wiley <wiley@chromium.org> Tested-by: Christopher Wiley <wiley@chromium.org>
Diffstat (limited to 'scripts/parallel_emerge.py')
-rw-r--r--scripts/parallel_emerge.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/parallel_emerge.py b/scripts/parallel_emerge.py
index ae1e6ecad..359258315 100644
--- a/scripts/parallel_emerge.py
+++ b/scripts/parallel_emerge.py
@@ -301,11 +301,6 @@ class DepGraphGenerator(object):
os.environ["PORTAGE_CONFIGROOT"] = self.sysroot
os.environ["SYSROOT"] = self.sysroot
- # Although CHROMEOS_ROOT isn't specific to boards, it's normally setup
- # inside emerge-${BOARD}, so we set it up here for compatibility. It
- # will be going away soon as we migrate to CROS_WORKON_SRCROOT.
- os.environ.setdefault("CHROMEOS_ROOT", os.environ["HOME"] + "/trunk")
-
# Turn off interactive delays
os.environ["EBEEP_IGNORE"] = "1"
os.environ["EPAUSE_IGNORE"] = "1"