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

Side by Side Diff: third_party/binutils/README.chromium

Issue 1691533002: third_party/binutils: clarify the procedure to upload the new binaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: binutils 1 Name: binutils
2 URL: http://www.gnu.org/software/binutils/ 2 URL: http://www.gnu.org/software/binutils/
3 Version: 2.25 3 Version: 2.25
4 License: GPL v2 4 License: GPL v2
5 License File: NOT_SHIPPED 5 License File: NOT_SHIPPED
6 Security Critical: no 6 Security Critical: no
7 7
8 Description: 8 Description:
9 This directory contains i386 and amd64 binaries of the binutils tools 9 This directory contains i386 and amd64 binaries of the binutils tools
10 (including gold linker). 10 (including gold linker).
(...skipping 26 matching lines...) Expand all
37 binaries and uploading them to Google storage. 37 binaries and uploading them to Google storage.
38 38
39 Upgrading: 39 Upgrading:
40 40
41 To upgrade binutils, use the following steps: 41 To upgrade binutils, use the following steps:
42 42
43 * Update build-all.sh with the new binutil version. 43 * Update build-all.sh with the new binutil version.
44 * Remove any patches which have been merged upstream from build-all.sh 44 * Remove any patches which have been merged upstream from build-all.sh
45 * Update this README.chromium file 45 * Update this README.chromium file
46 * Run build-all.sh 46 * Run build-all.sh
47 * Run upload.sh 47 * Run upload.sh. Note: you will need a write access to
Lei Zhang 2016/02/10 20:17:55 s/a write/write/
krasin1 2016/02/10 21:36:02 Done.
48 gs://chromium-binutils bucket on Google Cloud Storage. To get the
49 access, subscribe to chrome-team mailing list.
Lei Zhang 2016/02/10 20:17:55 Google internal chrome-team ?
krasin1 2016/02/10 21:36:01 yes. Updated.
48 * Wait for goma to have new binutils deployed (see http://go/ma). 50 * Wait for goma to have new binutils deployed (see http://go/ma).
49 Please notify {ukai,yyanagisawa,shinyak}@chromium.org and await 51 Please notify {ukai,yyanagisawa,shinyak}@chromium.org and await
50 confirmation. 52 confirmation.
51 * Commit the change 53 * Commit the change
52 54
53 See https://codereview.chromium.org/1368233002/ for an example upgrade. 55 See https://codereview.chromium.org/1368233002/ for an example upgrade.
54 56
OLDNEW
« 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