Home | History | Annotate | Download | only in site_utils

Lines Matching full:mapping

58 # mapping from the AFE.
61 # stable version mapping that is used for any board without an explicit
62 # mapping of its own.
106 Returns a dictionary mapping board names to the currently preferred
117 @return A dictionary mapping Omaha boards to Beta versions.
130 The new versions are returned as a tuple of a dictionary mapping
135 The new dictionary will have a mapping for every board in `boards`.
136 That mapping will be taken from `afe_versions`, unless the board has
137 a mapping in `omaha_versions` _and_ the omaha version is more recent
145 @return Tuple of (mapping, default) where mapping is a dictionary
146 mapping boards to versions, and default is a version string.
165 """Call the AFE to change a stable version mapping.
167 Setting the mapping for the distinguished board name
168 `_DEFAULT_BOARD` will change the default mapping for any board
169 that doesn't have its own mapping.
174 @param board Update the mapping for this board.
184 """Call the AFE to delete a stable version mapping.
186 Deleting a mapping causes the board to revert to the current default
187 mapping in the AFE.
192 @param board Delete the mapping for this board.
208 according to the old or the new mapping.
226 # default mapping, below.
242 # If there's a new default mapping, make that change now, and delete
297 # The 'get_all_stable_versions' RPC returns a dictionary mapping