aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/design
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-01-27 10:59:40 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-27 16:03:35 +0000
commit4d3adb6b0dea1c9f74fc00b007dfb1af425fc727 (patch)
tree23b7e8589597dbc996ecf431539e86f8e69993cb /site/dev/design
parent3500b77f7d08dbe4c17811733cc3e4dbab889f0a (diff)
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>
Diffstat (limited to 'site/dev/design')
-rw-r--r--site/dev/design/sync.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/site/dev/design/sync.md b/site/dev/design/sync.md
index 7443dba6f4..1172058fe6 100644
--- a/site/dev/design/sync.md
+++ b/site/dev/design/sync.md
@@ -2,12 +2,10 @@ sync
====
[`sync`](https://skia.googlesource.com/skia.git/+/master/bin/sync)
-is a Python program that wraps `gclient sync`. Motivations for using it:
+is a Python program that wraps `tools/git-sync-deps`. Motivations for using it:
- Written in Python, so it will work on all platforms.
-- Sets up gclient better than `gclient config`, which has been broken.
-
- Checks to see if the `DEPS` file has changed since it last ran
`gclient sync`. If not, it skips that step.