Home
last modified time | relevance | path

Searched refs:latest_commit (Results 1 – 1 of 1) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_peer_update.py56 def is_update_needed(peer, latest_commit): argument
63 return not is_commit_hash_equal(peer, latest_commit)
66 def is_commit_hash_equal(peer, latest_commit): argument
76 return commit == latest_commit
79 def perform_update(peer, latest_commit): argument
85 bundle = BUNDLE_TEMPLATE.format(latest_commit)
139 def update_peer(peer, latest_commit): argument
153 if not perform_update(peer, latest_commit):
159 if is_update_needed(peer, latest_commit):
166 def update_peers(host, latest_commit): argument
[all …]