aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 793e52070ae3713a9c02aa6d65bcf1ea3ebb8b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
```

To perform a test build with local changes:

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