Searched refs:commit_date (Results 1 – 5 of 5) sorted by relevance
53 commit_date = grab_output('git show -s --format=%ci HEAD', cwd) variable56 commit_date = 'invalid-date' variable62 hfile.write('#define ANGLE_COMMIT_DATE "%s"\n' % commit_date)
53 commit_date = 'invalid-date' variable57 commit_date = grab_output('git show -s --format=%ci HEAD', cwd) variable65 hfile.write('#define SWIFTSHADER_COMMIT_DATE "%s"\n' % commit_date)
113 commit_date = 'unknown date' variable119 commit_date = grab_output('git show -s --format=%ci HEAD', cwd) variable128 hfile.write('#define ANGLE_COMMIT_DATE "%s"\n' % commit_date)
240 commit_date = build_repo_manager.commit_date(commit)245 'log', '--before=' + commit_date.isoformat(), '-n1', '--format=%H',274 base_builder_digest = base_builder_repo.find_digest(commit_date)
76 def commit_date(self, commit): member in RepoManager