HomeSort by relevance Sort by last modified time
    Searched refs:commit_log (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/tools/interop_matrix/
create_matrix_images.py 244 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),
342 # Write git log to commit_log so it can be packaged with the docker image.
343 with open(os.path.join(stack_base, 'commit_log'), 'w') as f:
344 f.write(commit_log)
  /external/u-boot/tools/buildman/
func_test.py 51 commit_log = ["""commit 7f6b8315d18f683c5181d0c3694818c1b2a20dcd
268 stdout=''.join(commit_log[:count]))

Completed in 224 milliseconds