Lines Matching refs:BUILD_ID
7 2. Retrieves the BUILD_ID from $downstream/build/core/build_id.mk.
8 3. Downloads the upstream using the BUILD_ID.
112 """Get BUILD_ID defined in $workspace/build/core/build_id.mk."""
114 path = os.path.join(workspace, "build", "core", "build_id.mk")
115 return subprocess.check_output("source %s && echo $BUILD_ID" % path,
153 build_id = None
156 # get the build_id so that we know which rev of upstream we need
157 build_id = get_build_id(workspace)
158 if not build_id:
165 build_id,