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)
93 commit_date = 'unknown date' variable100 commit_date = grab_output('git show -s --format=%ci HEAD', cwd) variable110 hfile.write('#define ANGLE_COMMIT_DATE "%s"\n' % commit_date)
239 commit_date = build_repo_manager.commit_date(commit)244 'log', '--before=' + commit_date.isoformat(), '-n1', '--format=%H',273 base_builder_digest = base_builder_repo.find_digest(commit_date)
76 def commit_date(self, commit): member in RepoManager