Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: DEPS

Issue 1289473002: Update documentation of how to use roll-dep in DEPS file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 1414943e5561cc9a366eb67a7630990ecc531c6a..1c21ac78e82590dbcc1bfbfba1e6ba58f7994722 100644
--- a/DEPS
+++ b/DEPS
@@ -17,10 +17,11 @@
#
# # Create and switch to a new branch
# git new-branch depsroll
-# # Run roll-dep (provided by depot_tools) giving the dep's path and the
-# # desired SVN revision number (e.g., third_party/foo/bar and a revision such
-# # number from Subversion)
-# roll-dep third_party/foo/bar REVISION_NUMBER
+# # Run roll-dep (provided by depot_tools) giving the dep's path and optionally
+# # a regex that will match the line in this file that contains the current
+# # revision. The script ALWAYS rolls the dependency to the latest revision
+# # in origin/master. The path for the dep should start with src/.
+# roll-dep src/third_party/foo_package/src foo_package.git
# # You should now have a modified DEPS file; commit and upload as normal
# git commit -a
# git cl upload
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698