Commit 7fb1874d authored by Yang Guo's avatar Yang Guo Committed by Commit Bot

[node] force checkout vee-eight-lkgr

TBR=machenbach@chromium.org

Bug: chromium:860430
Change-Id: I5554468a7c11038903fc3ab5eca067c230b2849a
Reviewed-on: https://chromium-review.googlesource.com/1127370
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54279}
parent 4afd39c3
......@@ -86,6 +86,7 @@ def ResetTarget(path):
print ">> Resetting Node.js checkout"
subprocess.check_call(["git", "reset", "--hard"], cwd=path)
subprocess.check_call(["git", "clean", "-fxd"], cwd=path)
subprocess.check_call(["git", "checkout", "vee-eight-lkgr"], cwd=path)
def UpdateTarget(repository, options, files_to_keep):
source = os.path.join(options.v8_path, *repository)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment