Skip to content

Commit

Permalink
Remove "-rHEAD" from the try run options; use LKGR instead
Browse files Browse the repository at this point in the history
HEAD seems to be fairly regularly broken these days, unfortunately.

The reason for having -rHEAD before was for when LKGR had not caught
up with a previous DEPS update (which would cause a patch to DEPS in
LKGR to fail to apply).

This shouldn't be a problem these days, though, since DEPS updates
don't tend to be frequent enough (i.e. multiple updates per day).
Even with one DEPS update per day, LKGR should be OK.
  • Loading branch information
mseaborn committed Mar 2, 2012
1 parent de66ea5 commit d4717d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nacl_deps_bump.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ class DownloadOptions(object):
return
subprocess.check_call(['git', 'try',
'-b', 'linux_rel,mac_rel,win_rel,linux_chromeos',
'-rHEAD',
])


Expand Down

0 comments on commit d4717d2

Please sign in to comment.