blob: 6dfaedebeb98c1a381ac91e2dd78a8d2fca08f72 [file] [log] [blame] [view]
Allen Li484946c2018-04-20 18:00:38 -07001# Setting up Lucifer
2
3Install [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
7Get the Lucifer binaries:
8
9 binary_dir=~/lucifer
10 mkdir -p "$binary_dir"
11 cipd install -root "$binary_dir" chromiumos/infra/lucifer prod
12
13Add 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