Allen Li | 484946c | 2018-04-20 18:00:38 -0700 | [diff] [blame] | 1 | # Setting up Lucifer |
| 2 | |
| 3 | Install [depot_tools]. |
| 4 | |
| 5 | [depot_tools]: https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up |
| 6 | |
| 7 | Get the Lucifer binaries: |
| 8 | |
| 9 | binary_dir=~/lucifer |
| 10 | mkdir -p "$binary_dir" |
| 11 | cipd install -root "$binary_dir" chromiumos/infra/lucifer prod |
| 12 | |
| 13 | Add the path to `shadow_config.ini`: |
| 14 | |
| 15 | cat <<EOF >>/usr/local/autotest/shadow_config.ini |
| 16 | [LUCIFER] |
| 17 | binaries_path: $binary_dir/usr/bin |
| 18 | EOF |