4d3adb6b0d
Also, update some docs. NOTRY=true Change-Id: I7ad3375fc1cbf8f71ed42a460ecfe29ef6c1d85e Reviewed-on: https://skia-review.googlesource.com/7657 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
463 B
463 B
sync
sync
is a Python program that wraps tools/git-sync-deps
. Motivations for using it:
-
Written in Python, so it will work on all platforms.
-
Checks to see if the
DEPS
file has changed since it last rangclient sync
. If not, it skips that step. -
Since running
sync
is fast when it can do nothing, it is easy to do before every recompile of Skia. This is a good habit.