aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ddd1ccbc64f68e067ba4e05477b710f2b51058fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This repository exists to configure cbuildbot based bruteus builds.

To check this out as a repo checkout:

```sh
repo init -u https://android.googlesource.com/platform/bbuildbot_config
```

To perform a local build:

```sh
bin/cbuildbot --buildroot ~/tmp/test_buildroot \
  --buildbot --debug --config_repo  \
  https://android.googlesource.com/platform/bbuildbot_config \
  bbuildbot
```