Merge "README.md: Add instructions for testing local changes."
tree: 08fd230fa56313c3d42488e341adcb593dc78df4
  1. builders/
  2. .gitignore
  3. __init__.py
  4. config_dump.json
  5. default.xml
  6. README.md
README.md

This repository exists to configure cbuildbot based bruteus builds.

To check this out as a repo checkout:

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

To perform a local build:

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:

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