Home | History | Annotate | Download | only in autoupdate

Lines Matching refs:source_version

146         source_version = _version_re.match(source_release).group('base_version')
150 self.board, name, is_delta_update, source_version,
185 Returns: tuple with source_version, and target_version.
234 source_version, target_version = (
236 _, source_release = self._parse_build_version(source_version)
247 # Search for the full payload to the source_version in the
248 # self.archive_url directory if the source_version is the tested
252 source_uri = self._get_source_uri_from_build_version(source_version)
256 source_version)
260 delta_type = 'npo' if source_version == target_version else 'nmo'