Home | History | Annotate | Download | only in autoupdate

Lines Matching full:board

36 def get_default_archive_url(board, build_version):
37 """Returns the default archive_url for the given board and build_version .
39 @param board: the platform/board name
46 # TODO(garnold) adjustment to -he variant board names; should be removed
49 board = re.sub('-he$', '_he', board)
50 archive_prefix = archive_base + '/%s-release' % board
60 construction (instead of config + board-release) e.g.
98 """Finds test payloads corresponding to a given board/release.