aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Hudson <michael.hudson@linaro.org>2011-03-21 13:09:17 +1300
committerMichael Hudson <michael.hudson@linaro.org>2011-03-21 13:09:17 +1300
commit0c155652a4ca4700efe4ecc851435763505d6b84 (patch)
treee3a9f7085c09d32326da20503aa5ceab6c9d24d0 /README
parent6e1b0ba9d8b310b4a4f54858877c82ee535e31b1 (diff)
add a readme
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..528ece1
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+Scripts for the Linaro Android Build Service
+============================================
+
+These scripts are used by the Linaro Android Build Service.
+
+ node/
+ * Scripts that run on the Jenkins slaves.
+ root-setup-android-build-node
+ * Installs and configures a fresh EC2 node to be able to build
+ android. Jenkins runs this when it provisions a new instance.
+ build-android
+ * Downloads and builds android. Running this script is the meat
+ of the build step of the Jenkins job.
+ root-setup-android-toolchain-build-node, build-android-toolchain
+ * Not used at this time.
+ control/
+ * Scripts that run on the Jenkins master
+ setup-control-node
+ * Mostly configures a blank node to be a jenkins master.
+ mangle-jobs
+ * A rather hairy script to allow batch editing of the Jenkins
+ jobs.
+