Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kuderski <kubak@google.com>2021-11-09 18:28:01 +0300
committerGitHub <noreply@github.com>2021-11-09 18:28:01 +0300
commitc72c454203ff7e7efb9338b7e65215a125f3f1f2 (patch)
treecd6c099ca3ab78e0bee76ee40d7a01a71598b2e6 /README.md
parent6f9fa480123cfb788637ff7c6daf5b1c9c1e408f (diff)
Clarify how to update DEPS (#4626)
- Mention that `depot_tools` are required and link to that repo. - Make `roll_deps.sh` exit on error. The script passes `shellcheck` with this change. - Reword instruction in the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5cb1b343c..14db1e704 100644
--- a/README.md
+++ b/README.md
@@ -468,11 +468,11 @@ $ANDROID_NDK/ndk-build -C ../android_test \
### Updating DEPS
-Occasionally the entries in [DEPS](DEPS) will need to be updated. This is done on demand
-when there is a request to do this, often due to downstream breakages. There is
-a script `utils/roll_deps.sh` provided, which will generate a patch with the
-updated DEPS values. This will still need to be tested in your checkout to
-confirm that there are no integration issues that need to be resolved.
+Occasionally the entries in [DEPS](DEPS) will need to be updated. This is done on
+demand when there is a request to do this, often due to downstream breakages.
+To update `DEPS`, run `utils/roll_deps.sh` and confirm that tests pass.
+The script requires Chromium's
+[`depot_tools`](https://chromium.googlesource.com/chromium/tools/depot_tools).
## Library