OLD | NEW |
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 Loading... |
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. |
OLD | NEW |