Home
last modified time | relevance | path

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

/tools/external_updater/
Dnotifier.py125 def _should_notify(latest_ver, proj_history): argument
126 if latest_ver in proj_history:
130 timestamp = proj_history.get(NOTIFIED_TIME_KEY_NAME, 0)
146 proj_history = history.setdefault(proj, {})
147 if _should_notify(latest_ver, proj_history):
151 proj_history[latest_ver] = int(time.time())
152 proj_history[NOTIFIED_TIME_KEY_NAME] = int(time.time())