Lines Matching refs:LATEST
1715 """Ask the devservers for the latest offical build in Google Storage.
1717 @param board: The board for who we want the latest official build.
1722 'xbuddy_translate/remote/%s/latest-official' % board,
1729 """Translate the build name if it's in LATEST format.
1731 If the build name is in the format [builder]/LATEST, return the latest
1738 match = re.match(r'([\w-]+)-(\w+)/LATEST', build_name, re.I)
1750 """Ask all the devservers for the latest build for a given target.
1754 @param milestone: For latest build set to '', for builds only in a
2711 """Translate the build name if it's in LATEST format.
2713 If the build name is in the format [branch]/[target]/LATEST, return the
2714 latest build in Launch Control otherwise return the build name as is.
2721 if build_id.upper() != 'LATEST':