|
|
Created:
6 years, 3 months ago by vivekg_samsung Modified:
6 years, 3 months ago CC:
chromium-reviews Base URL:
https://chromium.googlesource.com/chromium/src.git@master Project:
chromium Visibility:
Public. |
DescriptionPass on the args to install-build-deps.sh during android deps install.
While installing on non-ubuntu systems, the shell script,
build/install-build-deps.sh has an option '--unsupported' to override
the system checks. The same is not applied while installing the android
deps. The parameters to install-build-deps-android.sh should be passed
on to install-build-deps.sh.
R=thakis@chromium.org
NOTRY=true
Committed: https://crrev.com/7e300f8e14c22e315eb1af28e9fe57c4ebcb13ef
Cr-Commit-Position: refs/heads/master@{#295088}
Patch Set 1 #
Total comments: 1
Patch Set 2 : #Messages
Total messages: 21 (8 generated)
vivekg@chromium.org changed reviewers: + vivekg@chromium.org
PTAL, thank you!
vivekg@chromium.org changed reviewers: - vivekg@chromium.org
lgtm
The CQ bit was checked by vivekg@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/578503002/1
primiano@chromium.org changed reviewers: + primiano@chromium.org
https://codereview.chromium.org/578503002/diff/1/build/install-build-deps-and... File build/install-build-deps-android.sh (right): https://codereview.chromium.org/578503002/diff/1/build/install-build-deps-and... build/install-build-deps-android.sh:22: --no-syms --no-arm --no-chromeos-fonts --no-nacl --no-prompt $@ In general what you really want is "$@" which, conversely to what it looks like, has the special semantic of quoting the individual arguments. In other words, in the current cl, if you invoke ./install-build-deps-android.sh --weird-arg "Foo Bar" this will invoke ./install-build-deps --weird-arg Foo Bar, which will have a different semantic. Having said that, no need to change this if it's too late, the case of args with spaces should be rare. However, if you're really willing of adding another patchset (provided that you're still in time) "$@" is safer :-)
The CQ bit was unchecked by vivekg@chromium.org
On 2014/09/16 at 16:47:07, primiano wrote: > https://codereview.chromium.org/578503002/diff/1/build/install-build-deps-and... > File build/install-build-deps-android.sh (right): > > https://codereview.chromium.org/578503002/diff/1/build/install-build-deps-and... > build/install-build-deps-android.sh:22: --no-syms --no-arm --no-chromeos-fonts --no-nacl --no-prompt $@ > In general what you really want is "$@" which, conversely to what it looks like, has the special semantic of quoting the individual arguments. > In other words, in the current cl, if you invoke > ./install-build-deps-android.sh --weird-arg "Foo Bar" > this will invoke > ./install-build-deps --weird-arg Foo Bar, which will have a different semantic. > > Having said that, no need to change this if it's too late, the case of args with spaces should be rare. However, if you're really willing of adding another patchset (provided that you're still in time) "$@" is safer :-) Thanks for your feedback. Updated the patch. PTAL.
Thanks LGTM. Note: you can add NOTRY=true after BUG= and save both time and CQ resources (this script is not tested by the Commit Queue)
The CQ bit was checked by vivekg@chromium.org
Ah also you might want to format the commit message to wrap @ 72 cols as usual. (I know, my ocd is terrible :) )
The CQ bit was unchecked by vivekg@chromium.org
On 2014/09/16 at 17:00:57, primiano wrote: > Ah also you might want to format the commit message to wrap @ 72 cols as usual. (I know, my ocd is terrible :) ) Done. :)
> Done. :) Many thanks! Much appreciate the patience. I'm closing my laptop now, I promise :)
On 2014/09/16 at 17:04:37, primiano wrote: > > Done. :) > Many thanks! Much appreciate the patience. I'm closing my laptop now, I promise :) hehe no worries. Thanks for your time! :)
The CQ bit was checked by vivekg@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/578503002/20001
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as bd8fe2c06ec6f6259508bb055871a2142e5a11a1
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/7e300f8e14c22e315eb1af28e9fe57c4ebcb13ef Cr-Commit-Position: refs/heads/master@{#295088} |