Mojo: mojob.sh: on sync, run hooks but not gyp

Because we need hooks to do a bunch of things.

R=ben@chromium.org
NOTRY=True

Review URL: https://codereview.chromium.org/103123004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238506 0039d316-1c4b-4281-b951-d872f2087c98
parent d595544b
...@@ -133,8 +133,8 @@ for arg in "$@"; do ...@@ -133,8 +133,8 @@ for arg in "$@"; do
do_gyp do_gyp
;; ;;
sync) sync)
# Note: sync only, no gyp-ing. # Note: sync only (with hooks, but no gyp-ing).
gclient sync --nohooks GYP_CHROMIUM_NO_ACTION=1 gclient sync
;; ;;
show-bash-alias) show-bash-alias)
# You want to type something like: # You want to type something like:
......
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