Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/interop_matrix/
Dcreate_matrix_images.py244 commit_log = os.path.join(stack_base, 'commit_log')
245 if os.path.exists(commit_log):
247 add_files_to_image(image, [commit_log], 'release=%s' % release)
335 commit_log = subprocess.check_output(['git', 'log', '-1'], cwd=stack_base)
339 '%s: %s' % (str(output), commit_log),
344 f.write(commit_log)
/external/u-boot/tools/buildman/
Dfunc_test.py51 commit_log = ["""commit 7f6b8315d18f683c5181d0c3694818c1b2a20dcd variable
268 stdout=''.join(commit_log[:count]))