skia2/site/dev/design/sync.md
Hal Canary 4d3adb6b0d bin/sync : call tools/git-sync-deps now
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>
2017-01-27 16:03:35 +00:00

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 ran gclient 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.