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

Side by Side Diff: README.md

Issue 1755883002: [infra] update README with instructions on how to bump infra/deployed. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 9 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 # infra.git repository 1 # infra.git repository
2 2
3 Welcome to the Chrome Infra repository! 3 Welcome to the Chrome Infra repository!
4 4
5 Wondering where to start? Check out [General Chrome Infrastructure 5 Wondering where to start? Check out [General Chrome Infrastructure
6 documentation](doc/index.md). The rest of this page is specific to this repo. 6 documentation](doc/index.md). The rest of this page is specific to this repo.
7 7
8 ## Entry points 8 ## Entry points
9 9
10 * [run.py](run.py): wrapper script to run programs contained in subdirectories 10 * [run.py](run.py): wrapper script to run programs contained in subdirectories
(...skipping 10 matching lines...) Expand all
21 21
22 ## Miscellaneous technical stuff 22 ## Miscellaneous technical stuff
23 23
24 * [bootstrap/](bootstrap): utilities to set up a proper Python virtual 24 * [bootstrap/](bootstrap): utilities to set up a proper Python virtual
25 environment. 25 environment.
26 * [infra/path\_hacks](infra/path_hacks): submodules of this modules give access 26 * [infra/path\_hacks](infra/path_hacks): submodules of this modules give access
27 to modules in the build/ repository. `from infra.path_hacks.common import 27 to modules in the build/ repository. `from infra.path_hacks.common import
28 <stg>` is actually getting `<stg>` from 28 <stg>` is actually getting `<stg>` from
29 [build/scripts/common](https://chromium.googlesource.com/chromium/tools/build/ +/master/scripts/common). 29 [build/scripts/common](https://chromium.googlesource.com/chromium/tools/build/ +/master/scripts/common).
30 * [utils/](utils): purpose? utils? 30 * [utils/](utils): purpose? utils?
31 * Need to bump infra/deployed to pick up changes?
32 * `git push origin <updated hash>:deployed`
33 * mail chrome-troopers@, include: previously deployed hash, the hash you jus t pushed, and the output of the `git push` command.
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