Searched refs:latest_commit (Results 1 – 1 of 1) sorted by relevance
56 def is_update_needed(peer, latest_commit): argument63 return not is_commit_hash_equal(peer, latest_commit)66 def is_commit_hash_equal(peer, latest_commit): argument76 return commit == latest_commit79 def perform_update(peer, latest_commit): argument85 bundle = BUNDLE_TEMPLATE.format(latest_commit)139 def update_peer(peer, latest_commit): argument153 if not perform_update(peer, latest_commit):159 if is_update_needed(peer, latest_commit):166 def update_peers(host, latest_commit): argument[all …]