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

Unified Diff: bootstrap/win/README.md

Issue 2249163005: Make git version numbers external to batch script. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 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 | bootstrap/win/git_version.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/win/README.md
diff --git a/bootstrap/win/README.md b/bootstrap/win/README.md
index 0f159a7e7f94a6ecfc1708bbdd70339fbe779c63..b052b89ef6d2523140532d0ec964d51ead6a18ee 100644
--- a/bootstrap/win/README.md
+++ b/bootstrap/win/README.md
@@ -38,11 +38,11 @@ releases.
1. Upload those to the gs://chrome-infra Google Storage bucket.
1. Set the `allUsers Reader` permission (click the "Public link" checkbox
next to the binaries).
- 1. Edit the `set GIT_VERSION=X.Y.Z` line in `win_tools.bat` to be the new
- version.
- 1. At the time of writing, the first version is the default version, and
- the second is the 'bleeding edge' version. You can use the bleeding edge
- version to get early feedback/stage a rollout/etc.
+ 1. Edit the `git_version.txt` or `git_version_bleeding_edge.txt` file to
+ be the new version.
+ 1. You can use the bleeding edge version to get early feedback/stage a
+ rollout/etc. Users can select this version by 'touch'ing the
+ `.git_bleeding_edge` file in the root depot_tools directory.
1. Commit the CL.
Note that in order for the update to take effect, `gclient` currently needs to
« no previous file with comments | « no previous file | bootstrap/win/git_version.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698