aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2016-03-24 02:28:38 -0400
committerMike Frysinger <vapier@google.com>2016-03-24 02:30:04 -0400
commit282128fa23535cb5a5cd96fe1d828b3c933f8d65 (patch)
tree5399717c19b5a7ea2ebb5ffa25f9f0432cddfdc6
parent214a37671d6c586305bac976f5025c833f9536d7 (diff)
downloadbbuildbot_config-282128fa23535cb5a5cd96fe1d828b3c933f8d65.tar.gz
convert to markdown
Change-Id: I4b4c8637933177759a21930db7a0cf5444eba367
-rw-r--r--README.md16
-rw-r--r--README.txt12
2 files changed, 16 insertions, 12 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ddd1ccb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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
+```
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 7e48ed8..0000000
--- a/README.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-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