Lines Matching refs:build
262 # Locate and extract the time, branch, and build strings,
285 # Locate and extract the build string, if specified.
288 build = version_string[buildidx + 1:branchidx]
291 build = None
308 if build is not None:
309 self.build_release = DotSequence(build)
614 # Locate and extract the build string.
617 build = ver[buildidx + 1:branchidx]
620 build = None
625 if build is not None:
626 build_release = build